/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | pkcs11SUNWExtensions.c | 147 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 D | mapfile-vers | 83 C_GetSlotList;
|
H A D | pkcs11Conf.c | 461 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 D | pkcs11General.c | 47 C_GetSlotList,
|
H A D | pkcs11SlotToken.c | 51 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()
|
/titanic_41/usr/src/lib/libkmf/libkmf/common/ |
H A D | pk11tokens.c | 104 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 D | pk11keys.c | 104 rv = C_GetSlotList(0, NULL, &pulCount); in kmf_create_pk11_session() 116 rv = C_GetSlotList(0, pSlotList, &pulCount); in kmf_create_pk11_session()
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | mapfile-vers | 83 C_GetSlotList;
|
H A D | kernelGeneral.c | 45 C_GetSlotList,
|
H A D | kernelSlotToken.c | 44 C_GetSlotList(CK_BBOOL tokenPresent, CK_SLOT_ID_PTR pSlotList, in C_GetSlotList() function
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | mapfile-vers | 83 C_GetSlotList;
|
H A D | softGeneral.c | 51 C_GetSlotList,
|
H A D | softSlotToken.c | 245 C_GetSlotList(CK_BBOOL tokenPresent, CK_SLOT_ID_PTR pSlotList, in C_GetSlotList() function
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | mapfile-vers | 80 C_GetSlotList;
|
H A D | api_interface.c | 1250 PK11_Functions.C_GetSlotList = C_GetSlotList; in C_GetFunctionList() 1521 C_GetSlotList(CK_BBOOL tokenPresent, in C_GetSlotList() function
|
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/ |
H A D | init_ctx.c | 147 rv = C_GetSlotList(FALSE, NULL_PTR, &slotcount); in krb5_open_pkcs11_session() 167 rv = C_GetSlotList(FALSE, slotlist, &slotcount); in krb5_open_pkcs11_session()
|
/titanic_41/usr/src/cmd/cmd-crypto/digest/ |
H A D | digest.c | 455 rv = C_GetSlotList(0, NULL_PTR, &slotcount); in execute_cmd() 476 if ((rv = C_GetSlotList(0, pSlotList, &slotcount)) != CKR_OK) { in execute_cmd()
|
/titanic_41/usr/src/lib/pkcs11/libkcfd/common/ |
H A D | mapfile-vers | 203 C_GetSlotList {
|
/titanic_41/usr/src/cmd/cmd-crypto/decrypt/ |
H A D | decrypt.c | 513 rv = C_GetSlotList(0, NULL_PTR, &slotcount); in execute_cmd() 531 if ((rv = C_GetSlotList(0, pSlotList, &slotcount)) != CKR_OK) { in execute_cmd()
|
/titanic_41/usr/src/lib/pkcs11/include/ |
H A D | pkcs11f.h | 71 CK_PKCS11_FUNCTION_INFO(C_GetSlotList)
|
/titanic_41/usr/src/cmd/cmd-crypto/pktool/ |
H A D | common.c | 345 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()
|
/titanic_41/usr/src/cmd/cmd-crypto/cryptoadm/ |
H A D | adm_uef.c | 285 rv = prov_funcs->C_GetSlotList(FALSE, NULL_PTR, &slot_count); in list_mechlist_for_lib() 307 rv = prov_funcs->C_GetSlotList(FALSE, prov_slots, &slot_count); in list_mechlist_for_lib()
|
/titanic_41/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_crypto_openssl.c | 3978 if ((r = cctx->p11->C_GetSlotList(FALSE, NULL, &count)) != CKR_OK) { in pkinit_open_session() 4003 if ((r = cctx->p11->C_GetSlotList(FALSE, tmpslotlist, &count)) != CKR_OK) { in pkinit_open_session() 4029 if ((r = cctx->p11->C_GetSlotList(TRUE, NULL, &count)) != CKR_OK) { in pkinit_open_session() 4079 if (cctx->p11->C_GetSlotList(TRUE, slotlist, &count) != CKR_OK) { in pkinit_open_session()
|
/titanic_41/usr/src/lib/sasl_plugins/digestmd5/ |
H A D | digestmd5.c | 5264 rv = C_GetSlotList(CK_FALSE, NULL_PTR, &ulSlotCount); 5277 rv = C_GetSlotList(CK_FALSE, pSlotList, &ulSlotCount);
|