Home
last modified time | relevance | path

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

/fs/crypto/
A Dinline_crypt.c98 struct blk_crypto_config crypto_cfg; in fscrypt_select_encryption_impl() local
132 crypto_cfg.crypto_mode = ci->ci_mode->blk_crypto_mode; in fscrypt_select_encryption_impl()
133 crypto_cfg.data_unit_size = 1U << ci->ci_data_unit_bits; in fscrypt_select_encryption_impl()
134 crypto_cfg.dun_bytes = fscrypt_get_dun_bytes(ci); in fscrypt_select_encryption_impl()
135 crypto_cfg.key_type = is_hw_wrapped_key ? in fscrypt_select_encryption_impl()
143 if (!blk_crypto_config_supported(devs[i], &crypto_cfg)) in fscrypt_select_encryption_impl()
147 fscrypt_log_blk_crypto_impl(ci->ci_mode, devs, num_devs, &crypto_cfg); in fscrypt_select_encryption_impl()

Completed in 5 milliseconds