Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/secure-streams/system/auth-sigv4/
Dsign.c46 static const uint8_t blob_idx[] = { variable
295 blob_idx[h->policy->auth->blob_index], in calc_signing_key()
355 blob_idx[h->policy->auth->blob_index], in build_auth_string()
439 if (idx > LWS_ARRAY_SIZE(blob_idx)) in lws_ss_sigv4_set_aws_key()
443 ab = lws_system_get_blob(context, blob_idx[idx], i); in lws_ss_sigv4_set_aws_key()
/third_party/libwebsockets/lib/secure-streams/protocols/
Dss-h1.c420 static const uint8_t blob_idx[] = { variable
774 ab = lws_system_get_blob(wsi->a.context, blob_idx[m], 0); in secstream_h1()