Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dblk-crypto-profile.h150 int __blk_crypto_evict_key(struct blk_crypto_profile *profile,
/linux-5.19.10/block/
Dblk-crypto.c407 return __blk_crypto_evict_key(q->crypto_profile, key); in blk_crypto_evict_key()
Dblk-crypto-profile.c373 int __blk_crypto_evict_key(struct blk_crypto_profile *profile, in __blk_crypto_evict_key() function
Dblk-crypto-fallback.c529 return __blk_crypto_evict_key(&blk_crypto_fallback_profile, key); in blk_crypto_fallback_evict_key()