Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/crypto/evp/
H A Dbio_b64.c35 int buf_off; member
128 ctx->buf_off = 0; in b64_read()
144 ctx->buf_off += i; in b64_read()
147 ctx->buf_off = 0; in b64_read()
299 ctx->buf_off = 0; in b64_read()
313 ctx->buf_off = i; in b64_read()
344 ctx->buf_off = 0; in b64_write()
360 ctx->buf_off += i; in b64_write()
366 ctx->buf_off = 0; in b64_write()
426 ctx->buf_off = 0; in b64_write()
[all …]
H A Dbio_enc.c31 int buf_off; member
129 ctx->buf_off += i; in enc_read()
132 ctx->buf_off = 0; in enc_read()
165 ctx->buf_off = 0; in enc_read()
224 ctx->buf_off = i; in enc_read()
255 ctx->buf_off += i; in enc_write()
263 ctx->buf_off = 0; in enc_write()
276 ctx->buf_off = 0; in enc_write()
285 ctx->buf_off += i; in enc_write()
288 ctx->buf_off = 0; in enc_write()
[all …]
H A Dbio_ok.c100 size_t buf_off; member
196 ctx->buf_off += i; in ok_read()
200 ctx->buf_off = 0; in ok_read()
286 ctx->buf_off += i; in ok_write()
294 ctx->buf_off = 0; in ok_write()
336 ctx->buf_off = 0; in ok_ctrl()
500 ctx->buf_off += md_size; in sig_in()
507 ctx->buf_off += md_size; in sig_in()
514 ctx->buf_len -= ctx->buf_off; in sig_in()
515 ctx->buf_off = 0; in sig_in()
[all …]
/freebsd-14.2/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mem.c188 u64 buf_off; in mlx5_ib_get_buf_offset() local
192 buf_off = addr & page_mask; in mlx5_ib_get_buf_offset()
196 if (buf_off & off_mask) in mlx5_ib_get_buf_offset()
199 *offset = buf_off >> ilog2(off_size); in mlx5_ib_get_buf_offset()
/freebsd-14.2/crypto/openssl/util/
H A Dcheck-format-test-negatives.c84 ctx->buf_off = 0; /* do not confuse with var decl */ in f()
/freebsd-14.2/sys/dev/ntb/test/
H A Dntb_tool.c509 int *cmd_op, ssize_t buf_off, ssize_t buf_size, char *type) in tool_mw_read_fn() argument
521 index = buf_off; in tool_mw_read_fn()
543 "->", buf_size, buf_off); in tool_mw_read_fn()