Home
last modified time | relevance | path

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

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