Searched refs:keyCopy (Results 1 – 1 of 1) sorted by relevance
865 SECKEYPrivateKey * keyCopy = NULL; in SSL_ConfigSecureServerWithCertChain() local872 keyCopy = PK11_CopyTokenPrivKeyToSessionPrivKey(bestSlot, key); in SSL_ConfigSecureServerWithCertChain()876 if (keyCopy == NULL) in SSL_ConfigSecureServerWithCertChain()883 keyCopy = PK11_CopyTokenPrivKeyToSessionPrivKey(bestSlot, key); in SSL_ConfigSecureServerWithCertChain()887 if (keyCopy == NULL) in SSL_ConfigSecureServerWithCertChain()888 keyCopy = SECKEY_CopyPrivateKey(key); in SSL_ConfigSecureServerWithCertChain()889 if (keyCopy == NULL) in SSL_ConfigSecureServerWithCertChain()891 keyPair = ssl3_NewKeyPair(keyCopy, pubKey); in SSL_ConfigSecureServerWithCertChain()893 SECKEY_DestroyPrivateKey(keyCopy); in SSL_ConfigSecureServerWithCertChain()