Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DSSL_get_psk_identity.pod5 SSL_get_psk_identity, SSL_get_psk_identity_hint - get PSK client identity and hint
11 const char *SSL_get_psk_identity_hint(const SSL *ssl);
16 SSL_get_psk_identity_hint() is used to retrieve the PSK identity hint
24 If non-B<NULL>, SSL_get_psk_identity_hint() returns the PSK identity
26 B<NULL>-terminated. SSL_get_psk_identity_hint() may return B<NULL> if
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
Dssl.h1814 const char *SSL_get_psk_identity_hint(SSL *ssl);
/third_party/openssl/util/
Dlibssl.num176 SSL_get_psk_identity_hint 177 1_1_0 EXIST::FUNCTION:PSK
/third_party/openssl/doc/man7/
Dssl.pod735 =item const char *B<SSL_get_psk_identity_hint>(SSL *ssl);
/third_party/openssl/include/openssl/
Dssl.h841 const char *SSL_get_psk_identity_hint(const SSL *s);
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h355 #define SSL_get_psk_identity_hint BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_get_psk_identity_hint) macro
/third_party/openssl/ssl/
Dssl_lib.c4353 const char *SSL_get_psk_identity_hint(const SSL *s) in SSL_get_psk_identity_hint() function
/third_party/openssl/
DCHANGES5241 SSL_get_psk_identity_hint