Home
last modified time | relevance | path

Searched defs:ROUND (Results 1 – 22 of 22) sorted by relevance

/freebsd-src/crypto/openssl/crypto/sha/asm/
H A Dsha512p8-ppc.pl104 sub ROUND { subroutine
/freebsd-src/crypto/openssl/crypto/chacha/asm/
H A Dchacha-ia64.pl100 sub ROUND { subroutine
H A Dchacha-s390x.pl62 sub ROUND { subroutine
H A Dchacha-armv4.pl64 sub ROUND { subroutine
H A Dchacha-ppc.pl94 sub ROUND { subroutine
H A Dchacha-armv8.pl73 sub ROUND { subroutine
H A Dchacha-x86_64.pl149 sub ROUND { # critical path is 24 cycles per round subroutine
/freebsd-src/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-compress-ref.c62 #define ROUND(r) \ in blake2b_compress_ref() macro
H A Dblake2b-compress-ssse3.h91 #define ROUND(r) \ macro
H A Dblake2b-compress-sse41.h91 #define ROUND(r) \ macro
/freebsd-src/contrib/wpa/src/crypto/
H A Daes-internal-enc.c39 #define ROUND(i,d,s) \ in rijndaelEncrypt() macro
H A Daes-internal-dec.c92 #define ROUND(i,d,s) \ in rijndaelDecrypt() macro
/freebsd-src/sys/contrib/libb2/
H A Dblake2s-round.h78 #define ROUND(r) \ macro
H A Dblake2b-round.h147 #define ROUND(r) \ macro
H A Dblake2b-ref.c268 #define ROUND(r) \ in blake2b_compress() macro
H A Dblake2s-ref.c260 #define ROUND(r) \ in blake2s_compress() macro
/freebsd-src/crypto/openssl/providers/implementations/digests/
H A Dblake2s_prov.c209 #define ROUND(r) \ in blake2s_compress() macro
H A Dblake2b_prov.c216 #define ROUND(r) \ in blake2b_compress() macro
/freebsd-src/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs_vfsops.c192 #define ROUND(a,b) (((a) + ((b)-1)) & ~((b)-1)) macro
/freebsd-src/contrib/libarchive/libarchive/
H A Darchive_blake2s_ref.c162 #define ROUND(r) \ macro
/freebsd-src/sys/dev/wg/
H A Dwg_crypto.c139 #define ROUND(r) do { \ in blake2s_compress() macro
/freebsd-src/crypto/openssh/openbsd-compat/
H A Dbsd-snprintf.c655 static LLONG ROUND(LDOUBLE value) in ROUND() function