Searched defs:add_auth_data (Results 1 – 2 of 2) sorted by relevance
23 struct add_auth_data { struct24 int32_t user_type;25 struct hc_auth_id auth_id;26 struct ltpk ltpk;27 bool permission;
29 …struct add_auth_data *add_auth_data = (struct add_auth_data *)MALLOC(sizeof(struct add_auth_data)); in parse_add_auth_info_data() local84 struct add_auth_data *add_auth_data = data; in make_add_auth_info_data() local