Home
last modified time | relevance | path

Searched defs:deviceIdPeer (Results 1 – 3 of 3) 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.h39 char *deviceIdPeer; member
/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_related/auth/pake_v2_auth_task/
H A Dpake_v2_auth_task_common.h34 Uint8Buff deviceIdPeer; member
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/iso_auth_task/
H A Diso_auth_task_common.c312 const char *deviceIdPeer = GetStringFromJson(in, FIELD_DEVICE_ID); in GetPayloadValue() local