/third_party/libwebsockets/lib/secure-streams/system/auth-api.amazon.com/ |
D | auth.c | 87 blob = lws_system_get_blob(context, LWS_SYSBLOB_TYPE_AUTH, in auth_api_amazon_com_parser_cb() 124 ab = lws_system_get_blob(context, LWS_SYSBLOB_TYPE_AUTH, AUTH_IDX_LWA); in ss_api_amazon_auth_rx() 141 lws_system_get_blob(context, in ss_api_amazon_auth_rx() 181 ab = lws_system_get_blob(context, LWS_SYSBLOB_TYPE_AUTH, AUTH_IDX_ROOT); in ss_api_amazon_auth_tx() 216 ab = lws_system_get_blob(context, LWS_SYSBLOB_TYPE_AUTH, AUTH_IDX_ROOT); in ss_api_amazon_auth_state()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-staticpolicy/ |
D | minimal-secure-streams.c | 126 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf() 258 lws_system_blob_direct_set(lws_system_get_blob(context, in main() 261 lws_system_blob_direct_set(lws_system_get_blob(context, in main() 275 lws_system_blob_heap_append(lws_system_get_blob(context, in main()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-post/ |
D | minimal-secure-streams-post.c | 400 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf() 546 lws_system_blob_direct_set(lws_system_get_blob(context, in main() 549 lws_system_blob_direct_set(lws_system_get_blob(context, in main() 563 lws_system_blob_heap_append(lws_system_get_blob(context, in main()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-perf/ |
D | minimal-secure-streams.c | 301 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf() 526 lws_system_blob_direct_set(lws_system_get_blob(context, in main() 529 lws_system_blob_direct_set(lws_system_get_blob(context, in main() 543 lws_system_blob_heap_append(lws_system_get_blob(context, in main()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-blob/ |
D | minimal-secure-streams.c | 358 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf() 603 lws_system_blob_direct_set(lws_system_get_blob(context, in main() 606 lws_system_blob_direct_set(lws_system_get_blob(context, in main() 620 lws_system_blob_heap_append(lws_system_get_blob(context, in main()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-avs/ |
D | main-client.c | 37 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf() 67 lws_system_blob_destroy(lws_system_get_blob(context, in app_system_state_nf()
|
D | main.c | 256 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf() 286 lws_system_blob_destroy(lws_system_get_blob(context, in app_system_state_nf()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams/ |
D | minimal-secure-streams.c | 397 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf() 643 lws_system_blob_direct_set(lws_system_get_blob(context, in main() 646 lws_system_blob_direct_set(lws_system_get_blob(context, in main() 660 lws_system_blob_heap_append(lws_system_get_blob(context, in main()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/ |
D | main.c | 294 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf() 324 lws_system_blob_destroy(lws_system_get_blob(context, in app_system_state_nf()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/ |
D | minimal-secure-streams.c | 442 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf() 709 lws_system_blob_direct_set(lws_system_get_blob(context, in main() 712 lws_system_blob_direct_set(lws_system_get_blob(context, in main() 726 lws_system_blob_heap_append(lws_system_get_blob(context, in main()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-proxy/ |
D | main.c | 158 lws_system_blob_t *ab = lws_system_get_blob(context, in app_system_state_nf() 208 lws_system_blob_destroy(lws_system_get_blob(context, in app_system_state_nf()
|
/third_party/libwebsockets/lib/plat/freertos/ |
D | freertos-resolv.c | 49 lws_system_blob_heap_append(lws_system_get_blob(context, in lws_plat_ntpclient_config()
|
/third_party/libwebsockets/lib/plat/windows/ |
D | windows-resolv.c | 85 lws_system_blob_heap_append(lws_system_get_blob(context, in lws_plat_ntpclient_config()
|
/third_party/libwebsockets/lib/plat/unix/ |
D | unix-misc.c | 130 lws_system_blob_t *blob = lws_system_get_blob(context, in lws_plat_ntpclient_config()
|
/third_party/libwebsockets/lib/secure-streams/system/auth-sigv4/ |
D | sign.c | 294 ab = lws_system_get_blob(wsi->a.context, in calc_signing_key() 354 ab = lws_system_get_blob(wsi->a.context, in build_auth_string() 443 ab = lws_system_get_blob(context, blob_idx[idx], i); in lws_ss_sigv4_set_aws_key()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/ |
D | ss-s3-main.c | 279 lws_system_blob_heap_append(lws_system_get_blob(context, in main()
|
/third_party/libwebsockets/lib/plat/optee/ |
D | lws-plat-optee.c | 246 lws_system_blob_heap_append(lws_system_get_blob(context, in lws_plat_ntpclient_config()
|
/third_party/libwebsockets/lib/secure-streams/protocols/ |
D | ss-mqtt.c | 513 b = lws_system_get_blob(i->context, in secstream_connect_munge_mqtt() 539 b = lws_system_get_blob(i->context, in secstream_connect_munge_mqtt() 557 b = lws_system_get_blob(i->context, in secstream_connect_munge_mqtt()
|
/third_party/libwebsockets/lib/tls/mbedtls/ |
D | mbedtls-client.c | 172 lws_system_blob_t *b = lws_system_get_blob(wsi->a.context, in lws_ssl_client_bio_create() 206 b = lws_system_get_blob(wsi->a.context, in lws_ssl_client_bio_create()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-system.h | 93 lws_system_get_blob(struct lws_context *context, lws_system_blob_item_t type,
|
/third_party/libwebsockets/lib/system/ |
D | system.c | 137 lws_system_get_blob(struct lws_context *context, lws_system_blob_item_t type, in lws_system_get_blob() function
|
/third_party/libwebsockets/lib/system/ntpclient/ |
D | ntpclient.c | 150 lws_system_blob_get_single_ptr(lws_system_get_blob( in callback_ntpc()
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | openssl-client.c | 412 lws_system_blob_t *b = lws_system_get_blob(wsi->a.context, in lws_ssl_client_bio_create() 448 b = lws_system_get_blob(wsi->a.context, in lws_ssl_client_bio_create()
|
/third_party/libwebsockets/lib/core/ |
D | context.c | 155 ab0 = lws_system_get_blob(context, LWS_SYSBLOB_TYPE_AUTH, 0); in lws_state_notify_protocol_init() 156 ab1 = lws_system_get_blob(context, LWS_SYSBLOB_TYPE_AUTH, 1); in lws_state_notify_protocol_init() 2162 lws_system_get_blob(context, (lws_system_blob_item_t)n, 0)); in lws_context_destroy()
|
/third_party/libwebsockets/READMEs/ |
D | README.lws_system.md | 118 lws_system_get_blob(struct lws_context *context, lws_system_blob_item_t type,
|