Searched refs:write_mac_key (Results 1 – 2 of 2) sorted by relevance
1341 if (mat->write_mac_key != NULL) { in ssl3_CleanupKeyMaterial()1342 PK11_FreeSymKey(mat->write_mac_key); in ssl3_CleanupKeyMaterial()1343 mat->write_mac_key = NULL; in ssl3_CleanupKeyMaterial()2167 mac_mech, CKA_SIGN, pwSpec->client.write_mac_key, &mac_param); in ssl3_InitPendingContextsPKCS11()2173 mac_mech, CKA_SIGN, pwSpec->server.write_mac_key, &mac_param); in ssl3_InitPendingContextsPKCS11()2581 key = spec->server.write_mac_key; in ssl3_ComputeRecordMACConstantTime()2583 key = spec->client.write_mac_key; in ssl3_ComputeRecordMACConstantTime()3945 pwSpec->client.write_mac_key = in ssl3_DeriveConnectionKeysPKCS11()3948 if (pwSpec->client.write_mac_key == NULL ) { in ssl3_DeriveConnectionKeysPKCS11()3951 pwSpec->server.write_mac_key = in ssl3_DeriveConnectionKeysPKCS11()[all …]
527 PK11SymKey *write_mac_key; member