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 D | alg_defs.h | 167 AgreeSharedSecretWithStorageFunc agreeSharedSecretWithStorage; member
|
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/unit_test/source/ |
H A D | key_management_test.cpp | 136 …ret = GetLoaderInstance()->agreeSharedSecretWithStorage(&privKeyParams, &pubKeyBuff, P256, P256_PU…
|
/ohos5.0/base/security/device_auth/services/identity_manager/src/ |
H A D | identity_p2p.c | 239 return GetLoaderInstance()->agreeSharedSecretWithStorage( in ComputeAndSaveDirectAuthPsk()
|
H A D | credential_operator.c | 558 return GetLoaderInstance()->agreeSharedSecretWithStorage( in ComputeAndSavePsk()
|
H A D | cert_operation.c | 339 ret = GetLoaderInstance()->agreeSharedSecretWithStorage( in GetSharedSecretForAccountInPake()
|
H A D | identity_group.c | 718 return GetLoaderInstance()->agreeSharedSecretWithStorage( in ComputeAndSavePsk()
|
/ohos5.0/base/security/device_auth/services/mk_agree/src/ |
H A D | key_manager.c | 216 res = GetLoaderInstance()->agreeSharedSecretWithStorage(&selfKeyParams, &peerKeyBuff, X25519, in GenerateMk()
|
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/creds_manager/ |
H A D | das_standard_token_manager.c | 317 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 D | pake_v2_auth_task_common.c | 121 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 D | pub_key_exchange.c | 377 res = GetLoaderInstance()->agreeSharedSecretWithStorage(&selfKeyParams, &peerKeyBuff, ED25519, in ComputeAndSavePskInner()
|
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | deviceauth_interface_test.cpp | 1431 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 D | huks_adapter.c | 2260 .agreeSharedSecretWithStorage = AgreeSharedSecretWithStorage,
|