Home
last modified time | relevance | path

Searched defs:blake2b_update (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/libb2/
H A Dblake2b-ref.c151 #define blake2b_update BLAKE2_IMPL_NAME(blake2b_update) macro
301 int blake2b_update( blake2b_state *S, const uint8_t *in, size_t inlen ) in blake2b_update() function
H A Dblake2b.c195 #define blake2b_update BLAKE2_IMPL_NAME(blake2b_update) macro
358 int blake2b_update( blake2b_state *S, const uint8_t *in, size_t inlen ) in blake2b_update() function
H A Dblake2-dispatch.c497 BLAKE2_API int blake2b_update( blake2b_state *S, const uint8_t *in, size_t inlen ) in blake2b_update() function
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2.h33 #define blake2b_update crypto_generichash_blake2b__update macro
H A Dblake2b-ref.c261 blake2b_update(blake2b_state *S, const uint8_t *in, uint64_t inlen) in blake2b_update() function