Home
last modified time | relevance | path

Searched refs:auth_preamble (Results 1 – 5 of 5) sorted by relevance

/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-staticpolicy/
Dstatic-policy.h1441 .auth_preamble = "Bearer ",
1464 .auth_preamble = "Bearer ",
1484 .auth_preamble = "Bearer ",
/third_party/libwebsockets/include/libwebsockets/
Dlws-secure-streams-policy.h283 const char *auth_preamble; member
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-policy2c/
Dminimal-secure-streams.c522 if (pol->u.http.auth_preamble) in main()
524 pol->u.http.auth_preamble); in main()
/third_party/libwebsockets/lib/secure-streams/protocols/
Dss-h1.c767 h->policy->u.http.auth_preamble) in secstream_h1()
769 h->policy->u.http.auth_preamble); in secstream_h1()
/third_party/libwebsockets/lib/secure-streams/
Dpolicy-json.c930 pp = (char **)&a->curr[LTY_POLICY].p->u.http.auth_preamble; in lws_ss_policy_parser_cb()