Home
last modified time | relevance | path

Searched refs:BLAKE2B_COMPRESS_V1 (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-compress-avx2.c42 BLAKE2B_COMPRESS_V1(a, b, block, S->t[0], S->t[1], S->f[0], S->f[1]); in blake2b_compress_avx2()
H A Dblake2b-compress-avx2.h122 #define BLAKE2B_COMPRESS_V1(a, b, m, t0, t1, f0, f1) \ macro