/btstack/src/mesh/ |
H A D | mesh_crypto.c | 61 …t * p, const uint16_t p_len, uint8_t * result, void (* callback)(void * arg), void * callback_arg){ in mesh_k1() 121 … request, const uint8_t * n, uint8_t * result, void (* callback)(void * arg), void * callback_arg){ in mesh_k2() 150 … request, const uint8_t * n, uint8_t * result, void (* callback)(void * arg), void * callback_arg){ in mesh_k3() 183 … request, const uint8_t * n, uint8_t * result, void (* callback)(void * arg), void * callback_arg){ in mesh_k4() 206 …, const uint8_t * label_uuid, uint16_t * addr, void (* callback)(void * arg), void * callback_arg){ in mesh_virtual_address() 262 …t * request, mesh_network_key_t * network_key, void (* callback)(void * arg), void * callback_arg){ in mesh_network_key_derive() 272 …c_t * request, mesh_transport_key_t * app_key, void (* callback)(void * arg), void * callback_arg){ in mesh_transport_key_calc_aid()
|
/btstack/3rd-party/lwip/core/src/apps/http/ |
H A D | http_client.c | 145 void* callback_arg; member 508 … u16_t server_port, const char* uri, altcp_recv_fn recv_fn, void* callback_arg, int use_host) in httpc_init_connection_common() 595 u16_t server_port, const char* uri, altcp_recv_fn recv_fn, void* callback_arg) in httpc_init_connection() 607 altcp_recv_fn recv_fn, void* callback_arg) in httpc_init_connection_addr() 633 altcp_recv_fn recv_fn, void* callback_arg, httpc_state_t **connection) in httpc_get_file() 678 altcp_recv_fn recv_fn, void* callback_arg, httpc_state_t **connection) in httpc_get_file_dns() 715 void *callback_arg; member 724 const httpc_connection_t *settings, void* callback_arg) in httpc_fs_init() 819 void* callback_arg, const char* local_file_name, httpc_state_t **connection) in httpc_get_file_to_disk() 871 … void* callback_arg, const char* local_file_name, httpc_state_t **connection) in httpc_get_file_dns_to_disk()
|
H A D | fs.c | 112 …ad_async(struct fs_file *file, char *buffer, int count, fs_wait_cb callback_fn, void *callback_arg) in fs_read_async() 150 fs_is_file_ready(struct fs_file *file, fs_wait_cb callback_fn, void *callback_arg) in fs_is_file_ready()
|
/btstack/src/ |
H A D | btstack_crypto.c | 1186 …_t * request, uint8_t * buffer, uint16_t size, void (* callback)(void * arg), void * callback_arg){ in btstack_crypto_random_generate() 1196 …nst uint8_t * plaintext, uint8_t * ciphertext, void (* callback)(void * arg), void * callback_arg){ in btstack_crypto_aes128_encrypt() 1207 …_byte_callback)(uint16_t pos), uint8_t * hash, void (* callback)(void * arg), void * callback_arg){ in btstack_crypto_aes128_cmac_generator() 1219 …size, const uint8_t * message, uint8_t * hash, void (* callback)(void * arg), void * callback_arg){ in btstack_crypto_aes128_cmac_message() 1231 …ize, const uint8_t * message, uint8_t * hash, void (* callback)(void * arg), void * callback_arg){ in btstack_crypto_aes128_cmac_zero() 1244 …to_ecc_p256_t * request, uint8_t * public_key, void (* callback)(void * arg), void * callback_arg){ in btstack_crypto_ecc_p256_generate_key() 1257 …, const uint8_t * public_key, uint8_t * dhkey, void (* callback)(void * arg), void * callback_arg){ in btstack_crypto_ecc_p256_calculate_dhkey() 1313 …a, uint16_t additional_authenticated_data_len, void (* callback)(void * arg), void * callback_arg){ in btstack_crypto_ccm_digest() 1328 …nst uint8_t * plaintext, uint8_t * ciphertext, void (* callback)(void * arg), void * callback_arg){ in btstack_crypto_ccm_encrypt_block() 1345 …nst uint8_t * ciphertext, uint8_t * plaintext, void (* callback)(void * arg), void * callback_arg){ in btstack_crypto_ccm_decrypt_block()
|
/btstack/3rd-party/lwip/core/src/apps/smtp/ |
H A D | smtp.c | 262 void *callback_arg; member 586 smtp_result_fn callback_fn, void* callback_arg) in smtp_send_mail() 641 const char* body, smtp_result_fn callback_fn, void* callback_arg) in smtp_send_mail_static() 1469 smtp_bodycback_fn bodycback_fn, smtp_result_fn callback_fn, void* callback_arg) in smtp_send_mail_bodycback()
|
/btstack/3rd-party/lwip/core/src/apps/snmp/ |
H A D | snmp_msg.c | 248 snmp_set_write_callback(snmp_write_callback_fct write_callback, void *callback_arg) in snmp_set_write_callback() 260 snmp_set_inform_callback(snmp_inform_callback_fct inform_callback, void* callback_arg) in snmp_set_inform_callback()
|
/btstack/3rd-party/lwip/core/src/include/lwip/apps/ |
H A D | smtp.h | 60 void* callback_arg; member
|
/btstack/3rd-party/lwip/core/src/core/ |
H A D | dns.c | 1550 void *callback_arg) in dns_gethostbyname() 1571 void *callback_arg, u8_t dns_addrtype) in dns_gethostbyname_addrtype()
|
/btstack/src/ble/ |
H A D | att_db_util.c | 397 …to_aes128_cmac_t * request, uint8_t * db_hash, void (* callback)(void * arg), void * callback_arg){ in att_db_util_hash_calc()
|
/btstack/test/att_db/ |
H A D | att_db_test.cpp | 127 …_byte_callback)(uint16_t pos), uint8_t * hash, void (* callback)(void * arg), void * callback_arg){ in btstack_crypto_aes128_cmac_generator()
|