Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11SUNWExtensions.c147 rv = C_GetSlotList(0, NULL, &slotcount); in pkcs11_GetCriteriaSession()
163 if ((rv = C_GetSlotList(0, slot_list, &slotcount)) != CKR_OK) { in pkcs11_GetCriteriaSession()
229 rv = C_GetSlotList(0, NULL, &slotcount); in SUNW_C_GetMechSession()
245 if ((rv = C_GetSlotList(0, slot_list, &slotcount)) != CKR_OK) { in SUNW_C_GetMechSession()
H A Dmapfile-vers83 C_GetSlotList;
H A Dpkcs11Conf.c461 prov_rv = prov_funcs->C_GetSlotList(FALSE, in pkcs11_slot_mapping()
500 prov_rv = prov_funcs->C_GetSlotList(FALSE, in pkcs11_slot_mapping()
H A Dpkcs11SlotToken.c51 C_GetSlotList(CK_BBOOL tokenPresent, CK_SLOT_ID_PTR pSlotList, in C_GetSlotList() function
64 return (fast_funcs->C_GetSlotList(tokenPresent, pSlotList, in C_GetSlotList()
H A Dpkcs11General.c47 C_GetSlotList,
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpk11tokens.c104 ck_rv = C_GetSlotList(1, NULL_PTR, &tmp_count); in kmf_get_token_slots()
113 ck_rv = C_GetSlotList(1, NULL_PTR, &tmp_count); in kmf_get_token_slots()
136 ck_rv = C_GetSlotList(1, tmp_list, &tmp_count); in kmf_get_token_slots()
H A Dpk11keys.c104 rv = C_GetSlotList(0, NULL, &pulCount); in kmf_create_pk11_session()
116 rv = C_GetSlotList(0, pSlotList, &pulCount); in kmf_create_pk11_session()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dmapfile-vers80 C_GetSlotList;
H A Dapi_interface.c1250 PK11_Functions.C_GetSlotList = C_GetSlotList; in C_GetFunctionList()
1521 C_GetSlotList(CK_BBOOL tokenPresent, in C_GetSlotList() function
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A Dmapfile-vers83 C_GetSlotList;
H A DkernelGeneral.c45 C_GetSlotList,
H A DkernelSlotToken.c42 C_GetSlotList(CK_BBOOL tokenPresent, CK_SLOT_ID_PTR pSlotList, in C_GetSlotList() function
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A Dmapfile-vers83 C_GetSlotList;
H A DsoftGeneral.c55 C_GetSlotList,
H A DsoftSlotToken.c268 C_GetSlotList(CK_BBOOL tokenPresent, CK_SLOT_ID_PTR pSlotList, in C_GetSlotList() function
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dinit_ctx.c147 rv = C_GetSlotList(FALSE, NULL_PTR, &slotcount); in krb5_open_pkcs11_session()
167 rv = C_GetSlotList(FALSE, slotlist, &slotcount); in krb5_open_pkcs11_session()
/illumos-gate/usr/src/cmd/cmd-crypto/digest/
H A Ddigest.c455 rv = C_GetSlotList(0, NULL_PTR, &slotcount); in execute_cmd()
476 if ((rv = C_GetSlotList(0, pSlotList, &slotcount)) != CKR_OK) { in execute_cmd()
/illumos-gate/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c513 rv = C_GetSlotList(0, NULL_PTR, &slotcount); in execute_cmd()
531 if ((rv = C_GetSlotList(0, pSlotList, &slotcount)) != CKR_OK) { in execute_cmd()
/illumos-gate/usr/src/lib/pkcs11/libkcfd/common/
H A Dmapfile-vers203 C_GetSlotList {
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dcommon.c345 if ((rv = C_GetSlotList(1, NULL_PTR, &tmp_count)) != CKR_OK) in get_token_slots()
361 if ((rv = C_GetSlotList(1, tmp_list, &tmp_count)) == CKR_OK) { in get_token_slots()
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h68 CK_PKCS11_FUNCTION_INFO(C_GetSlotList)
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_uef.c286 rv = prov_funcs->C_GetSlotList(FALSE, NULL_PTR, &slot_count); in list_mechlist_for_lib()
308 rv = prov_funcs->C_GetSlotList(FALSE, prov_slots, &slot_count); in list_mechlist_for_lib()
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c4152 if ((r = cctx->p11->C_GetSlotList(FALSE, NULL, &count)) != CKR_OK) { in pkinit_open_session()
4177 if ((r = cctx->p11->C_GetSlotList(FALSE, tmpslotlist, &count)) != CKR_OK) { in pkinit_open_session()
4203 if ((r = cctx->p11->C_GetSlotList(TRUE, NULL, &count)) != CKR_OK) { in pkinit_open_session()
4253 if (cctx->p11->C_GetSlotList(TRUE, slotlist, &count) != CKR_OK) { in pkinit_open_session()
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c5267 rv = C_GetSlotList(CK_FALSE, NULL_PTR, &ulSlotCount);
5280 rv = C_GetSlotList(CK_FALSE, pSlotList, &ulSlotCount);