Home
last modified time | relevance | path

Searched defs:octx (Results 1 - 25 of 36) sorted by relevance

12

/third_party/libwebsockets/lib/drivers/i2c/bitbang/
H A Dlws-bb-i2c.c30 lws_bb_i2c_init(const lws_i2c_ops_t *octx) in lws_bb_i2c_init() argument
41 lws_bb_i2c_start(const lws_i2c_ops_t *octx) in lws_bb_i2c_start() argument
60 lws_bb_i2c_stop(const lws_i2c_ops_t *octx) in lws_bb_i2c_stop() argument
76 lws_bb_i2c_write(const lws_i2c_ops_t *octx, uint8_t data) in lws_bb_i2c_write() argument
102 lws_bb_i2c_read(const lws_i2c_ops_t *octx) in lws_bb_i2c_read() argument
123 lws_bb_i2c_set_ack(const lws_i2c_ops_t *octx, int ack) lws_bb_i2c_set_ack() argument
[all...]
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/main/
H A Dbb-i2c.c13 lws_bb_i2c_start(lws_i2c_ops_t *octx) in lws_bb_i2c_start() argument
32 lws_bb_i2c_stop(lws_i2c_ops_t *octx) in lws_bb_i2c_stop() argument
48 lws_bb_i2c_write(lws_i2c_ops_t *octx, uint8_t data) in lws_bb_i2c_write() argument
74 lws_bb_i2c_read(lws_i2c_ops_t *octx) in lws_bb_i2c_read() argument
95 lws_bb_i2c_set_ack(lws_i2c_ops_t *octx, int ack) in lws_bb_i2c_set_ack() argument
[all...]
/kernel/linux/linux-5.10/arch/s390/crypto/
H A Dsha512_s390.c42 struct sha512_state *octx = out; in sha512_export() local
H A Dsha3_512_s390.c34 struct sha3_state *octx = out; in sha3_512_export() local
H A Dsha3_256_s390.c35 struct sha3_state *octx = out; in sha3_256_export() local
H A Dsha256_s390.c41 struct sha256_state *octx = out; in sha256_export() local
H A Dsha1_s390.c48 struct sha1_state *octx = out; in s390_sha1_export() local
/kernel/linux/linux-6.6/arch/s390/crypto/
H A Dsha256_s390.c41 struct sha256_state *octx = out; in sha256_export() local
H A Dsha1_s390.c48 struct sha1_state *octx = out; in s390_sha1_export() local
H A Dsha512_s390.c42 struct sha512_state *octx = out; in sha512_export() local
H A Dsha3_512_s390.c33 struct sha3_state *octx = out; in sha3_512_export() local
H A Dsha3_256_s390.c34 struct sha3_state *octx = out; in sha3_256_export() local
/third_party/libwebsockets/lib/drivers/spi/bitbang/
H A Dlws-bb-spi.c27 lws_bb_spi_init(const lws_spi_ops_t *octx) in lws_bb_spi_init() argument
96 lws_bb_spi_queue(const lws_spi_ops_t *octx, const lws_spi_desc_t *desc) in lws_bb_spi_queue() argument
/kernel/linux/linux-6.6/io_uring/
H A Dmsg_ring.c36 static void io_double_unlock_ctx(struct io_ring_ctx *octx) in io_double_unlock_ctx() argument
41 static int io_double_lock_ctx(struct io_ring_ctx *octx, in io_double_lock_ctx() argument
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-hash.c65 struct md5_state *octx = out; in sun4i_hash_export_md5() local
107 struct sha1_state *octx = out; in sun4i_hash_export_sha1() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-hash.c65 struct md5_state *octx = out; in sun4i_hash_export_md5() local
107 struct sha1_state *octx = out; in sun4i_hash_export_sha1() local
[all...]
/kernel/linux/linux-6.6/crypto/
H A Dcmac.c220 struct cmac_tfm_ctx *octx = crypto_shash_ctx(otfm); in cmac_clone_tfm() local
/third_party/node/deps/openssl/openssl/crypto/modes/
H A Docb128.c134 OCB128_CONTEXT *octx; in CRYPTO_ocb128_new() local
/third_party/openssl/crypto/modes/
H A Docb128.c134 OCB128_CONTEXT *octx; in CRYPTO_ocb128_new() local
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_fastopen.c72 struct tcp_fastopen_context *ctx, *octx; in tcp_fastopen_reset_cipher() local
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_fastopen.c61 struct tcp_fastopen_context *ctx, *octx; in tcp_fastopen_reset_cipher() local
/kernel/linux/linux-5.10/drivers/crypto/
H A Domap-aes.h104 struct omap_aes_ctx octx; member
/kernel/linux/linux-5.10/fs/
H A Duserfaultfd.c635 struct userfaultfd_ctx *ctx = NULL, *octx; in dup_userfaultfd() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/
H A Domap-aes.h102 struct omap_aes_ctx octx; member
/third_party/ffmpeg/fftools/
H A Dcmdutils.c602 static void finish_group(OptionParseContext *octx, int group_idx, in finish_group() argument
630 static void add_opt(OptionParseContext *octx, const OptionDef *opt, in add_opt() argument
642 static void init_parse_context(OptionParseContext *octx, in init_parse_context() argument
662 uninit_parse_context(OptionParseContext *octx) uninit_parse_context() argument
687 split_commandline(OptionParseContext *octx, int argc, char *argv[], const OptionDef *options, const OptionGroupDef *groups, int nb_groups) split_commandline() argument
[all...]

Completed in 14 milliseconds

12