Home
last modified time | relevance | path

Searched refs:lws_xos_init (Results 1 - 8 of 8) sorted by relevance

/third_party/libwebsockets/lib/misc/
H A Dprng.c68 lws_xos_init(struct lws_xos *xos, uint64_t seed) in lws_xos_init() function
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-fault-injection.h32 * lws_xos_init() - seed xoshiro256 PRNG
40 lws_xos_init(struct lws_xos *xos, uint64_t seed);
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_dsh/
H A Dmain.c262 lws_xos_init(&xos, 0x123456789abcdef0ull); in test5()
/third_party/libwebsockets/lib/system/fault-injection/
H A Dfault-injection.c181 lws_xos_init(&fic_dest->xos, lws_xos((lws_xos_t *)&fic_src->xos)); in lws_fi_import()
/third_party/libwebsockets/lib/secure-streams/
H A Dsecure-streams.c974 lws_xos_init(&temp_fic.xos, lws_xos(&context->fic.xos)); in lws_ss_create()
1064 lws_xos_init(&h->fic.xos, lws_xos(&context->fic.xos)); in lws_ss_create()
H A Dsecure-streams-client.c643 lws_xos_init(&h->fic.xos, lws_xos(&context->fic.xos)); in lws_sspc_create()
/third_party/libwebsockets/lib/core/
H A Dlibwebsockets.c1446 lws_xos_init(&info->fic.xos, seed); in lws_cmdline_option_handle_builtin()
/third_party/libwebsockets/lib/core-net/
H A Dwsi.c329 lws_xos_init(&wsi->fic.xos, lws_xos(&context->fic.xos)); in __lws_wsi_create_with_role()

Completed in 9 milliseconds