Home
last modified time | relevance | path

Searched defs:psk_client_callback (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/include/openssl/
Dssl.h1016 unsigned int (*psk_client_callback)(SSL *ssl, const char *hint, member
1400 unsigned int (*psk_client_callback)(SSL *ssl, const char *hint, member
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp7844 static unsigned int psk_client_callback(SSL* ssl, const char *hint, function