Home
last modified time | relevance | path

Searched refs:GenDHCommonParamsSpec (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/crypto_framework/frameworks/cj/include/
H A Ddh_key_util_impl.h27 … static HcfDhCommParamsSpec *GenDHCommonParamsSpec(int32_t pLen, int32_t skLen, int32_t *errCode);
/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() function in OHOS::CryptoFramework::DHKeyUtilImpl
H A Dcrypto_ffi.cpp1802 return DHKeyUtilImpl::GenDHCommonParamsSpec(pLen, skLen, errCode); in FFiOHOSDHKeyUtilGenDHCommonParamsSpec()