Home
last modified time | relevance | path

Searched refs:lws_system_blob_t (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/libwebsockets/include/libwebsockets/
H A Dlws-system.h63 typedef struct lws_system_blob lws_system_blob_t; typedef
66 lws_system_blob_direct_set(lws_system_blob_t *b, const uint8_t *ptr, size_t len);
69 lws_system_blob_heap_empty(lws_system_blob_t *b);
72 lws_system_blob_heap_append(lws_system_blob_t *b, const uint8_t *ptr, size_t len);
75 lws_system_blob_get_size(lws_system_blob_t *b);
79 lws_system_blob_get_single_ptr(lws_system_blob_t *b, const uint8_t **ptr);
82 lws_system_blob_get(lws_system_blob_t *b, uint8_t *ptr, size_t *len, size_t ofs);
85 lws_system_blob_destroy(lws_system_blob_t *b);
92 LWS_EXTERN LWS_VISIBLE lws_system_blob_t *
/aosp_15_r20/external/libwebsockets/lib/system/
H A Dsystem.c40 lws_system_blob_direct_set(lws_system_blob_t *b, const uint8_t *ptr, size_t len) in lws_system_blob_direct_set()
48 lws_system_blob_heap_empty(lws_system_blob_t *b) in lws_system_blob_heap_empty()
55 lws_system_blob_heap_append(lws_system_blob_t *b, const uint8_t *buf, size_t len) in lws_system_blob_heap_append()
68 lws_system_blob_get_size(lws_system_blob_t *b) in lws_system_blob_get_size()
77 lws_system_blob_get(lws_system_blob_t *b, uint8_t *buf, size_t *len, size_t ofs) in lws_system_blob_get()
108 lws_system_blob_get_single_ptr(lws_system_blob_t *b, const uint8_t **ptr) in lws_system_blob_get_single_ptr()
127 lws_system_blob_destroy(lws_system_blob_t *b) in lws_system_blob_destroy()
136 lws_system_blob_t *
/aosp_15_r20/external/libwebsockets/READMEs/
H A DREADME.lws_system.md117 lws_system_blob_t *
128 lws_system_blob_direct_set(lws_system_blob_t *b, const uint8_t *ptr, size_t len);
136 lws_system_blob_heap_append(lws_system_blob_t *b, const uint8_t *buf, size_t len)
143 lws_system_blob_heap_empty(lws_system_blob_t *b)
153 lws_system_blob_get_size(lws_system_blob_t *b)
163 lws_system_blob_get(lws_system_blob_t *b, uint8_t *buf, size_t *len, size_t ofs)
171 lws_system_blob_get_single_ptr(lws_system_blob_t *b, const uint8_t **ptr)
180 lws_system_blob_destroy(lws_system_blob_t *b)
/aosp_15_r20/external/libwebsockets/lib/secure-streams/system/auth-api.amazon.com/
H A Dauth.c77 lws_system_blob_t *blob; in auth_api_amazon_com_parser_cb()
118 lws_system_blob_t *ab; in ss_api_amazon_auth_rx()
172 lws_system_blob_t *ab; in ss_api_amazon_auth_tx()
210 lws_system_blob_t *ab; in ss_api_amazon_auth_state()
/aosp_15_r20/external/libwebsockets/lib/secure-streams/system/auth-sigv4/
H A Dsign.c290 lws_system_blob_t *ab; in calc_signing_key()
347 lws_system_blob_t *ab; in build_auth_string()
436 lws_system_blob_t *ab; in lws_ss_sigv4_set_aws_key()
/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-avs/
H A Dmain-client.c37 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf()
H A Dmain.c256 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf()
/aosp_15_r20/external/libwebsockets/lib/plat/unix/
H A Dunix-misc.c130 lws_system_blob_t *blob = lws_system_get_blob(context, in lws_plat_ntpclient_config()
/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/
H A Dmain.c294 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf()
/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-proxy/
H A Dmain.c158 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf()
/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-staticpolicy/
H A Dminimal-secure-streams.c126 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf()
/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-post/
H A Dminimal-secure-streams-post.c400 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf()
/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-perf/
H A Dminimal-secure-streams.c301 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf()
/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-blob/
H A Dminimal-secure-streams.c358 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf()
/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams/
H A Dminimal-secure-streams.c397 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf()
/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/
H A Dminimal-secure-streams.c442 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf()
/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/
H A Dmbedtls-client.c172 lws_system_blob_t *b = lws_system_get_blob(wsi->a.context, in lws_ssl_client_bio_create()
/aosp_15_r20/external/libwebsockets/lib/core/
H A Dprivate-lib-core.h434 lws_system_blob_t system_blobs[LWS_SYSBLOB_TYPE_COUNT];
H A Dcontext.c96 lws_system_blob_t *ab0, *ab1; in lws_state_notify_protocol_init()
/aosp_15_r20/external/libwebsockets/lib/secure-streams/protocols/
H A Dss-mqtt.c510 lws_system_blob_t *b = NULL; in secstream_connect_munge_mqtt()
H A Dss-h1.c752 lws_system_blob_t *ab; in secstream_h1()
/aosp_15_r20/external/libwebsockets/lib/tls/openssl/
H A Dopenssl-client.c412 lws_system_blob_t *b = lws_system_get_blob(wsi->a.context, in lws_ssl_client_bio_create()