Home
last modified time | relevance | path

Searched refs:SSL_get_psk_identity_hint (Results 1 – 7 of 7) sorted by relevance

/external/openssl/patches/
D0013-tls_psk_hint.patch40 * Making SSL_use_psk_identity_hint and SSL_get_psk_identity_hint
379 const char *SSL_get_psk_identity_hint(const SSL *s)
/external/openssl/ssl/
Dssl.h1183 const char *SSL_get_psk_identity_hint(const SSL *s);
Dssl_lib.c3402 const char *SSL_get_psk_identity_hint(const SSL *s) in SSL_get_psk_identity_hint() function
/external/openssl/include/openssl/
Dssl.h1183 const char *SSL_get_psk_identity_hint(const SSL *s);
/external/chromium_org/third_party/boringssl/src/include/openssl/
Dssl.h1195 OPENSSL_EXPORT const char *SSL_get_psk_identity_hint(const SSL *s);
/external/chromium_org/third_party/boringssl/src/ssl/
Dssl_lib.c3041 const char *SSL_get_psk_identity_hint(const SSL *s) in SSL_get_psk_identity_hint() function
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp7041 const char* identityHint = SSL_get_psk_identity_hint(ssl); in psk_server_callback()