Home
last modified time | relevance | path

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

/aosp_15_r20/external/libwebsockets/lib/secure-streams/protocols/
H A Dss-mqtt.c526 n = lws_system_blob_get(b, p, &blen, 0); in secstream_connect_munge_mqtt()
547 n = lws_system_blob_get(b, p, &blen, 0); in secstream_connect_munge_mqtt()
565 n = lws_system_blob_get(b, p, &blen, 0); in secstream_connect_munge_mqtt()
H A Dss-h1.c779 n = lws_system_blob_get(ab, buf + o, &buflen, 0); in secstream_h1()
/aosp_15_r20/external/libwebsockets/lib/secure-streams/system/auth-sigv4/
H A Dsign.c311 n = lws_system_blob_get(ab, kb, &keylen, 0); in calc_signing_key()
362 n = lws_system_blob_get(ab,(uint8_t *)buf, &keyidlen, 0); in build_auth_string()
/aosp_15_r20/external/libwebsockets/include/libwebsockets/
H A Dlws-system.h82 lws_system_blob_get(lws_system_blob_t *b, uint8_t *ptr, size_t *len, size_t ofs);
/aosp_15_r20/external/libwebsockets/lib/system/
H A Dsystem.c77 lws_system_blob_get(lws_system_blob_t *b, uint8_t *buf, size_t *len, size_t ofs) in lws_system_blob_get() function
/aosp_15_r20/external/libwebsockets/lib/secure-streams/system/auth-api.amazon.com/
H A Dauth.c187 n = lws_system_blob_get(ab, buf, len, m->pos); in ss_api_amazon_auth_tx()
/aosp_15_r20/external/libwebsockets/READMEs/
H A DREADME.lws_system.md163 lws_system_blob_get(lws_system_blob_t *b, uint8_t *buf, size_t *len, size_t ofs)