Searched refs:blake2b_compress (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_generichash/blake2b/ref/ |
H A D | blake2b-ref.c | 28 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()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/blake2/ |
H A D | blake2b.c | 101 static void blake2b_compress(BLAKE2B_CTX *S, in blake2b_compress() function 222 blake2b_compress(c, c->buf, BLAKE2B_BLOCKBYTES); in BLAKE2b_Update() 235 blake2b_compress(c, in, datalen); in BLAKE2b_Update() 260 blake2b_compress(c, c->buf, c->buflen); in BLAKE2b_Final()
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/digests/ |
H A D | blake2b_prov.c | 154 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()
|
/netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/src/blake2/ |
H A D | blake2b.c | 166 static void blake2b_compress(blake2b_state *S, const uint8_t *block) { in blake2b_compress() function 247 blake2b_compress(S, S->buf); in blake2b_update() 254 blake2b_compress(S, pin); in blake2b_update() 281 blake2b_compress(S, S->buf); in blake2b_final()
|