Searched refs:slotCount (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaUtil.c | 116 unsigned long i, slotCount = 0; in meta_operation_init() local 183 slotCount = (session->mech_support_info).num_supporting_slots; in meta_operation_init() 187 for (i = 0; i < slotCount; i++) { in meta_operation_init() 927 unsigned long i, slotCount = 0; in meta_generate_keys() local 1017 &(session->mech_support_info), &slots, &slotCount, token_only, in meta_generate_keys() 1031 for (i = 0; i < slotCount; i++) { in meta_generate_keys() 1195 unsigned long i, slotCount = 0; in meta_wrap_key() local 1205 &(session->mech_support_info), &slots, &slotCount, in meta_wrap_key() 1213 for (i = 0; i < slotCount; i++) { in meta_wrap_key() 1269 if (i == slotCount) { in meta_wrap_key() [all …]
|
H A D | metaSlotToken.c | 276 unsigned long i, slotCount = 0; in meta_GetMechanismInfo() local 301 slotCount = mech_support_info.num_supporting_slots; in meta_GetMechanismInfo() 309 for (i = 1; i < slotCount; i++) { in meta_GetMechanismInfo()
|