Home
last modified time | relevance | path

Searched refs:blk_crypto_evict_key (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/block/
Dblk-crypto.c399 int blk_crypto_evict_key(struct request_queue *q, in blk_crypto_evict_key() function
412 EXPORT_SYMBOL_GPL(blk_crypto_evict_key);
/Linux-v5.15/include/linux/
Dblk-crypto.h100 int blk_crypto_evict_key(struct request_queue *q,
/Linux-v5.15/fs/crypto/
Dinline_crypt.c199 blk_crypto_evict_key(blk_key->devs[i], &blk_key->base); in fscrypt_destroy_inline_crypt_key()
/Linux-v5.15/Documentation/block/
Dinline-encryption.rst174 ``blk_crypto_evict_key`` *must* be called by upper layers before a
177 ``blk_crypto_evict_key`` will ensure that a key is removed from any keyslots in
/Linux-v5.15/drivers/md/
Ddm-table.c1205 err = blk_crypto_evict_key(bdev_get_queue(dev->bdev), args->key); in dm_keyslot_evict_callback()