Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/frameworks/key/
H A Ddh_key_util.c27 HcfResult HcfDhKeyUtilCreate(int32_t pLen, int32_t skLen, HcfDhCommParamsSpec **returnCommonParamSp… in HcfDhKeyUtilCreate()
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Ddh_common_param_spec_generator_openssl.c63 static HcfResult GenerateDhKnownGroupEvpKey(int32_t skLen, char *nidName, EVP_PKEY **ppkey) in GenerateDhKnownGroupEvpKey()
147 HcfResult HcfDhCommonParamSpecCreate(int32_t pLen, int32_t skLen, HcfDhCommParamsSpecSpi **returnCo… in HcfDhCommonParamSpecCreate()
/ohos5.0/base/security/crypto_framework/frameworks/cj/src/
H A Ddh_key_util_impl.cpp24 HcfDhCommParamsSpec *DHKeyUtilImpl::GenDHCommonParamsSpec(int32_t pLen, int32_t skLen, int32_t *err… in GenDHCommonParamsSpec()
H A Dcrypto_ffi.cpp1800 …HcfDhCommParamsSpec *FFiOHOSDHKeyUtilGenDHCommonParamsSpec(int32_t pLen, int32_t skLen, int32_t *e… in FFiOHOSDHKeyUtilGenDHCommonParamsSpec()
/ohos5.0/base/security/crypto_framework/test/fuzztest/key/dhkeyutil_fuzzer/
H A Ddhkeyutil_fuzzer.cpp53 int32_t skLen = 0; in DhKeyUtilFuzzTest() local
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_dh_key_util.cpp53 int32_t skLen = 0; in JsGenDHCommonParamsSpec() local
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_dh_key_agreement_test.cpp89 static HcfResult ExchangekeyAgreementWithDiffSkLen(const int pLen, const int skLen, const int size) in ExchangekeyAgreementWithDiffSkLen()
H A Dcrypto_dh_asy_key_generator_by_spec_test.cpp138 static HcfResult ConstructDHKeyCommParamsSpec(int32_t pLen, int32_t skLen, HcfDhCommParamsSpec **sp… in ConstructDHKeyCommParamsSpec()
344 static HcfResult HcfDhKeyUtilCreateTest(const int pLen, const int skLen) in HcfDhKeyUtilCreateTest()
/ohos5.0/base/security/crypto_framework/test/fuzztest/key/asykeygenerator_fuzzer/
H A Dasykeygenerator_fuzzer.cpp1053 …static HcfResult ConstructDhCommParamsSpec(int32_t pLen, int32_t skLen, HcfDhCommParamsSpec **spec) in ConstructDhCommParamsSpec()