Searched refs:blk_crypto_mode (Results 1 – 3 of 3) sorted by relevance
107 if (ci->ci_mode->blk_crypto_mode == BLK_ENCRYPTION_MODE_INVALID) in fscrypt_select_encryption_impl()131 crypto_cfg.crypto_mode = ci->ci_mode->blk_crypto_mode; in fscrypt_select_encryption_impl()163 enum blk_crypto_mode_num crypto_mode = ci->ci_mode->blk_crypto_mode; in fscrypt_prepare_inline_crypt_key()
23 .blk_crypto_mode = BLK_ENCRYPTION_MODE_AES_256_XTS,38 .blk_crypto_mode = BLK_ENCRYPTION_MODE_AES_128_CBC_ESSIV,53 .blk_crypto_mode = BLK_ENCRYPTION_MODE_SM4_XTS,68 .blk_crypto_mode = BLK_ENCRYPTION_MODE_ADIANTUM,
693 enum blk_crypto_mode_num blk_crypto_mode; member