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

/freebsd-12-stable/sys/contrib/libb2/
H A Dblake2-dispatch.c257 typedef int ( *blake2b_update_fn )( blake2b_state *, const uint8_t *, size_t ); typedef
304 static const blake2b_update_fn blake2b_update_table[] =
435 static blake2b_update_fn blake2b_update_ptr = blake2b_update_dispatch;

Completed in 155 milliseconds