Searched refs:cc_buf (Results 1 – 2 of 2) sorted by relevance
308 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()
398 char *cc_buf; member