Home
last modified time | relevance | path

Searched refs:auth_info_cache (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/inc/auth_info/
H A Dauth_info.h30 struct auth_info_cache { struct
65 int32_t save_auth_info(const struct hichain *hichain, int32_t pair_type, struct auth_info_cache *ca…
66 struct auth_info_cache *build_auth_client_info(struct hc_auth_id auth_id, int32_t user_type);
67 void destroy_auth_client(struct auth_info_cache *auth_info);
H A Dremove_auth_info_client.h27 struct auth_info_cache *auth_info;
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/
H A Dauth_info_test.h34 struct auth_info_cache { struct
69 int32_t save_auth_info(const struct hichain *hichain, int32_t pair_type, struct auth_info_cache *ca…
70 struct auth_info_cache *build_auth_client_info(struct hc_auth_id auth_id, int32_t user_type);
71 void destroy_auth_client(struct auth_info_cache *auth_info);
H A Ddeviceauth_test.cpp1294 …struct auth_info_cache *authInfo = static_cast<struct auth_info_cache *>(MALLOC(sizeof(struct auth…
1295 (void)memset_s(authInfo, sizeof(struct auth_info_cache), 0, sizeof(struct auth_info_cache));
H A Dhuks_adapter_test.cpp1418 struct auth_info_cache cache;
1433 struct auth_info_cache cache;
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/auth_info/
H A Dauth_info.c149 int32_t save_auth_info(const struct hichain *hichain, int32_t pair_type, struct auth_info_cache *ca… in save_auth_info()
177 struct auth_info_cache *build_auth_client_info(struct hc_auth_id auth_id, int32_t user_type) in build_auth_client_info()
179 struct auth_info_cache *auth_info = MALLOC(sizeof(struct auth_info_cache)); in build_auth_client_info()
191 void destroy_auth_client(struct auth_info_cache *auth_info) in destroy_auth_client()
H A Dremove_auth_info.c29 struct auth_info_cache *cache);
40 struct auth_info_cache cache; in send_remove_response()
71 struct auth_info_cache *cache) in parse_remove_request_data()
H A Dexchange_auth_info_client.c42 struct auth_info_cache *cache);
70 struct auth_info_cache cache = { HC_USER_TYPE_ACCESSORY, {0, {0}}, {0, {0}}}; in receive_exchange_response()
88 const exchange_request_data *receive, struct auth_info_cache *cache) in parse_exchange_response_data()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/inc/schedule/
H A Ddistribution.h45 struct auth_info_cache *auth_info;
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/schedule/
H A Dbuild_object.c215 struct auth_info_cache *para = (struct auth_info_cache *)params; in build_auth_info_client_object()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/
H A Dhichain.c218 struct auth_info_cache auth_info = { in remove_auth_info()