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

/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Conf.c485 CK_SLOT_ID_PTR prov_slots = NULL; /* Provider's slot list */ local
792 prov_slots = calloc(prov_slot_count, sizeof (CK_SLOT_ID));
794 if (prov_slots == NULL) {
805 prov_slots, &prov_slot_count);
878 cur_slot->sl_id = prov_slots[i];
918 if (prov_slots != NULL) {
919 free(prov_slots);
920 prov_slots = NULL;
1050 if (prov_slots != NULL) {
1051 free(prov_slots);
[all...]

Completed in 21 milliseconds