Home
last modified time | relevance | path

Searched refs:hc_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;
86 enum hc_user_type peer_user_type;
109 enum hc_user_type peer_user_type;
H A Dsts_client.h43 enum hc_user_type peer_user_type;
/ohos5.0/base/security/device_auth/interfaces/inner_api/deviceauth_lite/
H A Dhichain.h100 enum hc_user_type { enum
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/auth_info/
H A Dexchange_auth_info_client.c259 …enum hc_user_type peer_type = (hichain->type == HC_CENTRE) ? HC_USER_TYPE_ACCESSORY : HC_USER_TYPE… in verify_peer_public_key()