Home
last modified time | relevance | path

Searched refs:SSL_CERT_SET_FIRST (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/demos/bio/
Dserver-arg.c85 rv = SSL_CTX_set_current_cert(ctx, SSL_CERT_SET_FIRST); in main()
/third_party/openssl/doc/man3/
DSSL_CTX_add1_chain_cert.pod81 on the B<op> argument. Currently B<op> can be B<SSL_CERT_SET_FIRST> to use
/third_party/openssl/ssl/
Dssl_cert.c339 if (op == SSL_CERT_SET_FIRST) in ssl_cert_set_current()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl.c5207 for (res = SSL_CTX_set_current_cert(ssl_ctx, SSL_CERT_SET_FIRST); in openssl_debug_dump_certificate_chains()
5212 SSL_CTX_set_current_cert(ssl_ctx, SSL_CERT_SET_FIRST); in openssl_debug_dump_certificate_chains()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl.c5470 for (res = SSL_CTX_set_current_cert(ssl_ctx, SSL_CERT_SET_FIRST); in openssl_debug_dump_certificate_chains()
5475 SSL_CTX_set_current_cert(ssl_ctx, SSL_CERT_SET_FIRST); in openssl_debug_dump_certificate_chains()
/third_party/openssl/include/openssl/
Dssl.h1308 # define SSL_CERT_SET_FIRST 1 macro