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

  /external/boringssl/src/ssl/
handshake_client.cc 563 if (ssl->psk_client_callback == NULL) {
    [all...]
ssl_lib.cc 445 ssl->psk_client_callback = ctx->psk_client_callback;
    [all...]
internal.h 1999 unsigned int (*psk_client_callback)(SSL *ssl, const char *hint, member in struct:ssl_st
    [all...]
  /external/boringssl/src/include/openssl/
ssl.h 4278 unsigned int (*psk_client_callback)(SSL *ssl, const char *hint, member in struct:ssl_ctx_st
    [all...]
  /external/conscrypt/common/src/jni/main/cpp/
NativeCrypto.cpp 5713 static unsigned int psk_client_callback(SSL* ssl, const char *hint, function
    [all...]

Completed in 874 milliseconds