Searched defs:svrPrivKey (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3ext.c155 SECKEYPrivateKey *svrPrivKey = ss->serverCerts[kt_rsa].SERVERKEY; local
158 if (svrPrivKey == NULL || svrPubKey == NULL) {
167 if (!ssl_GetSessionTicketKeysPKCS11(svrPrivKey, svrPubKey,
H A Dsslsnce.c1941 UnwrapCachedTicketKeys(SECKEYPrivateKey *svrPrivKey, unsigned char *keyName, argument
1952 aesKeyTmp = PK11_PubUnwrapSymKey(svrPrivKey, &wrappedKey,
1958 macKeyTmp = PK11_PubUnwrapSymKey(svrPrivKey, &wrappedKey,
1984 ssl_GetSessionTicketKeysPKCS11(SECKEYPrivateKey *svrPrivKey, argument
2018 rv = UnwrapCachedTicketKeys(svrPrivKey, keyName, aesKey, macKey);
H A Dssl3con.c5570 SECKEYPrivateKey * svrPrivKey,
5599 PK11_PubUnwrapSymKey(svrPrivKey, &wrappedKey,
5640 Ks = PK11_PubDeriveWithKDF(svrPrivKey, &pubWrapKey, PR_FALSE, NULL,
5731 SECKEYPrivateKey * svrPrivKey; local
5748 svrPrivKey = ss->serverCerts[exchKeyType].SERVERKEY;
5749 PORT_Assert(svrPrivKey != NULL);
5750 if (!svrPrivKey) {
5781 ssl_UnwrapSymWrappingKey(&wswk, svrPrivKey, exchKeyType,
5872 Ks = PK11_PubDeriveWithKDF(svrPrivKey, pubWrapKey, PR_FALSE, NULL,
5948 ssl_UnwrapSymWrappingKey(&wswk, svrPrivKey, exchKeyTyp
5568 ssl_UnwrapSymWrappingKey( SSLWrappedSymWrappingKey *pWswk, SECKEYPrivateKey * svrPrivKey, SSL3KEAType exchKeyType, CK_MECHANISM_TYPE masterWrapMech, void * pwArg) argument
[all...]

Completed in 144 milliseconds