Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DSSL_set1_server_cert_type.pod109 unsigned char cert_type[] = { TLSEXT_cert_type_rpk, TLSEXT_cert_type_x509 };
118 if (!SSL_set1_server_cert_type(ssl, cert_type, sizeof(cert_type)))
134 unsigned char cert_type[] = { TLSEXT_cert_type_rpk, TLSEXT_cert_type_x509 };
152 if (!SSL_set1_server_cert_type(ssl, cert_type, sizeof(cert_type)))
/freebsd/crypto/openssl/apps/lib/
H A Ds_cb.c217 unsigned char cert_type = p[i]; in ssl_print_client_cert_types() local
218 const char *cname = lookup((int)cert_type, cert_type_list, NULL); in ssl_print_client_cert_types()
225 BIO_printf(bio, "UNKNOWN (%d),", cert_type); in ssl_print_client_cert_types()
/freebsd/crypto/heimdal/lib/hx509/
H A Dsoftp11.c434 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/contrib/wpa/src/crypto/
H A Dcrypto_wolfssl.c3215 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()
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c8272 static int set_cert_type(unsigned char **cert_type, in set_cert_type() argument
8285 OPENSSL_free(*cert_type); in set_cert_type()
8286 *cert_type = tmp; in set_cert_type()