Searched refs:SSL_get_psk_identity_hint (Results 1 – 3 of 3) sorted by relevance
2934 OPENSSL_EXPORT const char *SSL_get_psk_identity_hint(const SSL *ssl);
2393 const char *SSL_get_psk_identity_hint(const SSL *ssl) { in SSL_get_psk_identity_hint() function
6294 const char* identityHint = SSL_get_psk_identity_hint(ssl); in psk_server_callback()