Home
last modified time | relevance | path

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

/freebsd-14.2/sys/opencrypto/
H A Dcriov.c308 cc->cc_buf = cb->cb_buf; in crypto_cursor_init()
342 cc->cc_buf += amount; in crypto_cursor_advance()
434 return (cc->cc_buf); in crypto_cursor_segment()
465 memcpy(cc->cc_buf, src, size); in crypto_cursor_copyback()
466 cc->cc_buf += size; in crypto_cursor_copyback()
554 memcpy(dst, cc->cc_buf, size); in crypto_cursor_copydata()
555 cc->cc_buf += size; in crypto_cursor_copydata()
H A Dcryptodev.h398 char *cc_buf; member