| /lib/lwip/lwip/src/netif/ppp/ |
| A D | mppe.c | 61 static void mppe_rekey(ppp_mppe_state * state, int initial_key) in mppe_rekey() 100 void mppe_set_key(ppp_pcb *pcb, ppp_mppe_state *state, u8_t *key) { in mppe_set_key() 109 mppe_init(ppp_pcb *pcb, ppp_mppe_state *state, u8_t options) in mppe_init() 181 void mppe_comp_reset(ppp_pcb *pcb, ppp_mppe_state *state) in mppe_comp_reset() 193 mppe_compress(ppp_pcb *pcb, ppp_mppe_state *state, struct pbuf **pb, u16_t protocol) in mppe_compress() 268 void mppe_decomp_reset(ppp_pcb *pcb, ppp_mppe_state *state) in mppe_decomp_reset() 279 mppe_decompress(ppp_pcb *pcb, ppp_mppe_state *state, struct pbuf **pb) in mppe_decompress()
|
| /lib/lwip/lwip/contrib/ports/win32/ |
| A D | pcapif_helper.c | 34 …struct pcapifh_linkstate* state = (struct pcapifh_linkstate*)malloc(sizeof(struct pcapifh_linkstat… in pcapifh_linkstate_init() local 53 enum pcapifh_link_event pcapifh_linkstate_get(struct pcapifh_linkstate* state) in pcapifh_linkstate_get() 68 void pcapifh_linkstate_close(struct pcapifh_linkstate* state) in pcapifh_linkstate_close() 158 enum pcapifh_link_event pcapifh_linkstate_get(struct pcapifh_linkstate* state) in pcapifh_linkstate_get() 163 void pcapifh_linkstate_close(struct pcapifh_linkstate* state) in pcapifh_linkstate_close()
|
| /lib/zlib/ |
| A D | inflate.c | 12 struct inflate_state FAR *state; in inflateReset() local 38 struct inflate_state FAR *state; in inflateInit2_() local 77 __rcode local void fixedtables(struct inflate_state FAR *state) in fixedtables() 101 struct inflate_state FAR *state; in updatewindow() local 329 struct inflate_state FAR *state; in inflate() local 952 struct inflate_state FAR *state; in inflateEnd() local
|
| A D | inffast.c | 54 struct inflate_state FAR *state; local
|
| /lib/lwip/lwip/src/apps/altcp_tls/ |
| A D | altcp_tls_mbedtls.c | 136 altcp_mbedtls_flush_output(altcp_mbedtls_state_t *state) in altcp_mbedtls_flush_output() 184 altcp_mbedtls_state_t *state; in altcp_mbedtls_lower_connected() local 218 altcp_mbedtls_state_t *state; in altcp_mbedtls_lower_recv() local 477 altcp_mbedtls_state_t *state; in altcp_mbedtls_bio_recv() local 537 altcp_mbedtls_state_t *state = (altcp_mbedtls_state_t *)conn->state; in altcp_mbedtls_lower_sent() local 629 altcp_mbedtls_state_t *state; in altcp_mbedtls_setup() local 688 altcp_mbedtls_state_t *state = (altcp_mbedtls_state_t *)conn->state; in altcp_tls_get_session() local 1101 altcp_mbedtls_state_t *state; in altcp_mbedtls_recved() local 1195 altcp_mbedtls_state_t *state; in altcp_mbedtls_sndbuf() local 1234 altcp_mbedtls_state_t *state; in altcp_mbedtls_write() local [all …]
|
| /lib/ |
| A D | aes.c | 328 static void shift_rows(u8 *state) in shift_rows() 366 static void inv_shift_rows(u8 *state) in inv_shift_rows() 400 static void mix_sub_columns(u8 *state) in mix_sub_columns() 448 static void inv_mix_sub_columns(u8 *state) in inv_mix_sub_columns() 501 static void add_round_key(u32 *state, u32 *key) in add_round_key() 576 u8 state[AES_STATECOLS * 4]; in aes_encrypt() local 599 u8 state[AES_STATECOLS * 4]; in aes_decrypt() local
|
| A D | xxhash.c | 215 struct xxh32_state state; in xxh32_reset() local 229 struct xxh64_state state; in xxh64_reset() local 240 int xxh32_update(struct xxh32_state *state, const void *input, const size_t len) in xxh32_update() 309 uint32_t xxh32_digest(const struct xxh32_state *state) in xxh32_digest() 347 int xxh64_update(struct xxh64_state *state, const void *input, const size_t len) in xxh64_update() 414 uint64_t xxh64_digest(const struct xxh64_state *state) in xxh64_digest()
|
| /lib/lwip/lwip/src/apps/http/ |
| A D | altcp_proxyconnect.c | 86 altcp_proxyconnect_state_free(altcp_proxyconnect_state_t *state) in altcp_proxyconnect_state_free() 115 altcp_proxyconnect_state_t *state = (altcp_proxyconnect_state_t *)conn->state; in altcp_proxyconnect_send_request() local 189 altcp_proxyconnect_state_t *state; in altcp_proxyconnect_lower_recv() local 256 altcp_proxyconnect_state_t *state = (altcp_proxyconnect_state_t *)conn->state; in altcp_proxyconnect_lower_sent() local 319 altcp_proxyconnect_state_t *state; in altcp_proxyconnect_setup() local 444 altcp_proxyconnect_state_t *state; in altcp_proxyconnect_recved() local 461 altcp_proxyconnect_state_t *state; in altcp_proxyconnect_connect() local 525 altcp_proxyconnect_state_t *state; in altcp_proxyconnect_write() local 550 altcp_proxyconnect_state_t *state = (altcp_proxyconnect_state_t *)conn->state; in altcp_proxyconnect_dealloc() local
|
| /lib/lwip/lwip/contrib/addons/dhcp_extra_opts/ |
| A D | dhcp_extra_opts.c | 36 void dhcp_parse_extra_opts(struct dhcp *dhcp, uint8_t state, uint8_t option, uint8_t len, struct pb… in dhcp_parse_extra_opts() 68 void dhcp_append_extra_opts(struct netif *netif, uint8_t state, struct dhcp_msg *msg_out, uint16_t … in dhcp_append_extra_opts()
|
| /lib/lwip/lwip/src/netif/ |
| A D | zepif.c | 173 struct zepif_state *state; in zepif_linkoutput() local 226 struct zepif_state *state = (struct zepif_state *)mem_malloc(sizeof(struct zepif_state)); in zepif_init() local
|
| /lib/lwip/lwip/src/include/netif/ppp/polarssl/ |
| A D | md4.h | 48 unsigned long state[4]; /*!< intermediate digest state */ member
|
| A D | md5.h | 48 unsigned long state[4]; /*!< intermediate digest state */ member
|
| A D | sha1.h | 48 unsigned long state[5]; /*!< intermediate digest state */ member
|
| /lib/lwip/lwip/src/include/lwip/ |
| A D | autoip.h | 63 u8_t state; member
|
| A D | dhcp6.h | 64 u8_t state; member
|
| A D | acd.h | 78 acd_state_enum_t state; member
|
| A D | tcpbase.h | 70 #define TCP_STATE_IS_CLOSING(state) ((state) >= FIN_WAIT_1) argument
|
| /lib/efi_loader/ |
| A D | efi_firmware.c | 434 efi_status_t efi_firmware_set_fmp_state_var(struct fmp_state *state, u8 image_index) in efi_firmware_set_fmp_state_var() 505 struct fmp_state *state) in efi_firmware_get_fw_version() 536 struct fmp_state *state) in efi_firmware_verify_image() 652 struct fmp_state state = { 0 }; in efi_firmware_fit_set_image() local 740 struct fmp_state state = { 0 }; in efi_firmware_raw_set_image() local
|
| /lib/lwip/lwip/src/core/ipv4/ |
| A D | etharp.c | 103 u8_t state; member 205 u8_t state = arp_table[i].state; in etharp_tmr() local 285 u8_t state = arp_table[i].state; in etharp_find_entry() local 565 u8_t state = arp_table[i].state; local
|
| /lib/lzma/ |
| A D | LzmaTools.c | 50 ELzmaStatus state; in lzmaBuffToBuffDecompress() local
|
| /lib/lwip/lwip/src/apps/snmp/ |
| A D | snmp_mib2_tcp.c | 260 struct snmp_next_oid_state state; in tcp_ConnTable_get_next_cell_instance_and_value() local 377 struct snmp_next_oid_state state; in tcp_ConnectionTable_get_next_cell_instance_and_value() local 473 struct snmp_next_oid_state state; in tcp_ListenerTable_get_next_cell_instance_and_value() local
|
| A D | snmp_mib2_udp.c | 168 struct snmp_next_oid_state state; in udp_endpointTable_get_next_cell_instance_and_value() local 282 struct snmp_next_oid_state state; in udp_Table_get_next_cell_instance_and_value() local
|
| A D | snmp_mib2_ip.c | 280 struct snmp_next_oid_state state; in ip_AddrTable_get_next_cell_instance_and_value() local 434 struct snmp_next_oid_state state; in ip_RouteTable_get_next_cell_instance_and_value() local 553 struct snmp_next_oid_state state; in ip_NetToMediaTable_get_next_cell_instance_and_value() local
|
| /lib/lwip/lwip/src/include/lwip/apps/ |
| A D | smtp.h | 76 u16_t state; member
|
| /lib/lwip/lwip/contrib/examples/httpd/ssi_example/ |
| A D | ssi_example.c | 206 fs_state_free(struct fs_file *file, void *state) in fs_state_free()
|