Home
last modified time | relevance | path

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

/external/chromium/net/third_party/nss/ssl/
Dssl3con.c1156 if (mat->write_mac_key != NULL) { in ssl3_CleanupKeyMaterial()
1157 PK11_FreeSymKey(mat->write_mac_key); in ssl3_CleanupKeyMaterial()
1158 mat->write_mac_key = NULL; in ssl3_CleanupKeyMaterial()
1649 mac_mech, CKA_SIGN, pwSpec->client.write_mac_key, &mac_param); in ssl3_InitPendingContextsPKCS11()
1655 mac_mech, CKA_SIGN, pwSpec->server.write_mac_key, &mac_param); in ssl3_InitPendingContextsPKCS11()
3051 pwSpec->client.write_mac_key = in ssl3_DeriveConnectionKeysPKCS11()
3054 if (pwSpec->client.write_mac_key == NULL ) { in ssl3_DeriveConnectionKeysPKCS11()
3057 pwSpec->server.write_mac_key = in ssl3_DeriveConnectionKeysPKCS11()
3060 if (pwSpec->server.write_mac_key == NULL ) { in ssl3_DeriveConnectionKeysPKCS11()
8740 spec->client.write_mac_key = NULL; in ssl3_InitCipherSpec()
[all …]
Dsslimpl.h523 PK11SymKey *write_mac_key; member