Home
last modified time | relevance | path

Searched refs:in_bytes (Results 1 – 2 of 2) sorted by relevance

/lib/lwip/lwip/src/apps/snmp/
A Dsnmpv3_mbedtls.c153 u8_t in_bytes[8]; in snmpv3_crypt() local
156 for (j = 0; j < LWIP_ARRAYSIZE(in_bytes); j++) { in snmpv3_crypt()
157 if (snmp_pbuf_stream_read(&read_stream, &in_bytes[j]) != ERR_OK) { in snmpv3_crypt()
162 … if (mbedtls_cipher_update(&ctx, in_bytes, LWIP_ARRAYSIZE(in_bytes), out_bytes, &out_len) != 0) { in snmpv3_crypt()
/lib/lwip/lwip/src/apps/http/makefsdata/
A Dmakefsdata.c606 size_t in_bytes = fsize; in get_file_data() local
622 … status = tdefl_compress(&g_deflator, next_in, &in_bytes, next_out, &out_bytes, TDEFL_FINISH); in get_file_data()
628 status = compress2(next_out, &out_bytes, next_in, in_bytes, deflate_level); in get_file_data()

Completed in 15 milliseconds