/external/chromium_org/third_party/boringssl/src/ssl/ |
ssl_ciph.c | 221 {0,SSL_TXT_CHACHA20 ,0,0,0,SSL_CHACHA20POLY1305,0,0,0,0,0,0}, 264 case SSL_CHACHA20POLY1305: 1058 ssl_cipher_apply_rule(0, 0, 0, SSL_CHACHA20POLY1305, 0, 0, 0, CIPHER_ADD, -1, 0, &head, &tail); 1062 ssl_cipher_apply_rule(0, 0, 0, SSL_CHACHA20POLY1305, 0, 0, 0, CIPHER_ADD, -1, 0, &head, &tail); [all...] |
s3_lib.c | 885 SSL_CHACHA20POLY1305, 900 SSL_CHACHA20POLY1305, 915 SSL_CHACHA20POLY1305, [all...] |
ssl_locl.h | 296 #define SSL_CHACHA20POLY1305 0x00000040L [all...] |