Home
last modified time | relevance | path

Searched refs:bestSlot (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
Dsslsecur.c869 PK11SlotInfo * bestSlot; in SSL_ConfigSecureServerWithCertChain() local
870 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() local
881 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()