Searched refs:num_keyslots (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/mmc/host/
H A Dcqhci-crypto.c173 unsigned int num_keyslots; local
201 num_keyslots = cq_host->crypto_capabilities.config_count + 1;
203 err = devm_blk_crypto_profile_init(dev, profile, num_keyslots);
232 for (slot = 0; slot < num_keyslots; slot++)
/linux-master/block/
H A Dblk-crypto-sysfs.c50 BLK_CRYPTO_RO_ATTR(num_keyslots); variable
H A Dblk-crypto-fallback.c31 module_param_named(num_keyslots, blk_crypto_num_keyslots, uint, 0);
32 MODULE_PARM_DESC(num_keyslots,

Completed in 103 milliseconds