Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/secure-streams/protocols/
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()
Dss-h1.c779 n = lws_system_blob_get(ab, buf + o, &buflen, 0); in secstream_h1()
/third_party/libwebsockets/include/libwebsockets/
Dlws-system.h82 lws_system_blob_get(lws_system_blob_t *b, uint8_t *ptr, size_t *len, size_t ofs);
/third_party/libwebsockets/lib/system/
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
/third_party/libwebsockets/lib/secure-streams/system/auth-sigv4/
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()
/third_party/libwebsockets/lib/secure-streams/system/auth-api.amazon.com/
Dauth.c187 n = lws_system_blob_get(ab, buf, len, m->pos); in ss_api_amazon_auth_tx()
/third_party/libwebsockets/READMEs/
DREADME.lws_system.md163 lws_system_blob_get(lws_system_blob_t *b, uint8_t *buf, size_t *len, size_t ofs)