Home
last modified time | relevance | path

Searched refs:GenerateAuthTokenForAccessory (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/iso_auth_task/
H A Diso_auth_task_common.c142 static int32_t GenerateAuthTokenForAccessory(const IsoAuthParams *params, Uint8Buff *outKey) in GenerateAuthTokenForAccessory() function
195 res = GenerateAuthTokenForAccessory(params, &authToken); in AccountAuthGeneratePsk()
/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Dcert_operation.c460 static int32_t GenerateAuthTokenForAccessory(int32_t osAccountId, const char *groupId, Uint8Buff *a… in GenerateAuthTokenForAccessory() function
556 ret = GenerateAuthTokenForAccessory(osAccountId, groupId, authToken); in GenerateAuthTokenByDevType()