| /src/crypto/external/bsd/openssl.old/dist/crypto/blake2/ |
| blake2b.c | 101 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);
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_generichash/blake2b/ref/ |
| blake2b-ref.c | 28 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;
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/digests/ |
| blake2b_prov.c | 153 static void blake2b_compress(BLAKE2B_CTX *S, function 274 blake2b_compress(c, c->buf, BLAKE2B_BLOCKBYTES); 287 blake2b_compress(c, in, datalen); 319 blake2b_compress(c, c->buf, c->buflen);
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/digests/ |
| blake2b_prov.c | 154 static void blake2b_compress(BLAKE2B_CTX *S, function 275 blake2b_compress(c, c->buf, BLAKE2B_BLOCKBYTES); 288 blake2b_compress(c, in, datalen); 320 blake2b_compress(c, c->buf, c->buflen);
|
| /src/external/apache2/argon2/dist/phc-winner-argon2/src/blake2/ |
| blake2b.c | 166 static void blake2b_compress(blake2b_state *S, const uint8_t *block) { function 247 blake2b_compress(S, S->buf); 254 blake2b_compress(S, pin); 281 blake2b_compress(S, S->buf);
|