Home
last modified time | relevance | path

Searched refs:SSL_CHACHA20POLY1305 (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/ssl/
Ds3_lib.c74 SSL_CHACHA20POLY1305,
2044 SSL_CHACHA20POLY1305,
2060 SSL_CHACHA20POLY1305,
2076 SSL_CHACHA20POLY1305,
2092 SSL_CHACHA20POLY1305,
2108 SSL_CHACHA20POLY1305,
2124 SSL_CHACHA20POLY1305,
2140 SSL_CHACHA20POLY1305,
4175 if (c->algorithm_enc == SSL_CHACHA20POLY1305) { in ssl3_choose_cipher()
4181 if (c->algorithm_enc == SSL_CHACHA20POLY1305) { in ssl3_choose_cipher()
[all …]
Dssl_ciph.c76 {SSL_CHACHA20POLY1305, NID_chacha20_poly1305}, /* SSL_ENC_CHACHA_IDX 19 */
1793 case SSL_CHACHA20POLY1305: in SSL_CIPHER_description()
2120 } else if (c->algorithm_enc & SSL_CHACHA20POLY1305) { in ssl_cipher_get_overhead()
Dssl_local.h230 # define SSL_CHACHA20POLY1305 0x00080000U macro
238 # define SSL_CHACHA20 (SSL_CHACHA20POLY1305)