Searched refs:SSL_get_psk_identity_hint (Results 1 – 7 of 7) sorted by relevance
40 * Making SSL_use_psk_identity_hint and SSL_get_psk_identity_hint379 const char *SSL_get_psk_identity_hint(const SSL *s)
1183 const char *SSL_get_psk_identity_hint(const SSL *s);
3402 const char *SSL_get_psk_identity_hint(const SSL *s) in SSL_get_psk_identity_hint() function
1195 OPENSSL_EXPORT const char *SSL_get_psk_identity_hint(const SSL *s);
3041 const char *SSL_get_psk_identity_hint(const SSL *s) in SSL_get_psk_identity_hint() function
7041 const char* identityHint = SSL_get_psk_identity_hint(ssl); in psk_server_callback()