Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-ref.c28 static blake2b_compress_fn blake2b_compress = blake2b_compress_ref; variable
271 blake2b_compress(S, S->buf); /* Compress */ in blake2b_update()
302 blake2b_compress(S, S->buf); in blake2b_final()
312 blake2b_compress(S, S->buf); in blake2b_final()
415 blake2b_compress = blake2b_compress_avx2; in blake2b_pick_best_implementation()
422 blake2b_compress = blake2b_compress_sse41; in blake2b_pick_best_implementation()
428 blake2b_compress = blake2b_compress_ssse3; in blake2b_pick_best_implementation()
432 blake2b_compress = blake2b_compress_ref; in blake2b_pick_best_implementation()
/freebsd/crypto/openssl/providers/implementations/digests/
H A Dblake2b_prov.c154 static void blake2b_compress(BLAKE2B_CTX *S, in blake2b_compress() function
275 blake2b_compress(c, c->buf, BLAKE2B_BLOCKBYTES); in ossl_blake2b_update()
288 blake2b_compress(c, in, datalen); in ossl_blake2b_update()
320 blake2b_compress(c, c->buf, c->buflen); in ossl_blake2b_final()
/freebsd/sys/contrib/libb2/
H A Dblake2b-ref.c237 static int blake2b_compress( blake2b_state *S, const uint8_t block[BLAKE2B_BLOCKBYTES] ) in blake2b_compress() function
313 blake2b_compress( S, S->buf ); // Compress in blake2b_update()
341 blake2b_compress( S, S->buf ); in blake2b_final()
349 blake2b_compress( S, S->buf ); in blake2b_final()
H A Dblake2b.c287 static inline int blake2b_compress( blake2b_state *S, const uint8_t block[BLAKE2B_BLOCKBYTES] ) in blake2b_compress() function
370 blake2b_compress( S, S->buf ); // Compress in blake2b_update()
396 blake2b_compress( S, S->buf ); in blake2b_final()
404 blake2b_compress( S, S->buf ); in blake2b_final()