Searched refs:type_aead (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
H A Dsslimpl.h494 typedef enum { type_stream, type_block, type_aead } CipherType; enumerator in enum:__anon9707
H A Dssl3con.c311 {cipher_aes_128_gcm, calg_aes_gcm, 16,16, type_aead, 4, 0,16, 8},
312 {cipher_chacha20, calg_chacha20, 32,32, type_aead, 0, 0,16, 0},
2712 if (cipher_def->type == type_aead) {
11980 } else if (cipher_def->type == type_aead) {
12056 if (cipher_def->type == type_aead) {

Completed in 169 milliseconds