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

  /external/boringssl/src/ssl/
ssl_cipher.cc 325 SSL_CHACHA20POLY1305,
515 SSL_CHACHA20POLY1305,
527 SSL_CHACHA20POLY1305,
539 SSL_CHACHA20POLY1305,
614 {"CHACHA20", ~0u, ~0u, SSL_CHACHA20POLY1305, ~0u, 0},
667 } else if (cipher->algorithm_enc == SSL_CHACHA20POLY1305) {
    [all...]
ssl_aead_ctx.cc 116 if (cipher->algorithm_enc & SSL_CHACHA20POLY1305) {
tls13_server.cc 139 if (candidate->algorithm_enc == SSL_CHACHA20POLY1305) {
    [all...]
internal.h 440 #define SSL_CHACHA20POLY1305 0x00000040u
    [all...]

Completed in 57 milliseconds