/external/chromium_org/net/third_party/nss/ssl/ |
sslimpl.h | 492 typedef enum { type_stream, type_block, type_aead } CipherType; enumerator in enum:__anon12214 [all...] |
ssl3con.c | 292 {cipher_aes_128_gcm, calg_aes_gcm, 16,16, type_aead, 4, 0,16, 8}, 293 {cipher_chacha20, calg_chacha20, 32,32, type_aead, 0, 0,16, 0}, [all...] |