Home
last modified time | relevance | path

Searched refs:cert_type (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/crypto/openssl/apps/
H A Ds_cb.c203 unsigned char cert_type = p[i]; in ssl_print_client_cert_types() local
204 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()
/freebsd-12.1/crypto/heimdal/lib/hx509/
H A Dsoftp11.c430 CK_CERTIFICATE_TYPE cert_type = CKC_X_509; in add_cert() local
497 add_object_attribute(o, 0, CKA_CERTIFICATE_TYPE, &cert_type, sizeof(cert_type)); in add_cert()