Searched refs:cfgname (Results 1 – 2 of 2) sorted by relevance
| /linux/crypto/ |
| H A D | testmgr.c | 1683 char cfgname[TESTVEC_CONFIG_NAMELEN]; in test_hash_vec() local 1688 generate_random_testvec_config(&rng, &cfg, cfgname, in test_hash_vec() 1689 sizeof(cfgname)); in test_hash_vec() 1768 char cfgname[TESTVEC_CONFIG_NAMELEN]; in test_hash_vs_generic_impl() local 1845 generate_random_testvec_config(&rng, cfg, cfgname, in test_hash_vs_generic_impl() 1846 sizeof(cfgname)); in test_hash_vs_generic_impl() 2240 char cfgname[TESTVEC_CONFIG_NAMELEN]; in test_aead_vec() local 2245 generate_random_testvec_config(&rng, &cfg, cfgname, in test_aead_vec() 2246 sizeof(cfgname)); in test_aead_vec() 2268 char cfgname[TESTVEC_CONFIG_NAMELEN]; member [all …]
|
| /linux/drivers/hwtracing/coresight/ |
| H A D | coresight-cti-sysfs.c | 303 #define cti_config_reg32_rw(name, cfgname, offset) \ argument 310 &drvdata->config.cfgname, offset); \ 319 &drvdata->config.cfgname, offset); \
|