Searched refs:cert_type (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/crypto/openssl/apps/lib/ |
| H A D | s_cb.c | 214 unsigned char cert_type = p[i]; in ssl_print_client_cert_types() local 215 const char *cname = lookup((int)cert_type, cert_type_list, NULL); in ssl_print_client_cert_types() 222 BIO_printf(bio, "UNKNOWN (%d),", cert_type); in ssl_print_client_cert_types()
|
| /freebsd-14.2/crypto/heimdal/lib/hx509/ |
| H A D | softp11.c | 434 CK_CERTIFICATE_TYPE cert_type = CKC_X_509; in add_cert() local 501 add_object_attribute(o, 0, CKA_CERTIFICATE_TYPE, &cert_type, sizeof(cert_type)); in add_cert()
|
| /freebsd-14.2/contrib/wpa/src/crypto/ |
| H A D | crypto_wolfssl.c | 3215 enum cert_type { enum 3227 enum cert_type type; 3233 static void crypto_csr_init_type(struct crypto_csr *csr, enum cert_type type, in crypto_csr_init_type()
|