Lines Matching defs:current_slot
319 CK_SLOT_ID current_slot, int *current_slot_n_cipher,
322 CK_SLOT_ID current_slot, int *current_slot_n_digest,
3035 CK_SLOT_ID current_slot = 0;
3085 current_slot = pSlotList[i];
3089 rv = pFuncList->C_GetTokenInfo(current_slot, &token_info);
3101 rand_SLOTID = current_slot;
3114 current_slot = pSlotList[i];
3117 rv = pFuncList->C_GetTokenInfo(current_slot, &token_info);
3129 rv = pFuncList->C_GetMechanismInfo(current_slot, CKM_RSA_PKCS,
3139 rv = pFuncList->C_GetMechanismInfo(current_slot,
3158 rv = pFuncList->C_GetMechanismInfo(current_slot, CKM_DSA,
3173 rv = pFuncList->C_GetMechanismInfo(current_slot,
3178 rv = pFuncList->C_GetMechanismInfo(current_slot,
3191 "%s: potential slot: %d\n", PK11_DBG, current_slot);
3192 best_slot_sofar = current_slot;
3231 current_slot = pSlotList[i];
3237 pk11_find_symmetric_ciphers(pFuncList, current_slot,
3240 pk11_find_digests(pFuncList, current_slot,
3259 PK11_DBG, current_slot);
3260 best_slot_sofar = SLOTID = current_slot;
3388 CK_SLOT_ID current_slot, int *current_slot_n_cipher, int *local_cipher_nids)
3394 pk11_get_symmetric_cipher(pflist, current_slot,
3401 CK_SLOT_ID current_slot, int *current_slot_n_digest, int *local_digest_nids)
3407 pk11_get_digest(pflist, current_slot, current_slot_n_digest,