Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/crypto/evp/
H A Dbio_ok.c101 size_t buf_off_save; member
206 if (ctx->buf_len_save > ctx->buf_off_save) { in ok_read()
207 ctx->buf_len = ctx->buf_len_save - ctx->buf_off_save; in ok_read()
208 memmove(ctx->buf, &(ctx->buf[ctx->buf_off_save]), in ok_read()
339 ctx->buf_off_save = 0; in ok_ctrl()
598 ctx->buf_off_save = tl + OK_BLOCK_BLOCK + md_size; in block_in()