Searched refs:calg_null (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/net/third_party/nss/patches/ |
D | chacha20poly1305.patch | 41 {cipher_missing, calg_null, 0, 0, type_stream, 0, 0, 0, 0}, 211 #define C_NULL "NULL", calg_null
|
D | aesgcm.patch | 16 #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/ |
D | sslinfo.c | 110 #define C_NULL "NULL", calg_null
|
D | sslimpl.h | 57 #define calg_null ssl_calg_null macro
|
D | ssl3con.c | 277 {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()
|