Searched refs:type_aead (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/net/third_party/nss/patches/ |
D | chacha20poly1305.patch | 39 {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},
|
D | aesgcm.patch | 120 +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/ |
D | sslimpl.h | 492 typedef enum { type_stream, type_block, type_aead } CipherType; enumerator
|
D | 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}, 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()
|