Searched refs:calg_rc4 (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/net/third_party/nss/patches/ |
D | aesgcm.patch | 12 #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/ |
D | sslinfo.c | 106 #define C_RC4 "RC4", calg_rc4
|
D | sslimpl.h | 58 #define calg_rc4 ssl_calg_rc4 macro
|
D | ssl3con.c | 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}, 477 { calg_rc4 , CKM_RC4 },
|