Searched refs:SSL_get0_certificate_types (Results 1 - 5 of 5) sorted by relevance

/external/boringssl/src/ssl/
H A Ds3_lib.c380 size_t SSL_get0_certificate_types(SSL *ssl, const uint8_t **out_types) { function
/external/boringssl/include/openssl/
H A Dssl.h755 * On the client, the callback may call |SSL_get0_certificate_types| and
767 * On the client, the callback may call |SSL_get0_certificate_types| and
773 /* SSL_get0_certificate_types, for a client, sets |*out_types| to an array
780 OPENSSL_EXPORT size_t SSL_get0_certificate_types(SSL *ssl,
3172 * The callback may call |SSL_get0_certificate_types| and
4259 #define SSL_get0_certificate_types SSL_get0_certificate_types macro
/external/boringssl/src/include/openssl/
H A Dssl.h755 * On the client, the callback may call |SSL_get0_certificate_types| and
767 * On the client, the callback may call |SSL_get0_certificate_types| and
773 /* SSL_get0_certificate_types, for a client, sets |*out_types| to an array
780 OPENSSL_EXPORT size_t SSL_get0_certificate_types(SSL *ssl,
3172 * The callback may call |SSL_get0_certificate_types| and
4259 #define SSL_get0_certificate_types SSL_get0_certificate_types macro
/external/boringssl/src/ssl/test/
H A Dbssl_shim.cc997 SSL_get0_certificate_types(ssl, &certificate_types);
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp7798 int ctype_num = SSL_get0_certificate_types(ssl, &ctype);

Completed in 1043 milliseconds