Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dcqhci-crypto.c145 return BLK_ENCRYPTION_MODE_INVALID; in cqhci_find_blk_crypto_mode()
221 if (blk_mode_num == BLK_ENCRYPTION_MODE_INVALID) in cqhci_crypto_init()
/linux/drivers/ufs/core/
H A Dufshcd-crypto.c138 return BLK_ENCRYPTION_MODE_INVALID; in ufshcd_find_blk_crypto_mode()
203 if (blk_mode_num != BLK_ENCRYPTION_MODE_INVALID) in ufshcd_hba_init_crypto_capabilities()
/linux/block/
H A Dblk-crypto-fallback.c98 WARN_ON(slotp->crypto_mode == BLK_ENCRYPTION_MODE_INVALID); in blk_crypto_fallback_evict_keyslot()
104 slotp->crypto_mode = BLK_ENCRYPTION_MODE_INVALID; in blk_crypto_fallback_evict_keyslot()
118 slotp->crypto_mode != BLK_ENCRYPTION_MODE_INVALID) in blk_crypto_fallback_keyslot_program()
570 blk_crypto_fallback_profile->modes_supported[BLK_ENCRYPTION_MODE_INVALID] = 0; in blk_crypto_fallback_init()
H A Dblk-crypto-sysfs.c197 BUILD_BUG_ON(BLK_ENCRYPTION_MODE_INVALID != 0); in blk_crypto_sysfs_init()
H A Dblk-crypto.c81 BUILD_BUG_ON(BLK_ENCRYPTION_MODE_INVALID != 0); in bio_crypt_ctx_init()
/linux/include/linux/
H A Dblk-crypto.h14 BLK_ENCRYPTION_MODE_INVALID, enumerator
/linux/fs/crypto/
H A Dinline_crypt.c108 if (ci->ci_mode->blk_crypto_mode == BLK_ENCRYPTION_MODE_INVALID) in fscrypt_select_encryption_impl()