Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dblk-crypto.h161 int blk_crypto_derive_sw_secret(struct block_device *bdev,
/linux/block/
H A Dblk-crypto-profile.c484 int blk_crypto_derive_sw_secret(struct block_device *bdev, in blk_crypto_derive_sw_secret() function
504 EXPORT_SYMBOL_GPL(blk_crypto_derive_sw_secret);
/linux/fs/crypto/
H A Dinline_crypt.c255 err = blk_crypto_derive_sw_secret(sb->s_bdev, wrapped_key, in fscrypt_derive_sw_secret()
/linux/drivers/md/
H A Ddm-table.c1245 err = blk_crypto_derive_sw_secret( in dm_wrappedkey_op_callback()
/linux/Documentation/block/
H A Dinline-encryption.rst484 blk-crypto can call ``blk_crypto_derive_sw_secret()`` to access this method.