Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_build/
H A 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")
/aosp_15_r20/external/libwebsockets/lib/secure-streams/system/auth-sigv4/
H A 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()
/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/
H A Dstatic_policy.h466 .blob_index = 0,
H A DREADME.md19 Secure Streams and the index need to be match of the "blob_index" in entry of "auth"
/aosp_15_r20/external/libwebsockets/include/libwebsockets/
H A Dlws-secure-streams-policy.h233 uint8_t blob_index; member
/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-policy2c/
H A Dminimal-secure-streams.c432 printf("\t.blob_index = %d,\n", auth->blob_index); in main()
/aosp_15_r20/external/libwebsockets/lib/secure-streams/
H A Dpolicy-json.c737 a->curr[LTY_AUTH].a->blob_index = (uint8_t)atoi(ctx->buf); in lws_ss_policy_parser_cb()