Home
last modified time | relevance | path

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

/freebsd/sys/dev/random/fenestrasX/
H A Dfx_hash.h31 #define blake2b_update blake2b_update_ref macro
/freebsd/sys/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
/freebsd/sys/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