Searched refs:calg_null (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
H A Dsslinfo.c110 #define C_NULL "NULL", calg_null
H A Dsslimpl.h57 #define calg_null ssl_calg_null macro
H A Dssl3con.c296 {cipher_null, calg_null, 0, 0, type_stream, 0, 0, 0, 0},
313 {cipher_missing, calg_null, 0, 0, type_stream, 0, 0, 0, 0},
495 { calg_null , (CK_MECHANISM_TYPE)0x80000000L },
814 ((cipher_alg == calg_null) || PK11_TokenExists(cipher_mech)));
2183 if (calg == calg_null) {
3871 PRBool skipKeysAndIVs = (PRBool)(cipher_def->calg == calg_null);

Completed in 340 milliseconds