Lines Matching defs:current_slot
301 CK_SLOT_ID current_slot);
303 CK_TOKEN_INFO token_info, CK_SLOT_ID current_slot, CK_RV rv,
307 CK_SLOT_ID current_slot);
309 CK_SLOT_ID current_slot, int *current_slot_n_cipher,
312 CK_SLOT_ID current_slot, int *current_slot_n_digest,
2967 CK_SLOT_ID current_slot = 0;
3010 current_slot = pSlotList[i];
3012 current_slot);
3013 rv = pFuncList->C_GetTokenInfo(current_slot, &token_info);
3021 pk11_choose_rand_slot(token_info, current_slot);
3023 pk11_choose_pubkey_slot(mech_info, token_info, current_slot,
3029 local_digest_nids, pFuncList, current_slot);
3060 CK_SLOT_ID current_slot)
3066 rand_SLOTID = current_slot;
3072 CK_TOKEN_INFO token_info, CK_SLOT_ID current_slot, CK_RV rv,
3087 rv = pFuncList->C_GetMechanismInfo(current_slot, CKM_RSA_PKCS,
3095 rv = pFuncList->C_GetMechanismInfo(current_slot,
3114 rv = pFuncList->C_GetMechanismInfo(current_slot, CKM_DSA, &mech_info);
3127 rv = pFuncList->C_GetMechanismInfo(current_slot,
3131 rv = pFuncList->C_GetMechanismInfo(current_slot,
3141 best_pubkey_slot_sofar = current_slot;
3159 CK_SLOT_ID current_slot)
3166 pk11_find_symmetric_ciphers(pFuncList, current_slot,
3169 pk11_find_digests(pFuncList, current_slot,
3184 PK11_DBG, current_slot);
3185 SLOTID = current_slot;
3264 CK_SLOT_ID current_slot, int *current_slot_n_cipher, int *local_cipher_nids)
3269 pk11_get_symmetric_cipher(pflist, current_slot,
3277 CK_SLOT_ID current_slot, int *current_slot_n_digest, int *local_digest_nids)
3282 pk11_get_digest(pflist, current_slot, current_slot_n_digest,