Searched refs:update (Results 1 – 18 of 18) sorted by relevance
| /components/drivers/hwcrypto/ |
| A D | hw_hash.c | 70 if (ctx && ((struct hwcrypto_hash *)ctx)->ops->update) in rt_hwcrypto_hash_update() 72 … return ((struct hwcrypto_hash *)ctx)->ops->update((struct hwcrypto_hash *)ctx, input, length); in rt_hwcrypto_hash_update()
|
| A D | hw_crc.c | 97 if (ctx && crc_ctx->ops->update) in rt_hwcrypto_crc_update() 99 return crc_ctx->ops->update(crc_ctx, input, length); in rt_hwcrypto_crc_update()
|
| A D | hw_rng.h | 24 rt_uint32_t (*update)(struct hwcrypto_rng *ctx); /**< Return a random number */ member
|
| A D | hw_hash.h | 24 rt_err_t (*update)(struct hwcrypto_hash *hash_ctx, member
|
| A D | hw_rng.c | 91 return ((struct hwcrypto_rng *)ctx)->ops->update((struct hwcrypto_rng *)ctx); in rt_hwcrypto_rng_update_ctx()
|
| A D | hw_crc.h | 91 rt_uint32_t (*update)(struct hwcrypto_crc *ctx, member
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | README.md | 3 The major jobs following RT-Thread Team. Only update the origin code of lwip 2.0.2 to lwip 2.0.3.
|
| A D | UPGRADING | 2 ports or applications to be changed. Use it to update a port or an
|
| A D | CHANGELOG | 509 * etharp.c: fixed bug #48477 (ARP input packet might update static entry) 863 * tcp_out.c: patch #8237: tcp_rexmit_rto fails to update pcb->unsent_oversize 1755 only update existing entries; internalized some functions 1777 (recv() makes receive window update for data that wasn't received by 3409 * pbuf.c, pbuf.h, etharp.c: Further update to ARP queueing: Changed pbuf_copy() 3497 * ethernetif.c: update netif->input calls to check return value. In older ports, 3806 * tcp.c: Add code to tcp_recved() to send an ACK (window update) immediately, 3911 * Pass-by ARP requests do now update the cache. 4040 * pbuf_dechain() did not update the ->tot_len field of the tail.
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | savannah.txt | 41 a while so that Savannah can update its configuration (This can take minutes). 85 cvs update -P -jmerged_from_DEVEL_to_main -jDEVEL
|
| A D | snmp_agent.txt | 65 Note you'll might need to adapt you network driver to update 101 An alternative way to update the SNMP uptime timestamp is to do a call like
|
| /components/drivers/usb/cherryusb/ |
| A D | README_zh.md | 207 …ryusb_rtt_f1c100s](https://github.com/CherryUSB/cherryusb_rtt_f1c100s)|<= latest | no more update | 210 …h58x |[wch_repo](https://github.com/CherryUSB/cherryusb_wch)|<= v0.10.2/>=v1.5.0 | no more update |
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | savannah.txt | 38 a while so that Savannah can update its configuration (This can take minutes).
|
| /components/net/lwip/lwip-2.1.2/doc/ |
| A D | savannah.txt | 38 a while so that Savannah can update its configuration (This can take minutes).
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | UPGRADING | 2 ports or applications to be changed. Use it to update a port or an
|
| A D | CHANGELOG | 799 only update existing entries; internalized some functions 821 (recv() makes receive window update for data that wasn't received by 2453 * pbuf.c, pbuf.h, etharp.c: Further update to ARP queueing: Changed pbuf_copy() 2541 * ethernetif.c: update netif->input calls to check return value. In older ports, 2850 * tcp.c: Add code to tcp_recved() to send an ACK (window update) immediately, 2955 * Pass-by ARP requests do now update the cache. 3084 * pbuf_dechain() did not update the ->tot_len field of the tail.
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | UPGRADING | 2 ports or applications to be changed. Use it to update a port or an
|
| A D | CHANGELOG | 762 * etharp.c: fixed bug #48477 (ARP input packet might update static entry) 1116 * tcp_out.c: patch #8237: tcp_rexmit_rto fails to update pcb->unsent_oversize 2008 only update existing entries; internalized some functions 2030 (recv() makes receive window update for data that wasn't received by 3662 * pbuf.c, pbuf.h, etharp.c: Further update to ARP queueing: Changed pbuf_copy() 3750 * ethernetif.c: update netif->input calls to check return value. In older ports, 4059 * tcp.c: Add code to tcp_recved() to send an ACK (window update) immediately, 4164 * Pass-by ARP requests do now update the cache. 4293 * pbuf_dechain() did not update the ->tot_len field of the tail.
|
Completed in 25 milliseconds