Searched refs:lws_system_blob_get (Results 1 – 7 of 7) sorted by relevance
/third_party/libwebsockets/lib/secure-streams/protocols/ |
D | ss-mqtt.c | 526 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()
|
D | ss-h1.c | 779 n = lws_system_blob_get(ab, buf + o, &buflen, 0); in secstream_h1()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-system.h | 82 lws_system_blob_get(lws_system_blob_t *b, uint8_t *ptr, size_t *len, size_t ofs);
|
/third_party/libwebsockets/lib/system/ |
D | system.c | 77 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/ |
D | sign.c | 311 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/ |
D | auth.c | 187 n = lws_system_blob_get(ab, buf, len, m->pos); in ss_api_amazon_auth_tx()
|
/third_party/libwebsockets/READMEs/ |
D | README.lws_system.md | 163 lws_system_blob_get(lws_system_blob_t *b, uint8_t *buf, size_t *len, size_t ofs)
|