Home
last modified time | relevance | path

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

/external/chromium_org/net/third_party/nss/patches/
Daesgcm.patch12 #define C_RC4 "RC4", calg_rc4
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},
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},
311 + {cipher_rc4_56, calg_rc4, 16, 7, type_stream, 0, 0, 0, 0},
/external/chromium_org/net/third_party/nss/ssl/
Dsslinfo.c106 #define C_RC4 "RC4", calg_rc4
Dsslimpl.h58 #define calg_rc4 ssl_calg_rc4 macro
Dssl3con.c278 {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},
477 { calg_rc4 , CKM_RC4 },