Searched refs:add_len (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/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-latest/components/mbedtls/port/include/mbedtls/ |
D | gcm.h | 38 const unsigned char *add, size_t add_len); 57 size_t add_len, 69 size_t add_len,
|
/hal_espressif-latest/components/wpa_supplicant/include/utils/ |
D | wpabuf.h | 35 int wpabuf_resize(struct wpabuf **buf, size_t add_len);
|
/hal_espressif-latest/components/mbedtls/port/mbedtls_rom/ |
D | mbedtls_rom_osi.h | 124 …const unsigned char *iv, size_t iv_len, const unsigned char *add, size_t add_len, const unsigned c… 125 …const unsigned char *iv, size_t iv_len, const unsigned char *add, size_t add_len, const unsigned c… 138 …p_rng, unsigned char *output, size_t output_len, const unsigned char *additional, size_t add_len ); 208 …const unsigned char *iv, size_t iv_len, const unsigned char *add, size_t add_len, const unsigned c… 209 …*ctx, int mode, const unsigned char *iv, size_t iv_len, const unsigned char *add, size_t add_len ); 214 …rbg_update_ret)( mbedtls_hmac_drbg_context *ctx, const unsigned char *additional, size_t add_len ); 216 …p_rng, unsigned char *output, size_t output_len, const unsigned char *additional, size_t add_len ); 534 …*p_rng, unsigned char *output, size_t output_len, const unsigned char *additional, size_t add_len); 648 …s_ctr_drbg_update)(mbedtls_ctr_drbg_context *ctx, const unsigned char *additional, size_t add_len);
|