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 323 SSL_CHACHA20POLY1305,
513 SSL_CHACHA20POLY1305,
525 SSL_CHACHA20POLY1305,
537 SSL_CHACHA20POLY1305,
612 {"CHACHA20", ~0u, ~0u, SSL_CHACHA20POLY1305, ~0u, 0},
673 } else if (cipher->algorithm_enc == SSL_CHACHA20POLY1305) {
    [all...]
ssl_aead_ctx.cc 88 if (cipher->algorithm_enc & SSL_CHACHA20POLY1305) {
tls13_server.cc 142 if (candidate->algorithm_enc == SSL_CHACHA20POLY1305) {
internal.h 242 #define SSL_CHACHA20POLY1305 0x00000040u
    [all...]

Completed in 2098 milliseconds