Home
last modified time | relevance | path

Searched refs:ROUNDS (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/
H A Dcore_hsalsa20_ref2.c13 #define ROUNDS 20 macro
50 for (i = ROUNDS; i > 0; i -= 2) { in crypto_core_hsalsa20()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/
H A Dsalsa20_xmm6int-sse2.c21 # define ROUNDS 20 macro
H A Dsalsa20_xmm6int-avx2.c29 # define ROUNDS 20 macro
H A Du1.h14 for (i = 0; i < ROUNDS; i += 4) {
H A Du0.h13 for (i = 0; i < ROUNDS; i += 4) {
H A Du8.h99 for (i = 0; i < ROUNDS; i += 2) {
H A Du4.h99 for (i = 0; i < ROUNDS; i += 2) {
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/
H A Du0.h17 for (i = 0; i < ROUNDS; i += 2) {
H A Du1.h18 for (i = 0; i < ROUNDS; i += 2) {
H A Dchacha20_dolbeau-ssse3.c25 # define ROUNDS 20 macro
H A Dchacha20_dolbeau-avx2.c30 # define ROUNDS 20 macro
H A Du4.h112 for (i = 0; i < ROUNDS; i += 2) {
H A Du8.h226 for (i = 0; i < ROUNDS; i += 2) {