Searched refs:type_stream (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/net/third_party/nss/patches/ |
D | aesgcm.patch | 119 -typedef enum { type_stream, type_block } CipherType; 120 +typedef enum { type_stream, type_block, type_aead } CipherType; 285 - {cipher_null, calg_null, 0, 0, type_stream, 0, 0, kg_null}, 286 - {cipher_rc4, calg_rc4, 16, 16, type_stream, 0, 0, kg_strong}, 287 - {cipher_rc4_40, calg_rc4, 16, 5, type_stream, 0, 0, kg_export}, 288 - {cipher_rc4_56, calg_rc4, 16, 7, type_stream, 0, 0, kg_export}, 300 - {cipher_missing, calg_null, 0, 0, type_stream, 0, 0, kg_null}, 308 + {cipher_null, calg_null, 0, 0, type_stream, 0, 0, 0, 0}, 309 + {cipher_rc4, calg_rc4, 16,16, type_stream, 0, 0, 0, 0}, 310 + {cipher_rc4_40, calg_rc4, 16, 5, type_stream, 0, 0, 0, 0}, [all …]
|
D | chacha20poly1305.patch | 41 {cipher_missing, calg_null, 0, 0, type_stream, 0, 0, 0, 0},
|
/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 | 277 {cipher_null, calg_null, 0, 0, type_stream, 0, 0, 0, 0}, 278 {cipher_rc4, calg_rc4, 16,16, type_stream, 0, 0, 0, 0}, 279 {cipher_rc4_40, calg_rc4, 16, 5, type_stream, 0, 0, 0, 0}, 280 {cipher_rc4_56, calg_rc4, 16, 7, type_stream, 0, 0, 0, 0}, 294 {cipher_missing, calg_null, 0, 0, type_stream, 0, 0, 0, 0},
|