Searched refs:cc_buf (Results 1 – 2 of 2) sorted by relevance
305 cc->cc_buf = cb->cb_buf; in crypto_cursor_init()339 cc->cc_buf += amount; in crypto_cursor_advance()431 return (cc->cc_buf); in crypto_cursor_segment()462 memcpy(cc->cc_buf, src, size); in crypto_cursor_copyback()463 cc->cc_buf += size; in crypto_cursor_copyback()551 memcpy(dst, cc->cc_buf, size); in crypto_cursor_copydata()552 cc->cc_buf += size; in crypto_cursor_copydata()
398 char *cc_buf; member