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

/freebsd-13-stable/sys/dev/random/fenestrasX/
H A Dfx_hash.h33 #define blake2b_update blake2b_update_ref macro
/freebsd-13-stable/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 ) 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 ) function
H A Dblake2-dispatch.c497 BLAKE2_API int blake2b_update( blake2b_state *S, const uint8_t *in, size_t inlen ) function
/freebsd-13-stable/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) function

Completed in 110 milliseconds