Home
last modified time | relevance | path

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

/Linux-v5.15/crypto/
Dtestmgr.c1569 char cfgname[TESTVEC_CONFIG_NAMELEN]; in test_hash_vec() local
1572 generate_random_testvec_config(&cfg, cfgname, in test_hash_vec()
1573 sizeof(cfgname)); in test_hash_vec()
1651 char cfgname[TESTVEC_CONFIG_NAMELEN]; in test_hash_vs_generic_impl() local
1728 generate_random_testvec_config(cfg, cfgname, sizeof(cfgname)); in test_hash_vs_generic_impl()
2127 char cfgname[TESTVEC_CONFIG_NAMELEN]; in test_aead_vec() local
2130 generate_random_testvec_config(&cfg, cfgname, in test_aead_vec()
2131 sizeof(cfgname)); in test_aead_vec()
2155 char cfgname[TESTVEC_CONFIG_NAMELEN]; member
2351 generate_random_testvec_config(&ctx->cfg, ctx->cfgname, in test_aead_inauthentic_inputs()
[all …]
/Linux-v5.15/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); \