Home
last modified time | relevance | path

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

/external/chromium_org/net/third_party/nss/patches/
Daesgcm.patch119 -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 …]
Dchacha20poly1305.patch41 {cipher_missing, calg_null, 0, 0, type_stream, 0, 0, 0, 0},
/external/chromium_org/net/third_party/nss/ssl/
Dsslimpl.h492 typedef enum { type_stream, type_block, type_aead } CipherType; enumerator
Dssl3con.c277 {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},