Searched defs:skLen (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/security/crypto_framework/frameworks/key/ |
H A D | dh_key_util.c | 27 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 D | dh_common_param_spec_generator_openssl.c | 63 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 D | dh_key_util_impl.cpp | 24 HcfDhCommParamsSpec *DHKeyUtilImpl::GenDHCommonParamsSpec(int32_t pLen, int32_t skLen, int32_t *err… in GenDHCommonParamsSpec()
|
H A D | crypto_ffi.cpp | 1800 …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 D | dhkeyutil_fuzzer.cpp | 53 int32_t skLen = 0; in DhKeyUtilFuzzTest() local
|
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/ |
H A D | napi_dh_key_util.cpp | 53 int32_t skLen = 0; in JsGenDHCommonParamsSpec() local
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/ |
H A D | crypto_dh_key_agreement_test.cpp | 89 static HcfResult ExchangekeyAgreementWithDiffSkLen(const int pLen, const int skLen, const int size) in ExchangekeyAgreementWithDiffSkLen()
|
H A D | crypto_dh_asy_key_generator_by_spec_test.cpp | 138 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 D | asykeygenerator_fuzzer.cpp | 1053 …static HcfResult ConstructDhCommParamsSpec(int32_t pLen, int32_t skLen, HcfDhCommParamsSpec **spec) in ConstructDhCommParamsSpec()
|