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

  /external/boringssl/src/ssl/
ssl_cipher.cc 248 SSL_aPSK,
260 SSL_aPSK,
488 SSL_aPSK,
500 SSL_aPSK,
538 SSL_aPSK,
600 {"aPSK", ~0u, SSL_aPSK, ~0u, ~0u, 0},
606 {"PSK", SSL_kPSK, SSL_aPSK, ~0u, ~0u, 0},
    [all...]
handshake_server.cc 350 mask_a |= SSL_aPSK;
788 ((alg_a & SSL_aPSK) && ssl->psk_identity_hint)) {
800 if (alg_a & SSL_aPSK) {
    [all...]
handshake_client.cc 209 *out_mask_a |= SSL_aPSK;
    [all...]
internal.h 427 // SSL_aPSK is set for both PSK and ECDHE_PSK.
428 #define SSL_aPSK 0x00000004u
    [all...]

Completed in 57 milliseconds