Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/utils/
Djson.h12 struct json_token { struct
31 struct json_token *parent, *child, *sibling; argument
35 struct json_token * json_parse(const char *data, size_t data_len);
36 void json_free(struct json_token *json);
37 struct json_token * json_get_member(struct json_token *json, const char *name);
38 struct wpabuf * json_get_member_base64url(struct json_token *json,
40 void json_print_tree(struct json_token *root, char *buf, size_t buflen);
Djson.c184 static int json_check_tree_state(struct json_token *token) in json_check_tree_state()
202 static struct json_token * json_alloc_token(unsigned int *tokens) in json_alloc_token()
209 return os_zalloc(sizeof(struct json_token)); in json_alloc_token()
213 struct json_token * json_parse(const char *data, size_t data_len) in json_parse()
215 struct json_token *root = NULL, *curr_token = NULL, *token = NULL; in json_parse()
470 void json_free(struct json_token *json) in json_free()
482 struct json_token * json_get_member(struct json_token *json, const char *name) in json_get_member()
484 struct json_token *token, *ret = NULL; in json_get_member()
497 struct wpabuf * json_get_member_base64url(struct json_token *json, in json_get_member_base64url()
500 struct json_token *token; in json_get_member_base64url()
[all …]
Dutils_module_tests.c890 struct json_token *root; in json_tests()
/external/wpa_supplicant_8/src/common/
Ddpp.c3401 struct json_token *root = NULL, *token; in dpp_conf_req_rx()
3515 struct json_token *root, *token; in dpp_parse_jws_prot_hdr()
3591 struct json_token *cred) in dpp_parse_cred_legacy()
3593 struct json_token *pass, *psk_hex; in dpp_parse_cred_legacy()
3627 static EVP_PKEY * dpp_parse_jwk(struct json_token *jwk, in dpp_parse_jwk()
3630 struct json_token *token; in dpp_parse_jwk()
3788 struct json_token *root, *groups, *netkey, *token; in dpp_parse_connector()
3806 struct json_token *id, *role; in dpp_parse_connector()
4108 struct json_token *cred) in dpp_parse_cred_dpp()
4111 struct json_token *token, *csign; in dpp_parse_cred_dpp()
[all …]