Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/xz/src/liblzma/check/
Dcheck.h131 extern void lzma_sha256_update(
148 lzma_sha256_update(const uint8_t *buf, size_t size, lzma_check_state *check) in lzma_sha256_update() function
Dcheck.c135 lzma_sha256_update(buf, size, check); in lzma_check_update()