Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/inc/key_agreement/
H A Dsts_server.h69 enum hc_user_type peer_user_type; member
86 enum hc_user_type peer_user_type; member
109 enum hc_user_type peer_user_type; member
H A Dsts_client.h43 enum hc_user_type peer_user_type; member
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
H A Dsts_client.c104 send_data->peer_user_type = ((struct hichain *)sts_client->hichain_handle)->type == HC_CENTRE ? in build_start_request_data()
120 sts_client->peer_user_type = receive->peer_user_type; in parse_start_response_data()
184 …if (sts_client->peer_user_type == HC_USER_TYPE_CONTROLLER) { /* center(as phone identity) -> phone… in verify_response_data()
204 int32_t ret = verify(&key_alias, sts_client->peer_user_type, message, signature); in verify_response_data()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/struct/
H A Dauth_start_request.c58 FIELD_PEER_USER_TYPE, auth_start_request->peer_user_type, in make_request_json_str()