Home
last modified time | relevance | path

Searched refs:bigNumExpMod (Results 1 - 5 of 5) sorted by relevance

/base/security/device_auth/test/unittest/deviceauth/unit_test/source/
H A Dkey_management_test.cpp156 ret = GetLoaderInstance()->bigNumExpMod(nullptr, nullptr, nullptr, nullptr); in HWTEST_F()
158 ret = GetLoaderInstance()->bigNumExpMod(&baseBuff, &expBuff, shortNumHex, &outBuff); in HWTEST_F()
160 ret = GetLoaderInstance()->bigNumExpMod(&baseBuff, &expBuff, invalidCharHex, &outBuff); in HWTEST_F()
166 ret = GetLoaderInstance()->bigNumExpMod(&baseBuff, &expBuff, bigNumHex, &outBuff); in HWTEST_F()
/base/security/device_auth/services/protocol/src/pake_protocol/pake_protocol_dl_common/
H A Dpake_protocol_dl_common.c141 res = params->loader->bigNumExpMod(secret, &exp, params->largePrimeNumHex, &params->base); in GenerateDlPakeParams()
147 res = params->loader->bigNumExpMod(&params->base, &(params->eskSelf), params->largePrimeNumHex, &(params->epkSelf)); in GenerateDlPakeParams()
184 res = params->loader->bigNumExpMod(&(params->epkPeer), &(params->eskSelf), params->largePrimeNumHex, sharedSecret); in AgreeDlSharedSecret()
/base/security/device_auth/deps_adapter/key_management_adapter/interfaces/
H A Dalg_defs.h169 BigNumExpModFunc bigNumExpMod; member
/base/security/device_auth/services/session_manager/src/session/v2/auth_sub_session/protocol_lib/
H A Ddl_speke_protocol.c297 int32_t res = GetLoaderInstance()->bigNumExpMod(secret, &exp, params->largePrimeNumHex, &params->base); in DlSpekeCalBase()
323 int32_t res = GetLoaderInstance()->bigNumExpMod(&params->base, &(params->eskSelf), in DlSpekeCalEpkSelf()
359 int32_t res = GetLoaderInstance()->bigNumExpMod(&(params->epkPeer), &(params->eskSelf), in CalTmpSharedSecret()
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
H A Dhuks_adapter.c2262 .bigNumExpMod = BigNumExpMod,

Completed in 7 milliseconds