Home
last modified time | relevance | path

Searched refs:blob_index (Results 1 – 6 of 6) sorted by relevance

/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/
Dstatic_policy.h466 .blob_index = 0,
DREADME.md19 Secure Streams and the index need to be match of the "blob_index" in entry of "auth"
/third_party/libwebsockets/include/libwebsockets/
Dlws-secure-streams-policy.h233 uint8_t blob_index; member
/third_party/libwebsockets/lib/secure-streams/system/auth-sigv4/
Dsign.c295 blob_idx[h->policy->auth->blob_index], in calc_signing_key()
355 blob_idx[h->policy->auth->blob_index], in build_auth_string()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-policy2c/
Dminimal-secure-streams.c432 printf("\t.blob_index = %d,\n", auth->blob_index); in main()
/third_party/libwebsockets/lib/secure-streams/
Dpolicy-json.c739 a->curr[LTY_AUTH].a->blob_index = (uint8_t)atoi(ctx->buf); in lws_ss_policy_parser_cb()