Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dblk-crypto-internal.h73 blk_status_t blk_crypto_get_keyslot(struct blk_crypto_profile *profile,
H A Dblk-crypto-fallback.c295 blk_st = blk_crypto_get_keyslot(blk_crypto_fallback_profile, in blk_crypto_fallback_encrypt_bio()
398 blk_st = blk_crypto_get_keyslot(blk_crypto_fallback_profile, in blk_crypto_fallback_decrypt_bio()
H A Dblk-crypto.c230 return blk_crypto_get_keyslot(rq->q->crypto_profile, in __blk_crypto_rq_get_keyslot()
H A Dblk-crypto-profile.c248 blk_status_t blk_crypto_get_keyslot(struct blk_crypto_profile *profile, in blk_crypto_get_keyslot() function