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

/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSlotToken.c275 unsigned long i, slotCount = 0; local
300 slotCount = mech_support_info.num_supporting_slots;
308 for (i = 1; i < slotCount; i++) {
H A DmetaUtil.c129 unsigned long i, slotCount = 0; local
196 slotCount = (session->mech_support_info).num_supporting_slots;
200 for (i = 0; i < slotCount; i++) {
940 unsigned long i, slotCount = 0; local
1030 &(session->mech_support_info), &slots, &slotCount, token_only,
1044 for (i = 0; i < slotCount; i++) {
1214 unsigned long i, slotCount = 0; local
1224 &(session->mech_support_info), &slots, &slotCount,
1232 for (i = 0; i < slotCount; i++) {
1289 if (i == slotCount) {
1337 unsigned long i, slotCount = 0; local
[all...]

Completed in 24 milliseconds