Home
last modified time | relevance | path

Searched refs:GetAccountSymSharedSecret (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/device_auth/services/identity_manager/inc/
H A Dcert_operation.h30 int32_t GetAccountSymSharedSecret(const CJson *in, const CJson *urlJson, Uint8Buff *sharedSecret);
/ohos5.0/base/security/device_auth/services/identity_manager/src/mock/
H A Dcert_operation_mock.c40 int32_t GetAccountSymSharedSecret(const CJson *in, const CJson *urlJson, Uint8Buff *sharedSecret) in GetAccountSymSharedSecret() function
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Didentity_manager_test.cpp127 ret = GetAccountSymSharedSecret(nullptr, nullptr, nullptr);
131 ret = GetAccountSymSharedSecret(in, nullptr, nullptr);
135 ret = GetAccountSymSharedSecret(in, urlJson, nullptr);
/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Dcert_operation.c730 int32_t GetAccountSymSharedSecret(const CJson *in, const CJson *urlJson, Uint8Buff *sharedSecret) in GetAccountSymSharedSecret() function
H A Didentity_group.c871 ret = GetAccountSymSharedSecret(in, urlJson, sharedSecret); in GetSharedSecretByUrl()