Home
last modified time | relevance | path

Searched defs:SSL_use_psk_identity_hint (Results 1 – 3 of 3) sorted by relevance

/third_party/boringssl/src/ssl/
Dssl_lib.cc2596 int SSL_use_psk_identity_hint(SSL *ssl, const char *identity_hint) { in SSL_use_psk_identity_hint() function
/third_party/openssl/ssl/
Dssl_lib.c4290 int SSL_use_psk_identity_hint(SSL *s, const char *identity_hint) in SSL_use_psk_identity_hint() function
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h517 #define SSL_use_psk_identity_hint BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_use_psk_identity_hint) macro