Searched refs:cc_buf (Results 1 – 2 of 2) sorted by relevance
307 cc->cc_buf = cb->cb_buf; in crypto_cursor_init()341 cc->cc_buf += amount; in crypto_cursor_advance()433 return (cc->cc_buf); in crypto_cursor_segment()464 memcpy(cc->cc_buf, src, size); in crypto_cursor_copyback()465 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()
398 char *cc_buf; member