Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/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.c191 static int json_check_tree_state(struct json_token *token) in json_check_tree_state()
209 static struct json_token * json_alloc_token(unsigned int *tokens) in json_alloc_token()
216 return os_zalloc(sizeof(struct json_token)); in json_alloc_token()
220 struct json_token * json_parse(const char *data, size_t data_len) in json_parse()
222 struct json_token *root = NULL, *curr_token = NULL, *token = NULL; in json_parse()
479 void json_free(struct json_token *json) in json_free()
491 struct json_token * json_get_member(struct json_token *json, const char *name) in json_get_member()
493 struct json_token *token, *ret = NULL; in json_get_member()
506 struct wpabuf * json_get_member_base64url(struct json_token *json, in json_get_member_base64url()
509 struct json_token *token; in json_get_member_base64url()
[all …]
Dutils_module_tests.c891 struct json_token *root; in json_tests()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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 struct wpabuf * json_get_member_base64(struct json_token *json,
42 void json_print_tree(struct json_token *root, char *buf, size_t buflen);
Djson.c191 static int json_check_tree_state(struct json_token *token) in json_check_tree_state()
209 static struct json_token * json_alloc_token(unsigned int *tokens) in json_alloc_token()
216 return os_zalloc(sizeof(struct json_token)); in json_alloc_token()
220 struct json_token * json_parse(const char *data, size_t data_len) in json_parse()
222 struct json_token *root = NULL, *curr_token = NULL, *token = NULL; in json_parse()
481 void json_free(struct json_token *json) in json_free()
493 struct json_token * json_get_member(struct json_token *json, const char *name) in json_get_member()
495 struct json_token *token, *ret = NULL; in json_get_member()
508 struct wpabuf * json_get_member_base64url(struct json_token *json, in json_get_member_base64url()
511 struct json_token *token; in json_get_member_base64url()
[all …]
Dutils_module_tests.c892 struct json_token *root; in json_tests()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddpp_i.h37 struct json_token * dpp_parse_own_connector(const char *own_connector);
38 int dpp_connector_match_groups(struct json_token *own_root,
39 struct json_token *peer_root, bool reconfig);
43 struct crypto_ec_key * dpp_parse_jwk(struct json_token *jwk,
130 struct json_token *peer_net_access_key);
133 struct json_token *net_access_key);
Ddpp.c1894 struct json_token *root = NULL, *token; in dpp_conf_req_rx()
2109 struct json_token *cred) in dpp_parse_cred_legacy()
2111 struct json_token *pass, *psk_hex; in dpp_parse_cred_legacy()
2155 struct crypto_ec_key * dpp_parse_jwk(struct json_token *jwk, in dpp_parse_jwk()
2158 struct json_token *token; in dpp_parse_jwk()
2313 struct json_token *root, *groups, *netkey, *token; in dpp_parse_connector()
2331 struct json_token *id, *role; in dpp_parse_connector()
2457 struct json_token *cred) in dpp_parse_cred_dpp()
2460 struct json_token *token, *csign, *ppkey; in dpp_parse_cred_dpp()
2552 struct json_token *cred) in dpp_parse_cred_dot1x()
[all …]
Ddpp_reconfig.c434 struct json_token *root = NULL, *own_root = NULL, *token; in dpp_reconfig_auth_req_rx()
659 struct json_token *root = NULL, *token, *conn_status_json = NULL; in dpp_reconfig_auth_resp_rx()
Ddpp_crypto.c591 struct json_token *root, *token; in dpp_parse_jws_prot_hdr()
1661 struct json_token *peer_net_access_key) in dpp_reconfig_derive_ke_responder()
1761 struct json_token *net_access_key) in dpp_reconfig_derive_ke_initiator()
Ddpp.h21 struct json_token;
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddpp.c4982 struct json_token *root = NULL, *token; in dpp_conf_req_rx()
5105 struct json_token *root, *token; in dpp_parse_jws_prot_hdr()
5181 struct json_token *cred) in dpp_parse_cred_legacy()
5183 struct json_token *pass, *psk_hex; in dpp_parse_cred_legacy()
5227 static EVP_PKEY * dpp_parse_jwk(struct json_token *jwk, in dpp_parse_jwk()
5230 struct json_token *token; in dpp_parse_jwk()
5389 struct json_token *root, *groups, *netkey, *token; in dpp_parse_connector()
5407 struct json_token *id, *role; in dpp_parse_connector()
5721 struct json_token *cred) in dpp_parse_cred_dpp()
5724 struct json_token *token, *csign; in dpp_parse_cred_dpp()
[all …]
/third_party/grpc/
DBUILD.gn1248 "${GRPC_DIR}/src/core/lib/security/credentials/jwt/json_token.cc",
1249 "${GRPC_DIR}/src/core/lib/security/credentials/jwt/json_token.h",