Home
last modified time | relevance | path

Searched refs:obuf_size (Results 1 – 4 of 4) sorted by relevance

/dragonfly/crypto/libressl/crypto/bio/
HDbf_buff.c117 ctx->obuf_size = DEFAULT_BUFFER_SIZE; in buffer_new()
231 i = ctx->obuf_size - (ctx->obuf_len + ctx->obuf_off); in buffer_write()
272 while (inl >= ctx->obuf_size) { in buffer_write()
360 obs = ctx->obuf_size; in buffer_ctrl()
378 if ((obs > DEFAULT_BUFFER_SIZE) && (obs != ctx->obuf_size)) { in buffer_ctrl()
398 ctx->obuf_size = obs; in buffer_ctrl()
439 !BIO_set_write_buffer_size(dbio, ctx->obuf_size)) in buffer_ctrl()
HDbio_local.h110 int obuf_size; /* how big is the output buffer */ member
/dragonfly/contrib/wpa_supplicant/src/common/
HDwpa_helpers.c164 size_t obuf_size) in get_wpa_status() argument
202 if (end - pos > (int) obuf_size) in get_wpa_status()
HDwpa_helpers.h17 size_t obuf_size);