Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 21 of 21) sorted by relevance

/btstack/3rd-party/lwip/core/src/apps/snmp/
H A Dsnmp_threadsync.c54 threadsync_get_value_synced(void *ctx) in threadsync_get_value_synced()
79 threadsync_set_test_synced(void *ctx) in threadsync_set_test_synced()
105 threadsync_set_value_synced(void *ctx) in threadsync_set_value_synced()
131 threadsync_release_instance_synced(void *ctx) in threadsync_release_instance_synced()
151 get_instance_synced(void *ctx) in get_instance_synced()
162 get_next_instance_synced(void *ctx) in get_next_instance_synced()
H A Dsnmpv3_mbedtls.c58 mbedtls_md_context_t ctx; in snmpv3_auth() local
113 mbedtls_cipher_context_t ctx; in snmpv3_crypt() local
/btstack/3rd-party/lwip/core/src/netif/ppp/
H A Dpppos.c200 pppos_write(ppp_pcb *ppp, void *ctx, struct pbuf *p) in pppos_write()
253 pppos_netif_output(ppp_pcb *ppp, void *ctx, struct pbuf *pb, u16_t protocol) in pppos_netif_output()
313 pppos_connect(ppp_pcb *ppp, void *ctx) in pppos_connect()
345 pppos_listen(ppp_pcb *ppp, void *ctx) in pppos_listen()
377 pppos_disconnect(ppp_pcb *ppp, void *ctx) in pppos_disconnect()
399 pppos_destroy(ppp_pcb *ppp, void *ctx) in pppos_destroy()
738 pppos_send_config(ppp_pcb *ppp, void *ctx, u32_t accm, int pcomp, int accomp) in pppos_send_config()
758 pppos_recv_config(ppp_pcb *ppp, void *ctx, u32_t accm, int pcomp, int accomp) in pppos_recv_config()
H A Dpppol2tp.c165 static err_t pppol2tp_write(ppp_pcb *ppp, void *ctx, struct pbuf *p) { in pppol2tp_write()
204 static err_t pppol2tp_netif_output(ppp_pcb *ppp, void *ctx, struct pbuf *p, u_short protocol) { in pppol2tp_netif_output()
247 static err_t pppol2tp_destroy(ppp_pcb *ppp, void *ctx) { in pppol2tp_destroy()
258 static void pppol2tp_connect(ppp_pcb *ppp, void *ctx) { in pppol2tp_connect()
332 static void pppol2tp_disconnect(ppp_pcb *ppp, void *ctx) { in pppol2tp_disconnect()
H A Dpppoe.c209 static err_t pppoe_write(ppp_pcb *ppp, void *ctx, struct pbuf *p) { in pppoe_write()
251 static err_t pppoe_netif_output(ppp_pcb *ppp, void *ctx, struct pbuf *p, u_short protocol) { in pppoe_netif_output()
294 pppoe_destroy(ppp_pcb *ppp, void *ctx) in pppoe_destroy()
885 pppoe_connect(ppp_pcb *ppp, void *ctx) in pppoe_connect()
943 pppoe_disconnect(ppp_pcb *ppp, void *ctx) in pppoe_disconnect()
H A Dchap-md5.c65 lwip_md5_context ctx; in chap_md5_verify_response() local
98 lwip_md5_context ctx; in chap_md5_make_response() local
/btstack/3rd-party/lwip/core/src/netif/ppp/polarssl/
H A Dmd5.c74 void md5_starts( md5_context *ctx ) in md5_starts()
85 static void md5_process( md5_context *ctx, const unsigned char data[64] ) in md5_process()
211 void md5_update( md5_context *ctx, const unsigned char *input, int ilen ) in md5_update()
263 void md5_finish( md5_context *ctx, unsigned char output[16] ) in md5_finish()
293 md5_context ctx; in md5() local
H A Dmd4.c75 void md4_starts( md4_context *ctx ) in md4_starts()
86 static void md4_process( md4_context *ctx, const unsigned char data[64] ) in md4_process()
192 void md4_update( md4_context *ctx, const unsigned char *input, int ilen ) in md4_update()
244 void md4_finish( md4_context *ctx, unsigned char output[16] ) in md4_finish()
274 md4_context ctx; in md4() local
H A Dsha1.c74 void sha1_starts( sha1_context *ctx ) in sha1_starts()
86 static void sha1_process( sha1_context *ctx, const unsigned char data[64] ) in sha1_process()
245 void sha1_update( sha1_context *ctx, const unsigned char *input, int ilen ) in sha1_update()
297 void sha1_finish( sha1_context *ctx, unsigned char output[20] ) in sha1_finish()
328 sha1_context ctx; in sha1() local
H A Ddes.c372 void des_setkey_enc( des_context *ctx, unsigned char key[8] ) in des_setkey_enc()
380 void des_setkey_dec( des_context *ctx, unsigned char key[8] ) in des_setkey_dec()
396 void des_crypt_ecb( des_context *ctx, in des_crypt_ecb()
H A Darc4.c48 void arc4_setup( arc4_context *ctx, unsigned char *key, int keylen ) in arc4_setup()
76 void arc4_crypt( arc4_context *ctx, unsigned char *buf, int buflen ) in arc4_crypt()
/btstack/3rd-party/md5/
H A Dmd5.c100 static const void *body(MD5_CTX *ctx, const void *data, unsigned long size) in body()
207 void MD5_Init(MD5_CTX *ctx) in MD5_Init()
218 void MD5_Update(MD5_CTX *ctx, const void *data, unsigned long size) in MD5_Update()
258 void MD5_Final(unsigned char *result, MD5_CTX *ctx) in MD5_Final()
/btstack/3rd-party/lwip/core/src/apps/tftp/
H A Dtftp.c82 const struct tftp_context *ctx; member
447 tftp_init_common(u8_t mode, const struct tftp_context *ctx) in tftp_init_common()
481 tftp_init_server(const struct tftp_context *ctx) in tftp_init_server()
491 tftp_init_client(const struct tftp_context *ctx) in tftp_init_client()
/btstack/3rd-party/lwip/core/src/api/
H A Dtcpip.c309 tcpip_callback(tcpip_callback_fn function, void *ctx) in tcpip_callback()
345 tcpip_try_callback(tcpip_callback_fn function, void *ctx) in tcpip_try_callback()
531 tcpip_callbackmsg_new(tcpip_callback_fn function, void *ctx) in tcpip_callbackmsg_new()
/btstack/3rd-party/segger-rtt/
H A DSEGGER_RTT_Syscalls_SES.c137 static int _putchar(int x, __printf_tag_ptr ctx) { in _putchar()
229 int __putchar(int x, __printf_tag_ptr ctx) { in __putchar()
/btstack/3rd-party/micro-ecc/test/
H A Dtest_ecdsa_deterministic.c45 SHA256_CTX ctx; member
78 SHA256_HashContext ctx = {{ in main() local
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dtcpip.h87 #define tcpip_callback_with_block(function, ctx, block) ((block != 0)? tcpip_callback(function, ctx… argument
/btstack/3rd-party/lwip/core/src/apps/altcp_tls/
H A Daltcp_tls_mbedtls.c450 altcp_mbedtls_bio_recv(void *ctx, unsigned char *buf, size_t len) in altcp_mbedtls_bio_recv()
654 altcp_mbedtls_debug(void *ctx, int level, const char *file, int line, const char *str) in altcp_mbedtls_debug()
1191 altcp_mbedtls_bio_send(void *ctx, const unsigned char *dataptr, size_t size) in altcp_mbedtls_bio_send()
/btstack/3rd-party/lwip/core/src/include/lwip/priv/
H A Dtcpip_priv.h152 void *ctx; member
/btstack/chipset/sx128x/
H A Dll_sx1280.c364 } ctx; variable
/btstack/port/nrf5-cinnamon/port/
H A Dll_nrf5.c304 } ctx; variable