Home
last modified time | relevance | path

Searched refs:type_aead (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/third_party/nss/patches/
Dchacha20poly1305.patch39 {cipher_aes_128_gcm, calg_aes_gcm, 16,16, type_aead, 4, 0,16, 8},
40 + {cipher_chacha20, calg_chacha20, 32,32, type_aead, 0, 0,16, 0},
Daesgcm.patch120 +typedef enum { type_stream, type_block, type_aead } CipherType;
323 + {cipher_aes_128_gcm, calg_aes_gcm, 16,16, type_aead, 4, 0,16, 8},
889 + if (cipher_def->type == type_aead) {
1105 + } else if (cipher_def->type == type_aead) {
1126 + if (cipher_def->type == type_aead) {
/external/chromium_org/net/third_party/nss/ssl/
Dsslimpl.h492 typedef enum { type_stream, type_block, type_aead } CipherType; enumerator
Dssl3con.c292 {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},
2708 if (cipher_def->type == type_aead) { in ssl3_CompressMACEncryptRecord()
11893 } else if (cipher_def->type == type_aead) { in ssl3_HandleRecord()
11969 if (cipher_def->type == type_aead) { in ssl3_HandleRecord()