Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dcqhci-crypto.c152 return BLK_ENCRYPTION_MODE_INVALID; in cqhci_find_blk_crypto_mode()
225 if (blk_mode_num == BLK_ENCRYPTION_MODE_INVALID) in cqhci_crypto_init()
/openbmc/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()
567 blk_crypto_fallback_profile->modes_supported[BLK_ENCRYPTION_MODE_INVALID] = 0; in blk_crypto_fallback_init()
H A Dblk-crypto-sysfs.c162 BUILD_BUG_ON(BLK_ENCRYPTION_MODE_INVALID != 0); in blk_crypto_sysfs_init()
H A Dblk-crypto.c77 BUILD_BUG_ON(BLK_ENCRYPTION_MODE_INVALID != 0); in bio_crypt_ctx_init()
/openbmc/linux/drivers/ufs/core/
H A Dufshcd-crypto.c146 return BLK_ENCRYPTION_MODE_INVALID; in ufshcd_find_blk_crypto_mode()
207 if (blk_mode_num != BLK_ENCRYPTION_MODE_INVALID) in ufshcd_hba_init_crypto_capabilities()
/openbmc/linux/include/linux/
H A Dblk-crypto.h12 BLK_ENCRYPTION_MODE_INVALID, enumerator
/openbmc/linux/fs/crypto/
H A Dinline_crypt.c107 if (ci->ci_mode->blk_crypto_mode == BLK_ENCRYPTION_MODE_INVALID) in fscrypt_select_encryption_impl()