Home
last modified time | relevance | path

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

/Linux-v5.10/crypto/
Dtestmgr.c1574 char cfgname[TESTVEC_CONFIG_NAMELEN]; in test_hash_vec() local
1577 generate_random_testvec_config(&cfg, cfgname, in test_hash_vec()
1578 sizeof(cfgname)); in test_hash_vec()
1656 char cfgname[TESTVEC_CONFIG_NAMELEN]; in test_hash_vs_generic_impl() local
1733 generate_random_testvec_config(cfg, cfgname, sizeof(cfgname)); in test_hash_vs_generic_impl()
2134 char cfgname[TESTVEC_CONFIG_NAMELEN]; in test_aead_vec() local
2137 generate_random_testvec_config(&cfg, cfgname, in test_aead_vec()
2138 sizeof(cfgname)); in test_aead_vec()
2163 char cfgname[TESTVEC_CONFIG_NAMELEN]; member
2359 generate_random_testvec_config(&ctx->cfg, ctx->cfgname, in test_aead_inauthentic_inputs()
[all …]
/Linux-v5.10/drivers/hwtracing/coresight/
Dcoresight-cti-sysfs.c266 #define cti_config_reg32_rw(name, cfgname, offset) \ argument
273 &drvdata->config.cfgname, offset); \
282 &drvdata->config.cfgname, offset); \