/freebsd-src/crypto/openssl/crypto/sha/asm/ |
H A D | sha512p8-ppc.pl | 104 sub ROUND { subroutine
|
/freebsd-src/crypto/openssl/crypto/chacha/asm/ |
H A D | chacha-ia64.pl | 100 sub ROUND { subroutine
|
H A D | chacha-s390x.pl | 62 sub ROUND { subroutine
|
H A D | chacha-armv4.pl | 64 sub ROUND { subroutine
|
H A D | chacha-ppc.pl | 94 sub ROUND { subroutine
|
H A D | chacha-armv8.pl | 73 sub ROUND { subroutine
|
H A D | chacha-x86_64.pl | 149 sub ROUND { # critical path is 24 cycles per round subroutine
|
/freebsd-src/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/ |
H A D | blake2b-compress-ref.c | 62 #define ROUND(r) \ in blake2b_compress_ref() macro
|
H A D | blake2b-compress-ssse3.h | 91 #define ROUND(r) \ macro
|
H A D | blake2b-compress-sse41.h | 91 #define ROUND(r) \ macro
|
/freebsd-src/contrib/wpa/src/crypto/ |
H A D | aes-internal-enc.c | 39 #define ROUND(i,d,s) \ in rijndaelEncrypt() macro
|
H A D | aes-internal-dec.c | 92 #define ROUND(i,d,s) \ in rijndaelDecrypt() macro
|
/freebsd-src/sys/contrib/libb2/ |
H A D | blake2s-round.h | 78 #define ROUND(r) \ macro
|
H A D | blake2b-round.h | 147 #define ROUND(r) \ macro
|
H A D | blake2b-ref.c | 268 #define ROUND(r) \ in blake2b_compress() macro
|
H A D | blake2s-ref.c | 260 #define ROUND(r) \ in blake2s_compress() macro
|
/freebsd-src/crypto/openssl/providers/implementations/digests/ |
H A D | blake2s_prov.c | 209 #define ROUND(r) \ in blake2s_compress() macro
|
H A D | blake2b_prov.c | 216 #define ROUND(r) \ in blake2b_compress() macro
|
/freebsd-src/contrib/netbsd-tests/fs/puffs/h_dtfs/ |
H A D | dtfs_vfsops.c | 192 #define ROUND(a,b) (((a) + ((b)-1)) & ~((b)-1)) macro
|
/freebsd-src/contrib/libarchive/libarchive/ |
H A D | archive_blake2s_ref.c | 162 #define ROUND(r) \ macro
|
/freebsd-src/sys/dev/wg/ |
H A D | wg_crypto.c | 139 #define ROUND(r) do { \ in blake2s_compress() macro
|
/freebsd-src/crypto/openssh/openbsd-compat/ |
H A D | bsd-snprintf.c | 655 static LLONG ROUND(LDOUBLE value) in ROUND() function
|