Searched refs:blk_crypto_keyslot_index (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/mmc/core/
H A Dcrypto.c42 mrq->crypto_key_slot = blk_crypto_keyslot_index(keyslot);
/linux-master/include/linux/
H A Dblk-crypto-profile.h140 unsigned int blk_crypto_keyslot_index(struct blk_crypto_keyslot *slot);
/linux-master/drivers/ufs/core/
H A Dufshcd-crypto.h24 lrbp->crypto_key_slot = blk_crypto_keyslot_index(rq->crypt_keyslot);
/linux-master/block/
H A Dblk-crypto-profile.c221 * blk_crypto_keyslot_index() - Get the index of a keyslot
226 unsigned int blk_crypto_keyslot_index(struct blk_crypto_keyslot *slot) function
230 EXPORT_SYMBOL_GPL(blk_crypto_keyslot_index); variable
293 slot_idx = blk_crypto_keyslot_index(slot);
396 blk_crypto_keyslot_index(slot));
H A Dblk-crypto-fallback.c194 int keyslot_idx = blk_crypto_keyslot_index(slot);

Completed in 96 milliseconds