Home
last modified time | relevance | path

Searched refs:blake2b_set_lastblock (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/digests/
H A Dblake2b_prov.c48 static ossl_inline void blake2b_set_lastblock(BLAKE2B_CTX *S) in blake2b_set_lastblock() function
317 blake2b_set_lastblock(c); in ossl_blake2b_final()
/freebsd/sys/contrib/libb2/
H A Dblake2b-ref.c59 static inline int blake2b_set_lastblock( blake2b_state *S ) in blake2b_set_lastblock() function
347 blake2b_set_lastblock( S ); in blake2b_final()
H A Dblake2b.c93 static inline int blake2b_set_lastblock( blake2b_state *S ) in blake2b_set_lastblock() function
402 blake2b_set_lastblock( S ); in blake2b_final()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-ref.c52 blake2b_set_lastblock(blake2b_state *S) in blake2b_set_lastblock() function
309 blake2b_set_lastblock(S); in blake2b_final()