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 246 SSL_aPSK,
258 SSL_aPSK,
486 SSL_aPSK,
498 SSL_aPSK,
536 SSL_aPSK,
598 {"aPSK", ~0u, SSL_aPSK, ~0u, ~0u, 0},
604 {"PSK", SSL_kPSK, SSL_aPSK, ~0u, ~0u, 0},
    [all...]
handshake_server.cc 604 mask_a |= SSL_aPSK;
    [all...]
handshake_client.cc 564 *out_mask_a |= SSL_aPSK;
    [all...]
internal.h 229 /* SSL_aPSK is set for both PSK and ECDHE_PSK. */
230 #define SSL_aPSK 0x00000004u
    [all...]

Completed in 569 milliseconds