Searched refs:blake2b_update_dispatch (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/contrib/libb2/
H A Dblake2-dispatch.c418 int blake2b_update_dispatch( blake2b_state *S, const uint8_t *in, size_t inlen );
435 static blake2b_update_fn blake2b_update_ptr = blake2b_update_dispatch;
464 int blake2b_update_dispatch( blake2b_state *S, const uint8_t *in, size_t inlen ) function

Completed in 150 milliseconds