Home
last modified time | relevance | path

Searched refs:write_mac_key (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/net/third_party/nss/patches/
Dcbc.patch47 key = spec->server.write_mac_key;
49 key = spec->client.write_mac_key;
/external/chromium_org/net/third_party/nss/ssl/
Dssl3con.c1330 if (mat->write_mac_key != NULL) { in ssl3_CleanupKeyMaterial()
1331 PK11_FreeSymKey(mat->write_mac_key); in ssl3_CleanupKeyMaterial()
1332 mat->write_mac_key = NULL; in ssl3_CleanupKeyMaterial()
2155 mac_mech, CKA_SIGN, pwSpec->client.write_mac_key, &mac_param); in ssl3_InitPendingContextsPKCS11()
2161 mac_mech, CKA_SIGN, pwSpec->server.write_mac_key, &mac_param); in ssl3_InitPendingContextsPKCS11()
2576 key = spec->server.write_mac_key; in ssl3_ComputeRecordMACConstantTime()
2578 key = spec->client.write_mac_key; in ssl3_ComputeRecordMACConstantTime()
3933 pwSpec->client.write_mac_key = in ssl3_DeriveConnectionKeysPKCS11()
3936 if (pwSpec->client.write_mac_key == NULL ) { in ssl3_DeriveConnectionKeysPKCS11()
3939 pwSpec->server.write_mac_key = in ssl3_DeriveConnectionKeysPKCS11()
[all …]
Dsslimpl.h525 PK11SymKey *write_mac_key; member