Home | History | Annotate | Download | only in ssl

Lines Matching refs:svrPrivKey

5128 	SECKEYPrivateKey *        svrPrivKey,
5157 PK11_PubUnwrapSymKey(svrPrivKey, &wrappedKey,
5198 Ks = PK11_PubDeriveWithKDF(svrPrivKey, &pubWrapKey, PR_FALSE, NULL,
5290 SECKEYPrivateKey * svrPrivKey;
5307 svrPrivKey = ss->serverCerts[exchKeyType].SERVERKEY;
5308 PORT_Assert(svrPrivKey != NULL);
5309 if (!svrPrivKey) {
5340 ssl_UnwrapSymWrappingKey(&wswk, svrPrivKey, exchKeyType,
5431 Ks = PK11_PubDeriveWithKDF(svrPrivKey, pubWrapKey, PR_FALSE, NULL,
5507 ssl_UnwrapSymWrappingKey(&wswk, svrPrivKey, exchKeyType,