Searched refs:cert_type (Results 1 – 2 of 2) sorted by relevance
203 unsigned char cert_type = p[i]; in ssl_print_client_cert_types() local204 const char *cname = lookup((int)cert_type, cert_type_list, NULL); in ssl_print_client_cert_types()211 BIO_printf(bio, "UNKNOWN (%d),", cert_type); in ssl_print_client_cert_types()
430 CK_CERTIFICATE_TYPE cert_type = CKC_X_509; in add_cert() local497 add_object_attribute(o, 0, CKA_CERTIFICATE_TYPE, &cert_type, sizeof(cert_type)); in add_cert()