Lines Matching defs:netkey
2754 struct json_token *root, *groups, *netkey, *token;
2812 netkey = json_get_member(root, "netAccessKey");
2813 if (!netkey || netkey->type != JSON_OBJECT) {
2818 key = dpp_parse_jwk(netkey, &curve);
4152 struct json_token *root = NULL, *netkey, *token;
4221 netkey = json_get_member(root, "netAccessKey");
4222 if (!netkey || netkey->type != JSON_OBJECT) {
4228 intro->peer_key = dpp_parse_jwk(netkey, &curve);