Searched refs:calg_null (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/net/third_party/nss/patches/ |
D | chacha20poly1305.patch | 40 {cipher_missing, calg_null, 0, 0, type_stream, 0, 0, 0, 0}, 231 #define C_NULL "NULL", calg_null
|
/external/chromium_org/net/third_party/nss/ssl/ |
D | sslinfo.c | 110 #define C_NULL "NULL", calg_null
|
D | sslimpl.h | 57 #define calg_null ssl_calg_null macro
|
D | ssl3con.c | 296 {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))); in ssl3_config_match_init() 2183 if (calg == calg_null) { in ssl3_InitPendingContextsPKCS11() 3871 PRBool skipKeysAndIVs = (PRBool)(cipher_def->calg == calg_null); in ssl3_DeriveConnectionKeysPKCS11()
|