Searched refs:out_len (Results 1 - 3 of 3) sorted by relevance

/seL4-camkes-master/projects/lwip/src/apps/snmp/
H A Dsnmpv3_mbedtls.c125 size_t out_len; local
154 out_len = LWIP_ARRAYSIZE(out_bytes) ;
162 if (mbedtls_cipher_update(&ctx, in_bytes, LWIP_ARRAYSIZE(in_bytes), out_bytes, &out_len) != 0) {
166 if (snmp_pbuf_stream_writebuf(&write_stream, out_bytes, (u16_t)out_len) != ERR_OK) {
171 out_len = LWIP_ARRAYSIZE(out_bytes);
172 if (mbedtls_cipher_finish(&ctx, out_bytes, &out_len) != 0) {
176 if (snmp_pbuf_stream_writebuf(&write_stream, out_bytes, (u16_t)out_len) != ERR_OK) {
210 size_t out_len = sizeof(out_byte); local
215 if (mbedtls_cipher_update(&ctx, &in_byte, sizeof(in_byte), &out_byte, &out_len) != 0) {
/seL4-camkes-master/projects/projects_libs/libjansson/jansson-2.7/src/
H A Dpack_unpack.c128 const char *purpose, size_t *out_len, int *ours)
155 *out_len = length;
202 *out_len = strbuff.length;
127 read_string(scanner_t *s, va_list *ap, const char *purpose, size_t *out_len, int *ours) argument
H A Dload.c645 static char *lex_steal_string(lex_t *lex, size_t *out_len) argument
650 *out_len = lex->value.string.len;

Completed in 44 milliseconds