Home
last modified time | relevance | path

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

/external/pigweed/pw_build/
Dcc_blob_library.cmake66 set(blob_index 0) variable
110 string(JSON json_blobs SET "${json_blobs}" "${blob_index}" "${json_blob}")
117 math(EXPR blob_index "${blob_index}+1")
/external/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"
/external/libwebsockets/include/libwebsockets/
Dlws-secure-streams-policy.h233 uint8_t blob_index; member
/external/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()
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-policy2c/
Dminimal-secure-streams.c432 printf("\t.blob_index = %d,\n", auth->blob_index); in main()
/external/libwebsockets/lib/secure-streams/
Dpolicy-json.c737 a->curr[LTY_AUTH].a->blob_index = (uint8_t)atoi(ctx->buf); in lws_ss_policy_parser_cb()