Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dblk-crypto-internal.h79 int __blk_crypto_evict_key(struct blk_crypto_profile *profile,
H A Dblk-crypto.c424 err = __blk_crypto_evict_key(q->crypto_profile, key); in blk_crypto_evict_key()
H A Dblk-crypto-profile.c363 int __blk_crypto_evict_key(struct blk_crypto_profile *profile, in __blk_crypto_evict_key() function
H A Dblk-crypto-fallback.c529 return __blk_crypto_evict_key(blk_crypto_fallback_profile, key); in blk_crypto_fallback_evict_key()