Searched defs:slot_count (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSlottable.c32 CK_ULONG slot_count = 0; variable
62 slot_count = pl->pl_count;
181 if (rv != CKR_OK || slot_count == 0) {
186 slot_table = malloc(sizeof (kernel_slot_t *) * slot_count);
192 for (i = 0; i < slot_count; i++) {
220 pl = malloc(slot_count * sizeof (crypto_get_provider_list_t));
226 pl->pl_count = slot_count;
243 for (i = 0; i < slot_count; i++) {
251 for (i = 0; i < slot_count; i++) {
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dpk11tokens.c35 CK_ULONG *slot_count)
64 *slot_count = 0;
78 *slot_count = tmp_count;
236 CK_ULONG slot_count = 0; local
273 kmf_rv = kmf_get_token_slots(handle, &slot_list, &slot_count);
280 if (slot_count == 0) {
286 for (i = 0; i < slot_count; i++) {
329 if (i < slot_count) {
34 kmf_get_token_slots(KMF_HANDLE *handle, CK_SLOT_ID_PTR *slot_list, CK_ULONG *slot_count) argument
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSlotManager.c70 CK_ULONG slot_count = 0; local
90 slot_count++;
97 if (slot_count < 1) {
102 slots = calloc(slot_count, sizeof (slot_data_t));
112 for (i = 0; i < slot_count; i++) {
117 num_slots = slot_count;
H A Dpkcs11Conf.c498 uint_t slot_count = 0; local
875 slot_count++;
925 if (slot_count == 0) {
H A DmetaUtil.c872 mechinfo_t ***slots, unsigned long *slot_count, boolean_t token_only,
898 *slot_count = 1;
920 *slot_count = mech_support_info->num_supporting_slots;
1499 unsigned long i, slot_count = 0; local
1541 &(session->mech_support_info), &slots, &slot_count,
1568 for (i = 0; i < slot_count; i++) {
870 get_slotlist_for_mech(CK_MECHANISM_TYPE mech_type, mech_support_info_t *mech_support_info, mechinfo_t ***slots, unsigned long *slot_count, boolean_t token_only, CK_MECHANISM_INFO *mech_info) argument

Completed in 49 milliseconds