Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dblk-crypto.h103 bool blk_crypto_config_supported(struct block_device *bdev,
/linux-6.6.21/block/
Dblk-crypto.c372 bool blk_crypto_config_supported(struct block_device *bdev, in blk_crypto_config_supported() function
/linux-6.6.21/Documentation/block/
Dinline-encryption.rst188 ``blk_crypto_config_supported()`` allows users to check ahead of time whether
198 a blk_crypto_key on a block_device (even if ``blk_crypto_config_supported()``
217 1. ``blk_crypto_config_supported()`` (optional)
225 ``blk_crypto_config_supported()`` (if used), ``blk_crypto_start_using_key()``,
/linux-6.6.21/fs/crypto/
Dinline_crypt.c140 if (!blk_crypto_config_supported(devs[i], &crypto_cfg)) in fscrypt_select_encryption_impl()