Home
last modified time | relevance | path

Searched refs:ExtractAndVerifyPayload (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_related/auth/iso_auth_task/
H A Diso_auth_task_common.h55 int32_t ExtractAndVerifyPayload(IsoAuthParams *params, const CJson *in);
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/iso_auth_task/
H A Diso_auth_server_task.c59 int32_t res = ExtractAndVerifyPayload(params, in); in ParseIsoAuthClientBeginMsg()
H A Diso_auth_client_task.c186 int32_t res = ExtractAndVerifyPayload(params, in); in ParseIsoAuthServerGetTokenMsg()
H A Diso_auth_task_common.c350 int32_t ExtractAndVerifyPayload(IsoAuthParams *params, const CJson *in) in ExtractAndVerifyPayload() function