Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dcriov.c250 cc->cc_buf = cb->cb_buf; in crypto_cursor_init()
282 cc->cc_buf += amount; in crypto_cursor_advance()
344 return (cc->cc_buf); in crypto_cursor_segbase()
398 memcpy(cc->cc_buf, src, size); in crypto_cursor_copyback()
399 cc->cc_buf += size; in crypto_cursor_copyback()
479 memcpy(dst, cc->cc_buf, size); in crypto_cursor_copydata()
480 cc->cc_buf += size; in crypto_cursor_copydata()
H A Dcryptodev.h422 char *cc_buf; member