Home
last modified time | relevance | path

Searched defs:returnCommonParamSpec (Results 1 – 9 of 9) sorted by relevance

/base/security/crypto_framework/test/fuzztest/key/ecckeyutil_fuzzer/
Decckeyutil_fuzzer.cpp33 HcfEccCommParamsSpec *returnCommonParamSpec = nullptr; in TestEccKey() local
43 HcfEccCommParamsSpec *returnCommonParamSpec = nullptr; in TestSm2Key() local
53 HcfEccCommParamsSpec *returnCommonParamSpec = nullptr; in TestBrainpoolKey() local
69 HcfEccCommParamsSpec *returnCommonParamSpec = nullptr; in EccKeyUtilFuzzTest() local
/base/security/crypto_framework/test/unittest/src/
Dcrypto_ecc_key_util_test.cpp84 HcfEccCommParamsSpec *returnCommonParamSpec = nullptr; variable
95 HcfEccCommParamsSpec *returnCommonParamSpec = nullptr; variable
106 HcfEccCommParamsSpec *returnCommonParamSpec = nullptr; variable
117 HcfEccCommParamsSpec *returnCommonParamSpec = nullptr; variable
128 HcfEccCommParamsSpec *returnCommonParamSpec = nullptr; variable
139 HcfEccCommParamsSpec *returnCommonParamSpec = nullptr; variable
150 HcfEccCommParamsSpec *returnCommonParamSpec = nullptr; variable
161 HcfEccCommParamsSpec *returnCommonParamSpec = nullptr; variable
172 HcfEccCommParamsSpec *returnCommonParamSpec = nullptr; variable
183 HcfEccCommParamsSpec *returnCommonParamSpec = nullptr; variable
[all …]
Dcrypto_dh_key_agreement_test.cpp585 HcfDhCommParamsSpec *returnCommonParamSpec = nullptr; variable
626 HcfDhCommParamsSpec *returnCommonParamSpec = nullptr; variable
Dcrypto_dh_asy_key_generator_by_spec_test.cpp346 HcfDhCommParamsSpec *returnCommonParamSpec = nullptr; in HcfDhKeyUtilCreateTest() local
1142 HcfDhCommParamsSpec *returnCommonParamSpec = nullptr; variable
/base/security/crypto_framework/test/fuzztest/key/dhkeyutil_fuzzer/
Ddhkeyutil_fuzzer.cpp35 HcfDhCommParamsSpec *returnCommonParamSpec = nullptr; in TestDhKey() local
52 HcfDhCommParamsSpec *returnCommonParamSpec = nullptr; in DhKeyUtilFuzzTest() local
/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
Decc_common_param_spec_generator_openssl.c50 …Result BuildCommonParamPart(const EC_GROUP *ecGroup, HcfEccCommParamsSpecSpi *returnCommonParamSpe… in BuildCommonParamPart()
95 …fResult BuildCommonParamGFp(const EC_GROUP *ecGroup, HcfEccCommParamsSpecSpi *returnCommonParamSpe… in BuildCommonParamGFp()
148 … HcfResult BuildCommonParam(const EC_GROUP *ecGroup, HcfEccCommParamsSpecSpi *returnCommonParamSpe… in BuildCommonParam()
247 …ECCCommonParamSpecCreate(HcfAsyKeyGenParams *params, HcfEccCommParamsSpecSpi **returnCommonParamSp… in HcfECCCommonParamSpecCreate()
Ddh_common_param_spec_generator_openssl.c108 static HcfResult BuildCommonParam(EVP_PKEY *dhKey, HcfDhCommParamsSpecSpi *returnCommonParamSpec) in BuildCommonParam()
148 …DhCommonParamSpecCreate(int32_t pLen, int32_t skLen, HcfDhCommParamsSpecSpi **returnCommonParamSpe… in HcfDhCommonParamSpecCreate()
/base/security/crypto_framework/frameworks/key/
Ddh_key_util.c27 …Result HcfDhKeyUtilCreate(int32_t pLen, int32_t skLen, HcfDhCommParamsSpec **returnCommonParamSpec) in HcfDhKeyUtilCreate()
Decc_key_util.c164 HcfResult HcfEccKeyUtilCreate(const char *algName, HcfEccCommParamsSpec **returnCommonParamSpec) in HcfEccKeyUtilCreate()