Searched defs:QUARTERROUND (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/crypto/chacha/asm/ |
H A D | chacha-x86.pl | 72 sub QUARTERROUND { subroutine
|
/freebsd/crypto/openssl/crypto/chacha/ |
H A D | chacha_enc.c | 35 # define QUARTERROUND(a,b,c,d) ( \ macro
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/hchacha20/ |
H A D | core_hchacha20.c | 8 #define QUARTERROUND(A, B, C, D) \ macro
|
/freebsd/crypto/openssh/ |
H A D | chacha.c | 45 #define QUARTERROUND(a,b,c,d) \ macro
|
/freebsd/contrib/unbound/compat/ |
H A D | chacha_private.h | 45 #define QUARTERROUND(a,b,c,d) \ macro
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | chacha_private.h | 47 #define QUARTERROUND(a,b,c,d) \ macro
|
/freebsd/sys/crypto/chacha20/ |
H A D | chacha.c | 47 #define QUARTERROUND(a,b,c,d) \ macro
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/ref/ |
H A D | chacha20_ref.c | 35 #define QUARTERROUND(a, b, c, d) \ macro
|