Home
last modified time | relevance | path

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

/Linux-v6.1/crypto/
Dtestmgr.c1616 char cfgname[TESTVEC_CONFIG_NAMELEN]; in test_hash_vec() local
1619 generate_random_testvec_config(&cfg, cfgname, in test_hash_vec()
1620 sizeof(cfgname)); in test_hash_vec()
1698 char cfgname[TESTVEC_CONFIG_NAMELEN]; in test_hash_vs_generic_impl() local
1775 generate_random_testvec_config(cfg, cfgname, sizeof(cfgname)); in test_hash_vs_generic_impl()
2178 char cfgname[TESTVEC_CONFIG_NAMELEN]; in test_aead_vec() local
2181 generate_random_testvec_config(&cfg, cfgname, in test_aead_vec()
2182 sizeof(cfgname)); in test_aead_vec()
2206 char cfgname[TESTVEC_CONFIG_NAMELEN]; member
2402 generate_random_testvec_config(&ctx->cfg, ctx->cfgname, in test_aead_inauthentic_inputs()
[all …]
/Linux-v6.1/drivers/hwtracing/coresight/
Dcoresight-cti-sysfs.c300 #define cti_config_reg32_rw(name, cfgname, offset) \ argument
307 &drvdata->config.cfgname, offset); \
316 &drvdata->config.cfgname, offset); \