Home
last modified time | relevance | path

Searched refs:agreeSharedSecretWithStorage (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/interfaces/
H A Dalg_defs.h167 AgreeSharedSecretWithStorageFunc agreeSharedSecretWithStorage; member
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/unit_test/source/
H A Dkey_management_test.cpp136 …ret = GetLoaderInstance()->agreeSharedSecretWithStorage(&privKeyParams, &pubKeyBuff, P256, P256_PU…
/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Didentity_p2p.c239 return GetLoaderInstance()->agreeSharedSecretWithStorage( in ComputeAndSaveDirectAuthPsk()
H A Dcredential_operator.c558 return GetLoaderInstance()->agreeSharedSecretWithStorage( in ComputeAndSavePsk()
H A Dcert_operation.c339 ret = GetLoaderInstance()->agreeSharedSecretWithStorage( in GetSharedSecretForAccountInPake()
H A Didentity_group.c718 return GetLoaderInstance()->agreeSharedSecretWithStorage( in ComputeAndSavePsk()
/ohos5.0/base/security/device_auth/services/mk_agree/src/
H A Dkey_manager.c216 res = GetLoaderInstance()->agreeSharedSecretWithStorage(&selfKeyParams, &peerKeyBuff, X25519, in GenerateMk()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/creds_manager/
H A Ddas_standard_token_manager.c317 res = params->baseParams.loader->agreeSharedSecretWithStorage(&selfKeyParams, &peerKeyBuff, alg, in ComputeAndSavePskInner()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/pake_v2_auth_task/
H A Dpake_v2_auth_task_common.c121 res = params->pakeParams.loader->agreeSharedSecretWithStorage(&privKeyParams, &pubKeyBuff, in GenerateEcdhSharedKey()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/
H A Dpub_key_exchange.c377 res = GetLoaderInstance()->agreeSharedSecretWithStorage(&selfKeyParams, &peerKeyBuff, ED25519, in ComputeAndSavePskInner()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp1431 int32_t res = loader->agreeSharedSecretWithStorage(nullptr, nullptr, X25519, 0, nullptr);
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
H A Dhuks_adapter.c2260 .agreeSharedSecretWithStorage = AgreeSharedSecretWithStorage,