Searched defs:blake2s_update (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_blake2s_ref.c214 int blake2s_update( blake2s_state *S, const void *pin, size_t inlen ) function
/freebsd-13-stable/sys/contrib/libb2/
H A Dblake2s-ref.c144 #define blake2s_update BLAKE2_IMPL_NAME(blake2s_update) macro
291 int blake2s_update( blake2s_state *S, const uint8_t *in, size_t inlen ) function
H A Dblake2s.c181 #define blake2s_update BLAKE2_IMPL_NAME(blake2s_update) macro
331 int blake2s_update( blake2s_state *S, const uint8_t *in, size_t inlen ) function
H A Dblake2-dispatch.c563 BLAKE2_API int blake2s_update( blake2s_state *S, const uint8_t *in, size_t inlen ) function

Completed in 56 milliseconds