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

/freebsd-13-stable/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 */
302 blake2b_compress(S, S->buf);
312 blake2b_compress(S, S->buf);
415 blake2b_compress = blake2b_compress_avx2;
422 blake2b_compress = blake2b_compress_sse41;
428 blake2b_compress = blake2b_compress_ssse3;
432 blake2b_compress = blake2b_compress_ref;
/freebsd-13-stable/crypto/openssl/crypto/blake2/
H A Dblake2b.c101 static void blake2b_compress(BLAKE2B_CTX *S, function
222 blake2b_compress(c, c->buf, BLAKE2B_BLOCKBYTES);
235 blake2b_compress(c, in, datalen);
260 blake2b_compress(c, c->buf, c->buflen);
/freebsd-13-stable/sys/contrib/libb2/
H A Dblake2b-ref.c237 static int blake2b_compress( blake2b_state *S, const uint8_t block[BLAKE2B_BLOCKBYTES] ) function
313 blake2b_compress( S, S->buf ); // Compress
341 blake2b_compress( S, S->buf );
349 blake2b_compress( S, S->buf );
H A Dblake2b.c287 static inline int blake2b_compress( blake2b_state *S, const uint8_t block[BLAKE2B_BLOCKBYTES] ) function
370 blake2b_compress( S, S->buf ); // Compress
396 blake2b_compress( S, S->buf );
404 blake2b_compress( S, S->buf );

Completed in 52 milliseconds