Searched refs:SSL_get_psk_identity_hint (Results 1 – 10 of 10) sorted by relevance
1812 const char *SSL_get_psk_identity_hint(SSL *ssl);
216 SSL_get_psk_identity_hint
1768 '#define SSL_get_psk_identity_hint GRPC_SHADOW_SSL_get_psk_identity_hint',
3077 OPENSSL_EXPORT const char *SSL_get_psk_identity_hint(const SSL *ssl);
3132 OPENSSL_EXPORT const char *SSL_get_psk_identity_hint(const SSL *ssl);
2686 const char *SSL_get_psk_identity_hint(const SSL *ssl) { in SSL_get_psk_identity_hint() function
2603 const char *SSL_get_psk_identity_hint(const SSL *ssl) { in SSL_get_psk_identity_hint() function
244 #define SSL_get_psk_identity_hint GRPC_SHADOW_SSL_get_psk_identity_hint macro
355 #define SSL_get_psk_identity_hint BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_get_psk_identity_hint) macro
6826 const char* identityHint = SSL_get_psk_identity_hint(ssl); in psk_server_callback()