Searched refs:cc_buf (Results 1 – 2 of 2) sorted by relevance
309 cc->cc_buf = cb->cb_buf; in crypto_cursor_init()342 cc->cc_buf += amount; in crypto_cursor_advance()409 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()553 memcpy(dst, cc->cc_buf, size); in crypto_cursor_copydata()554 cc->cc_buf += size; in crypto_cursor_copydata()
431 char *cc_buf; member