Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/src/blake2/
H A Dblake2b.c50 static BLAKE2_INLINE void blake2b_set_lastblock(blake2b_state *S) { in blake2b_set_lastblock() function
65 blake2b_set_lastblock(S); /* invalidate for further use */ in blake2b_invalidate_state()
279 blake2b_set_lastblock(S); in blake2b_final()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/blake2/
H A Dblake2b.c49 static ossl_inline void blake2b_set_lastblock(BLAKE2B_CTX *S) in blake2b_set_lastblock() function
257 blake2b_set_lastblock(c); in BLAKE2b_Final()
/netbsd-src/crypto/external/bsd/openssl/dist/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()
/netbsd-src/sys/external/isc/libsodium/dist/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()