Searched refs:write_mac_context (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3con.c1345 if (mat->write_mac_context != NULL) {
1346 PK11_DestroyContext(mat->write_mac_context, PR_TRUE);
1347 mat->write_mac_context = NULL;
2139 pwSpec->client.write_mac_context = NULL;
2140 pwSpec->server.write_mac_context = NULL;
2166 pwSpec->client.write_mac_context = PK11_CreateContextBySymKey(
2168 if (pwSpec->client.write_mac_context == NULL) {
2172 pwSpec->server.write_mac_context = PK11_CreateContextBySymKey(
2174 if (pwSpec->server.write_mac_context == NULL) {
2253 if (pwSpec->client.write_mac_context !
2413 PRUint64 write_mac_context[MAX_MAC_CONTEXT_LLONGS]; local
[all...]
H A Dsslimpl.h528 PK11Context *write_mac_context; member in struct:__anon9710

Completed in 160 milliseconds