Home
last modified time | relevance | path

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

/linux-6.15/drivers/mmc/core/
H A Dcrypto.c25 blk_crypto_register(&host->crypto_profile, q); in mmc_crypto_setup_queue()
/linux-6.15/block/
H A Dblk-crypto-profile.c455 bool blk_crypto_register(struct blk_crypto_profile *profile, in blk_crypto_register() function
465 EXPORT_SYMBOL_GPL(blk_crypto_register);
/linux-6.15/drivers/ufs/core/
H A Dufshcd-crypto.c236 blk_crypto_register(&hba->crypto_profile, q); in ufshcd_crypto_register()
/linux-6.15/include/linux/
H A Dblkdev.h1546 bool blk_crypto_register(struct blk_crypto_profile *profile,
1551 static inline bool blk_crypto_register(struct blk_crypto_profile *profile, in blk_crypto_register() function
/linux-6.15/drivers/md/
H A Ddm-table.c1308 blk_crypto_register(t->crypto_profile, q); in dm_update_crypto_profile()