Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/runtime/
H A DBlobLifetimeManager.cpp88 int blob_idx = 0; in update_blobs_and_mappings() local
95 group_mappings[bound_element.handle] = blob_idx; in update_blobs_and_mappings()
97 ++blob_idx; in update_blobs_and_mappings()
/aosp_15_r20/external/libwebsockets/lib/secure-streams/system/auth-sigv4/
H A 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()
/aosp_15_r20/external/libwebsockets/lib/secure-streams/protocols/
H A 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()