Home
last modified time | relevance | path

Searched refs:calg_null (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/net/third_party/nss/patches/
Dchacha20poly1305.patch41 {cipher_missing, calg_null, 0, 0, type_stream, 0, 0, 0, 0},
211 #define C_NULL "NULL", calg_null
Daesgcm.patch16 #define C_NULL "NULL", calg_null
285 - {cipher_null, calg_null, 0, 0, type_stream, 0, 0, kg_null},
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},
324 + {cipher_missing, calg_null, 0, 0, type_stream, 0, 0, 0, 0},
664 if (calg == calg_null) {
/external/chromium_org/net/third_party/nss/ssl/
Dsslinfo.c110 #define C_NULL "NULL", calg_null
Dsslimpl.h57 #define calg_null ssl_calg_null macro
Dssl3con.c277 {cipher_null, calg_null, 0, 0, type_stream, 0, 0, 0, 0},
294 {cipher_missing, calg_null, 0, 0, type_stream, 0, 0, 0, 0},
476 { calg_null , (CK_MECHANISM_TYPE)0x80000000L },
797 ((cipher_alg == calg_null) || PK11_TokenExists(cipher_mech))); in ssl3_config_match_init()
2171 if (calg == calg_null) { in ssl3_InitPendingContextsPKCS11()
3859 PRBool skipKeysAndIVs = (PRBool)(cipher_def->calg == calg_null); in ssl3_DeriveConnectionKeysPKCS11()