Searched refs:SSL_select_next_proto (Results 1 - 4 of 4) sorted by relevance

/external/boringssl/include/openssl/
H A Dssl.h2271 /* SSL_select_next_proto implements the standard protocol selection. It is
2299 OPENSSL_EXPORT int SSL_select_next_proto(uint8_t **out, uint8_t *out_len,
/external/boringssl/src/include/openssl/
H A Dssl.h2271 /* SSL_select_next_proto implements the standard protocol selection. It is
2299 OPENSSL_EXPORT int SSL_select_next_proto(uint8_t **out, uint8_t *out_len,
/external/boringssl/src/ssl/
H A Dssl_lib.c1541 int SSL_select_next_proto(uint8_t **out, uint8_t *out_len, function
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp9104 int status = SSL_select_next_proto(out, outLength, primary, primaryLength, secondary,

Completed in 171 milliseconds