Searched refs:bestSlot (Results 1 – 1 of 1) sorted by relevance
869 PK11SlotInfo * bestSlot; in SSL_ConfigSecureServerWithCertChain() local870 bestSlot = PK11_ReferenceSlot(key->pkcs11Slot); in SSL_ConfigSecureServerWithCertChain()871 if (bestSlot) { in SSL_ConfigSecureServerWithCertChain()872 keyCopy = PK11_CopyTokenPrivKeyToSessionPrivKey(bestSlot, key); in SSL_ConfigSecureServerWithCertChain()873 PK11_FreeSlot(bestSlot); in SSL_ConfigSecureServerWithCertChain()879 PK11SlotInfo * bestSlot; in SSL_ConfigSecureServerWithCertChain() local881 bestSlot = PK11_GetBestSlot(keyMech, NULL /* wincx */); in SSL_ConfigSecureServerWithCertChain()882 if (bestSlot) { in SSL_ConfigSecureServerWithCertChain()883 keyCopy = PK11_CopyTokenPrivKeyToSessionPrivKey(bestSlot, key); in SSL_ConfigSecureServerWithCertChain()884 PK11_FreeSlot(bestSlot); in SSL_ConfigSecureServerWithCertChain()