Searched refs:num_keyslots (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | cqhci-crypto.c | 173 unsigned int num_keyslots; in cqhci_crypto_init() local 201 num_keyslots = cq_host->crypto_capabilities.config_count + 1; in cqhci_crypto_init() 203 err = devm_blk_crypto_profile_init(dev, profile, num_keyslots); in cqhci_crypto_init() 232 for (slot = 0; slot < num_keyslots; slot++) in cqhci_crypto_init()
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-crypto-sysfs.c | 50 BLK_CRYPTO_RO_ATTR(num_keyslots); variable
|
H A D | blk-crypto-fallback.c | 31 module_param_named(num_keyslots, blk_crypto_num_keyslots, uint, 0); 32 MODULE_PARM_DESC(num_keyslots,
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-crypto-fallback.c | 30 module_param_named(num_keyslots, blk_crypto_num_keyslots, uint, 0); 31 MODULE_PARM_DESC(num_keyslots,
|
Completed in 4 milliseconds