Home
last modified time | relevance | path

Searched refs:LTY_AUTH (Results 1 – 2 of 2) sorted by relevance

/third_party/libwebsockets/lib/secure-streams/
Dpolicy-json.c271 const lws_ss_auth_t *auth = a->heads[LTY_AUTH].a; in lws_ss_policy_find_auth_by_name()
340 n = LTY_AUTH; in lws_ss_policy_parser_cb()
357 if (reason == LEJPCB_OBJECT_START && n == LTY_AUTH) { in lws_ss_policy_parser_cb()
358 if (lws_ss_policy_alloc_helper(a, LTY_AUTH)) in lws_ss_policy_parser_cb()
413 (n != LTY_TRUSTSTORE && n != LTY_AUTH && n != LTY_METRICS)) { in lws_ss_policy_parser_cb()
737 a->curr[LTY_AUTH].a->blob_index = (uint8_t)atoi(ctx->buf); in lws_ss_policy_parser_cb()
963 pp = (char **)&a->curr[LTY_AUTH].a->name; in lws_ss_policy_parser_cb()
967 pp = (char **)&a->curr[LTY_AUTH].a->streamtype; in lws_ss_policy_parser_cb()
970 pp = (char **)&a->curr[LTY_AUTH].a->type; in lws_ss_policy_parser_cb()
1293 return args->heads[LTY_AUTH].a; in lws_ss_auth_get()
Dprivate-lib-secure-streams.h379 LTY_AUTH, enumerator