Home
last modified time | relevance | path

Searched defs:blake2s_update (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/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 ) in blake2s_update() 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 ) in blake2s_update() function
H A Dblake2-dispatch.c563 BLAKE2_API int blake2s_update( blake2s_state *S, const uint8_t *in, size_t inlen ) in blake2s_update() function