Home
last modified time | relevance | path

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

/Linux-v5.15/block/
Dblk-crypto-fallback.c97 WARN_ON(slotp->crypto_mode == BLK_ENCRYPTION_MODE_INVALID); in blk_crypto_evict_keyslot()
103 slotp->crypto_mode = BLK_ENCRYPTION_MODE_INVALID; in blk_crypto_evict_keyslot()
116 slotp->crypto_mode != BLK_ENCRYPTION_MODE_INVALID) in blk_crypto_keyslot_program()
558 blk_crypto_ksm.crypto_modes_supported[BLK_ENCRYPTION_MODE_INVALID] = 0; in blk_crypto_fallback_init()
Dblk-crypto.c67 BUILD_BUG_ON(BLK_ENCRYPTION_MODE_INVALID != 0); in bio_crypt_ctx_init()
/Linux-v5.15/drivers/mmc/host/
Dcqhci-crypto.c151 return BLK_ENCRYPTION_MODE_INVALID; in cqhci_find_blk_crypto_mode()
224 if (blk_mode_num == BLK_ENCRYPTION_MODE_INVALID) in cqhci_crypto_init()
/Linux-v5.15/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()
/Linux-v5.15/include/linux/
Dblk-crypto.h12 BLK_ENCRYPTION_MODE_INVALID, enumerator
/Linux-v5.15/fs/crypto/
Dinline_crypt.c81 if (ci->ci_mode->blk_crypto_mode == BLK_ENCRYPTION_MODE_INVALID) in fscrypt_select_encryption_impl()