Home
last modified time | relevance | path

Searched refs:blk_crypto_keyslot_index (Results 1 – 4 of 4) sorted by relevance

/linux/block/
H A Dblk-crypto-profile.c224 unsigned int blk_crypto_keyslot_index(struct blk_crypto_keyslot *slot) in blk_crypto_keyslot_index() function
228 EXPORT_SYMBOL_GPL(blk_crypto_keyslot_index);
291 slot_idx = blk_crypto_keyslot_index(slot); in blk_crypto_get_keyslot()
396 blk_crypto_keyslot_index(slot)); in __blk_crypto_evict_key()
H A Dblk-crypto-fallback.c222 &blk_crypto_keyslots[blk_crypto_keyslot_index(slot)]; in blk_crypto_fallback_tfm()
/linux/drivers/mmc/core/
H A Dcrypto.c42 mrq->crypto_key_slot = blk_crypto_keyslot_index(keyslot); in mmc_crypto_prepare_req()
/linux/include/linux/
H A Dblk-crypto-profile.h202 unsigned int blk_crypto_keyslot_index(struct blk_crypto_keyslot *slot);