Home
last modified time | relevance | path

Searched refs:template (Results 151 - 175 of 470) sorted by relevance

12345678910>>...19

/base/account/os_account/test/fuzztest/appaccount/common/
H A Dfuzz_data.h30 template <class T> T GetData() in GetData()
69 template <class T> T GenerateRandomEnmu(T enmuMax) in GenerateRandomEnmu()
/base/account/os_account/test/fuzztest/appaccount_stub/fuzz_data/
H A Dfuzz_data.h30 template <class T> T GetData() in GetData()
69 template <class T> T GenerateRandomEnmu(T enmuMax) in GenerateRandomEnmu()
/base/account/os_account/test/fuzztest/domainaccount_stub/common/
H A Dfuzz_data.h31 template <class T> T GetData() in GetData()
70 template <class T> T GenerateRandomEnmu(T enmuMax) in GenerateRandomEnmu()
/base/account/os_account/test/fuzztest/ohosaccount/common/
H A Dfuzz_data.h30 template <class T> T GetData() in GetData()
69 template <class T> T GenerateRandomEnmu(T enmuMax) in GenerateRandomEnmu()
/base/account/os_account/test/fuzztest/osaccount_stub/common/
H A Dfuzz_data.h31 template <class T> T GetData() in GetData()
70 template <class T> T GenerateRandomEnmu(T enmuMax) in GenerateRandomEnmu()
/base/notification/common_event_service/test/fuzztest/fuzz_common_base/
H A Dfuzz_data.h30 template <class T> T GetData() in GetData()
74 template <class T> T GenerateRandomEnmu(T enmuMax) in GenerateRandomEnmu()
/base/notification/common_event_service/interfaces/kits/ndk/include/
H A Doh_commonevent_parameters_parse.h42 template <class T>
57 template <class T>
/base/notification/distributed_notification_service/test/fuzztest/fuzz_common_base/
H A Dfuzz_data.h31 template <class T> T GetData() in GetData()
75 template <class T> T GenerateRandomEnmu(T enmuMax) in GenerateRandomEnmu()
/base/security/security_guard/frameworks/common/json/include/
H A Djson_cfg.h42 template<typename T>
50 template<typename T>
/base/telephony/core_service/frameworks/js/sim/include/
H A Dnapi_sim.h30 template<typename T>
73 template<typename T>
/base/telephony/core_service/utils/common/include/
H A Dtelephony_hisysevent.h406 template<typename... Types>
412 template<typename... Types>
/base/update/sys_installer/services/module_update/util/include/
H A Dmodule_ipc_helper.h44 template<typename T>
59 template<typename T>
/test/xts/acts/distributed_schedule_lite/distributed_schedule_posix/src/utils/
H A Ddms_packet.h61 template<typename T>
63 template<typename T>
/applications/standard/calendardata/calendarmanager/napi/include/
H A Dnapi_util.h126 template <typename T>
141 template <typename T>
152 template <typename T>
167 template <typename T>
192 template <typename T>
212 template <typename T>
/base/hiviewdfx/hiview/base/event_raw/include/encoded/
H A Dencoded_param.h64 template<typename T,
105 template<typename T,
153 template<typename T,
195 template<typename T,
244 template<typename T,
291 template<typename T,
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
H A Dencoded_param.h55 template<typename T,
85 template<typename T,
126 template<typename T,
157 template<typename T,
199 template<typename T,
235 template<typename T,
/kernel/linux/linux-5.10/drivers/regulator/
H A Dtwl-regulator.c588 const struct twlreg_info *template; in twlreg_probe() local
594 template = of_device_get_match_data(&pdev->dev); in twlreg_probe()
595 if (!template) in twlreg_probe()
598 id = template->desc.id; in twlreg_probe()
600 &template->desc); in twlreg_probe()
604 info = devm_kmemdup(&pdev->dev, template, sizeof(*info), GFP_KERNEL); in twlreg_probe()
/kernel/linux/linux-6.6/drivers/regulator/
H A Dtwl-regulator.c581 const struct twlreg_info *template; in twlreg_probe() local
587 template = of_device_get_match_data(&pdev->dev); in twlreg_probe()
588 if (!template) in twlreg_probe()
591 id = template->desc.id; in twlreg_probe()
593 &template->desc); in twlreg_probe()
597 info = devm_kmemdup(&pdev->dev, template, sizeof(*info), GFP_KERNEL); in twlreg_probe()
/kernel/linux/linux-6.6/scripts/gcc-plugins/
H A Dgcc-common.h159 template <>
160 template <>
317 template <>
318 template <>
324 template <>
325 template <>
/kernel/linux/linux-5.10/crypto/
H A Dalgboss.c43 char template[CRYPTO_MAX_ALG_NAME]; member
63 tmpl = crypto_lookup_template(param->template); in cryptomgr_probe()
103 memcpy(param->template, name, len); in cryptomgr_schedule_probe()
H A Dtestmgr.c1074 * "-generic" to every part of the name that is not a template name. Examples:
1886 const struct hash_testvec *template = desc->suite.hash.vecs; in alg_test_hash() local
1899 if (template[nr_unkeyed].ksize) in alg_test_hash()
1903 if (!template[nr_unkeyed + nr_keyed].ksize) { in alg_test_hash()
1909 template[nr_unkeyed + nr_keyed].ksize); in alg_test_hash()
1914 err = __alg_test_hash(template, nr_unkeyed, driver, type, mask, in alg_test_hash()
1916 template += nr_unkeyed; in alg_test_hash()
1920 err = __alg_test_hash(template, nr_keyed, driver, type, mask, in alg_test_hash()
2612 const struct cipher_testvec *template, in test_cipher()
2635 if (fips_enabled && template[ in test_cipher()
2611 test_cipher(struct crypto_cipher *tfm, int enc, const struct cipher_testvec *template, unsigned int tcount) test_cipher() argument
3458 test_cprng(struct crypto_rng *tfm, const struct cprng_testvec *template, unsigned int tcount) test_cprng() argument
3727 const struct drbg_testvec *template = desc->suite.drbg.vecs; alg_test_drbg() local
[all...]
/kernel/linux/linux-6.6/crypto/
H A Dalgboss.c36 char template[CRYPTO_MAX_ALG_NAME]; member
56 tmpl = crypto_lookup_template(param->template); in cryptomgr_probe()
96 memcpy(param->template, name, len); in cryptomgr_schedule_probe()
H A Dtestmgr.c1175 * "-generic" to every part of the name that is not a template name. Examples:
1989 const struct hash_testvec *template = desc->suite.hash.vecs; in alg_test_hash() local
2002 if (template[nr_unkeyed].ksize) in alg_test_hash()
2006 if (!template[nr_unkeyed + nr_keyed].ksize) { in alg_test_hash()
2012 template[nr_unkeyed + nr_keyed].ksize); in alg_test_hash()
2017 err = __alg_test_hash(template, nr_unkeyed, driver, type, mask, in alg_test_hash()
2019 template += nr_unkeyed; in alg_test_hash()
2023 err = __alg_test_hash(template, nr_keyed, driver, type, mask, in alg_test_hash()
2722 const struct cipher_testvec *template, in test_cipher()
2745 if (fips_enabled && template[ in test_cipher()
2721 test_cipher(struct crypto_cipher *tfm, int enc, const struct cipher_testvec *template, unsigned int tcount) test_cipher() argument
3602 test_cprng(struct crypto_rng *tfm, const struct cprng_testvec *template, unsigned int tcount) test_cprng() argument
3872 const struct drbg_testvec *template = desc->suite.drbg.vecs; alg_test_drbg() local
[all...]
/kernel/linux/linux-6.6/security/integrity/ima/
H A Dima_policy.c124 struct ima_template_desc *template; member
394 * entry->template->fields may be allocated in ima_parse_rule() but that in ima_free_rule()
726 * @template_desc: the template that should be used for this rule
783 if (template_desc && entry->template) in ima_match_policy()
784 *template_desc = entry->template; in ima_match_policy()
1122 {Opt_template, "template=%s"},
1196 * the 'd-modsig' field in the template.
1198 static void check_template_modsig(const struct ima_template_desc *template) in check_template_modsig() argument
1200 #define MSG "template with 'modsig' field also needs 'd-modsig' field\n" in check_template_modsig()
1210 for (i = 0; i < template in check_template_modsig()
1227 check_template_field(const struct ima_template_desc *template, const char *field, const char *msg) check_template_field() argument
[all...]
/base/inputmethod/imf/services/json/include/
H A Dserializable.h43 template<typename T>
69 template<typename T> static bool SetValue(cJSON *node, const std::string &name, const std::vector<T> &values) in SetValue()

Completed in 24 milliseconds

12345678910>>...19