Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/block/
Dblk-crypto-fallback.c96 WARN_ON(slotp->crypto_mode == BLK_ENCRYPTION_MODE_INVALID); in blk_crypto_evict_keyslot()
102 slotp->crypto_mode = BLK_ENCRYPTION_MODE_INVALID; in blk_crypto_evict_keyslot()
115 slotp->crypto_mode != BLK_ENCRYPTION_MODE_INVALID) in blk_crypto_keyslot_program()
550 blk_crypto_ksm.crypto_modes_supported[BLK_ENCRYPTION_MODE_INVALID] = 0; in blk_crypto_fallback_init()
Dblk-crypto.c68 BUILD_BUG_ON(BLK_ENCRYPTION_MODE_INVALID != 0); in bio_crypt_ctx_init()
/kernel/linux/linux-5.10/drivers/scsi/ufs/
Dufshcd-crypto.c144 return BLK_ENCRYPTION_MODE_INVALID; in ufshcd_find_blk_crypto_mode()
204 if (blk_mode_num != BLK_ENCRYPTION_MODE_INVALID) in ufshcd_hba_init_crypto_capabilities()
/kernel/linux/linux-5.10/include/linux/
Dblk-crypto.h12 BLK_ENCRYPTION_MODE_INVALID, enumerator
/kernel/linux/linux-5.10/fs/crypto/
Dinline_crypt.c81 if (ci->ci_mode->blk_crypto_mode == BLK_ENCRYPTION_MODE_INVALID) in fscrypt_select_encryption_impl()