Home
last modified time | relevance | path

Searched refs:ConstructEcc224CommParamsSpec (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/security/crypto_framework/test/unittest/src/ecc/
H A Dcrypto_ecc_asy_key_generator_by_spec_test.cpp65 int32_t res = ConstructEcc224CommParamsSpec(&paramSpec);
374 int32_t res = ConstructEcc224CommParamsSpec(&paramSpec);
387 int32_t res = ConstructEcc224CommParamsSpec(&paramSpec);
406 int32_t res = ConstructEcc224CommParamsSpec(&paramSpec);
471 int32_t res = ConstructEcc224CommParamsSpec(&paramSpec);
489 int32_t res = ConstructEcc224CommParamsSpec(&paramSpec);
508 int32_t res = ConstructEcc224CommParamsSpec(&paramSpec);
529 int32_t res = ConstructEcc224CommParamsSpec(&paramSpec);
549 int32_t res = ConstructEcc224CommParamsSpec(&paramSpec);
570 int32_t res = ConstructEcc224CommParamsSpec(&paramSpec);
[all …]
H A Dcrypto_ecc_asy_key_generator_by_spec_sub_one_test.cpp60 int32_t res = ConstructEcc224CommParamsSpec(&paramSpec);
757 int32_t res = ConstructEcc224CommParamsSpec(&paramSpec);
784 int32_t res = ConstructEcc224CommParamsSpec(&paramSpec);
811 int32_t res = ConstructEcc224CommParamsSpec(&paramSpec);
836 int32_t res = ConstructEcc224CommParamsSpec(&paramSpec);
925 int32_t res = ConstructEcc224CommParamsSpec(&paramSpec);
947 int32_t res = ConstructEcc224CommParamsSpec(&paramSpec);
970 int32_t res = ConstructEcc224CommParamsSpec(&paramSpec);
1018 int32_t res = ConstructEcc224CommParamsSpec(&paramSpec);
1065 int32_t res = ConstructEcc224CommParamsSpec(&paramSpec);
[all …]
H A Dcrypto_ecc_asy_key_generator_by_spec_sub_two_test.cpp51 int32_t res = ConstructEcc224CommParamsSpec(&paramSpec);
82 int32_t res = ConstructEcc224CommParamsSpec(&paramSpec);
300 int32_t res = ConstructEcc224CommParamsSpec(&paramSpec);
331 int32_t res = ConstructEcc224CommParamsSpec(&paramSpec);
549 int32_t res = ConstructEcc224CommParamsSpec(&paramSpec);
580 int32_t res = ConstructEcc224CommParamsSpec(&paramSpec);
798 int32_t res = ConstructEcc224CommParamsSpec(&paramSpec);
829 int32_t res = ConstructEcc224CommParamsSpec(&paramSpec);
1047 int32_t res = ConstructEcc224CommParamsSpec(&paramSpec);
1078 int32_t res = ConstructEcc224CommParamsSpec(&paramSpec);
[all …]
H A Dcrypto_ecc_asy_key_generator_by_spec_sub_three_test.cpp71 int32_t res = ConstructEcc224CommParamsSpec(&paramSpec);
101 int32_t res = ConstructEcc224CommParamsSpec(&paramSpec);
312 int32_t res = ConstructEcc224CommParamsSpec(&paramSpec);
342 int32_t res = ConstructEcc224CommParamsSpec(&paramSpec);
674 int32_t res = ConstructEcc224CommParamsSpec(&paramSpec);
799 int32_t res = ConstructEcc224CommParamsSpec(&paramSpec);
924 int32_t res = ConstructEcc224CommParamsSpec(&paramSpec);
H A Dcrypto_ecc_asy_key_generator_by_spec_sub_four_test.cpp287 int32_t res = ConstructEcc224CommParamsSpec(&paramSpec);
330 int32_t res = ConstructEcc224CommParamsSpec(&paramSpec);
379 int32_t res = ConstructEcc224CommParamsSpec(&paramSpec);
473 res = ConstructEcc224CommParamsSpec(&paramSpec);
H A Decc_asy_key_common.cpp63 HcfResult ConstructEcc224CommParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc224CommParamsSpec() function
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_key_utils_test.cpp47 static HcfResult ConstructEcc224CommParamsSpec(HcfEccCommParamsSpec **spec) in ConstructEcc224CommParamsSpec() function
91 HcfResult ret = ConstructEcc224CommParamsSpec(&srcSpec);
101 HcfResult ret = ConstructEcc224CommParamsSpec(&srcSpec);
111 HcfResult ret = ConstructEcc224CommParamsSpec(&srcSpec);
H A Dcrypto_asy_key_generator_cov_test.cpp1099 HcfResult res = ConstructEcc224CommParamsSpec(&eccCommSpec);
1116 HcfResult res = ConstructEcc224CommParamsSpec(&eccCommSpec);
1132 HcfResult res = ConstructEcc224CommParamsSpec(&eccCommSpec);
1148 HcfResult res = ConstructEcc224CommParamsSpec(&eccCommSpec);
1164 HcfResult res = ConstructEcc224CommParamsSpec(&eccCommSpec);
1180 HcfResult res = ConstructEcc224CommParamsSpec(&eccCommSpec);
1196 HcfResult res = ConstructEcc224CommParamsSpec(&eccCommSpec);
1212 HcfResult res = ConstructEcc224CommParamsSpec(&eccCommSpec);
1228 HcfResult res = ConstructEcc224CommParamsSpec(&eccCommSpec);
1244 HcfResult res = ConstructEcc224CommParamsSpec(&eccCommSpec);
[all …]
/ohos5.0/base/security/crypto_framework/test/unittest/include/
H A Decc_asy_key_common.h27 HcfResult ConstructEcc224CommParamsSpec(HcfAsyKeyParamsSpec **spec);
/ohos5.0/base/security/crypto_framework/test/fuzztest/key/asykeygenerator_fuzzer/
H A Dasykeygenerator_fuzzer.cpp498 static HcfResult ConstructEcc224CommParamsSpec(HcfAsyKeyParamsSpec **spec) in ConstructEcc224CommParamsSpec() function
1479 res = ConstructEcc224CommParamsSpec(&paramSpec); in GenEccKeyBySpec()