Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-crypto-internal.h74 blk_status_t blk_crypto_get_keyslot(struct blk_crypto_profile *profile,
H A Dblk-crypto-fallback.c361 status = blk_crypto_get_keyslot(blk_crypto_fallback_profile, in blk_crypto_fallback_encrypt_bio()
430 status = blk_crypto_get_keyslot(blk_crypto_fallback_profile, in blk_crypto_fallback_decrypt_bio()
H A Dblk-crypto.c224 return blk_crypto_get_keyslot(rq->q->crypto_profile, in __blk_crypto_rq_get_keyslot()
H A Dblk-crypto-profile.c246 blk_status_t blk_crypto_get_keyslot(struct blk_crypto_profile *profile, in blk_crypto_get_keyslot() function