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

  /external/openssl/ssl/
ssltest.c 245 static unsigned int psk_client_callback(SSL *ssl, const char *hint, char *identity,
1052 SSL_CTX_set_psk_client_callback(c_ctx, psk_client_callback);
2505 static unsigned int psk_client_callback(SSL *ssl, const char *hint, char *identity, function
    [all...]
ssl.h 983 unsigned int (*psk_client_callback)(SSL *ssl, const char *hint, char *identity, member in struct:ssl_ctx_st
1350 unsigned int (*psk_client_callback)(SSL *ssl, const char *hint, char *identity, member in struct:ssl_st
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp 6951 static unsigned int psk_client_callback(SSL* ssl, const char *hint, function
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
ssl.h 956 unsigned int (*psk_client_callback)(SSL *ssl, const char *hint, char *identity, member in struct:ssl_ctx_st
1347 unsigned int (*psk_client_callback)(SSL *ssl, const char *hint, char *identity, member in struct:ssl_st
    [all...]
  /external/openssl/include/openssl/
ssl.h 983 unsigned int (*psk_client_callback)(SSL *ssl, const char *hint, char *identity, member in struct:ssl_ctx_st
1350 unsigned int (*psk_client_callback)(SSL *ssl, const char *hint, char *identity, member in struct:ssl_st
    [all...]

Completed in 83 milliseconds