Home
last modified time | relevance | path

Searched refs:add_len (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.6.0/components/wpa_supplicant/src/utils/
Dwpabuf.c52 int wpabuf_resize(struct wpabuf **_buf, size_t add_len) in wpabuf_resize() argument
60 *_buf = wpabuf_alloc(add_len); in wpabuf_resize()
73 if (buf->used + add_len > buf->size) { in wpabuf_resize()
76 nbuf = os_realloc(buf->buf, buf->used + add_len); in wpabuf_resize()
79 memset(nbuf + buf->used, 0, add_len); in wpabuf_resize()
85 buf->used + add_len); in wpabuf_resize()
92 add_len); in wpabuf_resize()
95 buf->used + add_len); in wpabuf_resize()
100 add_len); in wpabuf_resize()
105 buf->size = buf->used + add_len; in wpabuf_resize()
/hal_espressif-3.6.0/components/mbedtls/test/
Dtest_aes_gcm.c321 size_t add_len[] = {0, 10, 16, 500, 5000}; variable
355 for (int i = 0; i < sizeof(add_len)/sizeof(add_len[0]); i++) {
356 printf("Test AES-GCM with add length = %d\n", add_len[i]);
357 …uint8_t *add = heap_caps_malloc(add_len[i], MALLOC_CAP_DMA | MALLOC_CAP_8BIT | MALLOC_CAP_INTERNAL…
358 TEST_ASSERT(add != NULL || add_len[i] == 0);
359 memset(add, 0x12, add_len[i]);
362 cfg.add_length = add_len[i];
/hal_espressif-3.6.0/components/wpa_supplicant/include/utils/
Dwpabuf.h35 int wpabuf_resize(struct wpabuf **buf, size_t add_len);
/hal_espressif-3.6.0/tools/test_idf_size/
Doverflow.map7739 .rodata.add_len
8204 .rodata.add_len
Doverflow_esp32c3.map7245 .rodata.add_len
7631 .rodata.add_len
Doverflow_esp32s3.map11085 .rodata.add_len
11551 .rodata.add_len
Doverflow_esp32s2.map8338 .rodata.add_len