Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mmc/core/
Dcrypto.c19 blk_crypto_reprogram_all_keys(&host->crypto_profile); in mmc_crypto_set_initial_state()
/linux-6.12.1/include/linux/
Dblk-crypto-profile.h142 void blk_crypto_reprogram_all_keys(struct blk_crypto_profile *profile);
/linux-6.12.1/block/
Dblk-crypto-profile.c418 void blk_crypto_reprogram_all_keys(struct blk_crypto_profile *profile) in blk_crypto_reprogram_all_keys() function
439 EXPORT_SYMBOL_GPL(blk_crypto_reprogram_all_keys);
/linux-6.12.1/drivers/ufs/core/
Dufshcd-crypto.c123 blk_crypto_reprogram_all_keys(&hba->crypto_profile); in ufshcd_crypto_enable()
/linux-6.12.1/Documentation/block/
Dinline-encryption.rst260 keyslots. To do this, the driver may call ``blk_crypto_reprogram_all_keys()``.