Home
last modified time | relevance | path

Searched refs:FIELD_P2P_PSEUDONYM_ID (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/pake_task/
H A Dpake_base_cur_task.h26 #define FIELD_P2P_PSEUDONYM_ID "pdId" macro
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/pake_v1_task/pake_v1_protocol_task/
H A Dpake_v1_protocol_task_common.c512 if (AddStringToJson(payload, FIELD_P2P_PSEUDONYM_ID, hexStr) != HC_SUCCESS) { in AddPseudonymIdToPayload()
718 …if (GetByteFromJson(payload, FIELD_P2P_PSEUDONYM_ID, peerPseudonymId, PSEUDONYM_ID_LEN) != HC_SUCC… in CheckPseudonymId()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp289 (void)AddStringToJson(payload, FIELD_P2P_PSEUDONYM_ID, TEST_PSEUDONYM_ID);