Searched refs:add_len (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-3.6.0/components/wpa_supplicant/src/utils/ |
D | wpabuf.c | 52 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/ |
D | test_aes_gcm.c | 321 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/ |
D | wpabuf.h | 35 int wpabuf_resize(struct wpabuf **buf, size_t add_len);
|
/hal_espressif-3.6.0/tools/test_idf_size/ |
D | overflow.map | 7739 .rodata.add_len 8204 .rodata.add_len
|
D | overflow_esp32c3.map | 7245 .rodata.add_len 7631 .rodata.add_len
|
D | overflow_esp32s3.map | 11085 .rodata.add_len 11551 .rodata.add_len
|
D | overflow_esp32s2.map | 8338 .rodata.add_len
|