Home
last modified time | relevance | path

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

/external/chromium_org/net/third_party/nss/patches/
Dchacha20poly1305.patch36 {cipher_camellia_256, calg_camellia, 32,32, type_block, 16,16, 0, 0},
37 {cipher_seed, calg_seed, 16,16, type_block, 16,16, 0, 0},
/external/chromium_org/net/third_party/nss/ssl/
Dssl3con.c300 {cipher_rc2, calg_rc2, 16,16, type_block, 8, 8, 0, 0},
301 {cipher_rc2_40, calg_rc2, 16, 5, type_block, 8, 8, 0, 0},
302 {cipher_des, calg_des, 8, 8, type_block, 8, 8, 0, 0},
303 {cipher_3des, calg_3des, 24,24, type_block, 8, 8, 0, 0},
304 {cipher_des40, calg_des, 8, 5, type_block, 8, 8, 0, 0},
305 {cipher_idea, calg_idea, 16,16, type_block, 8, 8, 0, 0},
306 {cipher_aes_128, calg_aes, 16,16, type_block, 16,16, 0, 0},
307 {cipher_aes_256, calg_aes, 32,32, type_block, 16,16, 0, 0},
308 {cipher_camellia_128, calg_camellia, 16,16, type_block, 16,16, 0, 0},
309 {cipher_camellia_256, calg_camellia, 32,32, type_block, 16,16, 0, 0},
[all …]
Dderive.c120 if (cipher_def->type == type_block && in ssl3_KeyAndMacDeriveBypass()
Dsslimpl.h494 typedef enum { type_stream, type_block, type_aead } CipherType; enumerator