Home
last modified time | relevance | path

Searched refs:cfgname (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/crypto/
Dtestmgr.c1668 char cfgname[TESTVEC_CONFIG_NAMELEN]; in test_hash_vec() local
1673 generate_random_testvec_config(&rng, &cfg, cfgname, in test_hash_vec()
1674 sizeof(cfgname)); in test_hash_vec()
1754 char cfgname[TESTVEC_CONFIG_NAMELEN]; in test_hash_vs_generic_impl() local
1833 generate_random_testvec_config(&rng, cfg, cfgname, in test_hash_vs_generic_impl()
1834 sizeof(cfgname)); in test_hash_vs_generic_impl()
2238 char cfgname[TESTVEC_CONFIG_NAMELEN]; in test_aead_vec() local
2243 generate_random_testvec_config(&rng, &cfg, cfgname, in test_aead_vec()
2244 sizeof(cfgname)); in test_aead_vec()
2269 char cfgname[TESTVEC_CONFIG_NAMELEN]; member
[all …]
/Linux-v6.6/drivers/hwtracing/coresight/
Dcoresight-cti-sysfs.c309 #define cti_config_reg32_rw(name, cfgname, offset) \ argument
316 &drvdata->config.cfgname, offset); \
325 &drvdata->config.cfgname, offset); \