Searched refs:SSL_get_max_cert_list (Results 1 - 3 of 3) sorted by relevance

/external/boringssl/include/openssl/
H A Dssl.h2188 /* SSL_get_max_cert_list returns the maximum length, in bytes, of a peer
2190 OPENSSL_EXPORT size_t SSL_get_max_cert_list(const SSL *ssl);
2526 #define SSL_get_max_cert_list SSL_get_max_cert_list macro
/external/boringssl/src/include/openssl/
H A Dssl.h2188 /* SSL_get_max_cert_list returns the maximum length, in bytes, of a peer
2190 OPENSSL_EXPORT size_t SSL_get_max_cert_list(const SSL *ssl);
2526 #define SSL_get_max_cert_list SSL_get_max_cert_list macro
/external/boringssl/src/ssl/
H A Dssl_lib.c1048 size_t SSL_get_max_cert_list(const SSL *ssl) { function

Completed in 45 milliseconds