HomeSort by relevance Sort by last modified time
    Searched refs:psk_client_callback (Results 1 - 4 of 4) sorted by null

  /external/boringssl/src/ssl/
handshake_client.cc 208 if (ssl->psk_client_callback == NULL) {
    [all...]
ssl_lib.cc 732 ssl->psk_client_callback = ctx->psk_client_callback;
    [all...]
internal.h 2069 unsigned int (*psk_client_callback)(SSL *ssl, const char *hint, member in struct:bssl::SSLContext
2574 unsigned int (*psk_client_callback)(SSL *ssl, const char *hint, member in struct:bssl::SSLConnection
    [all...]
  /external/conscrypt/common/src/jni/main/cpp/conscrypt/
native_crypto.cc 6204 static unsigned int psk_client_callback(SSL* ssl, const char* hint, char* identity, function
    [all...]

Completed in 150 milliseconds