Home
last modified time | relevance | path

Searched refs:ROR64c (Results 1 – 25 of 44) sorted by relevance

12

/dports/security/dropbear/dropbear-2020.81/libtomcrypt/tests/
H A Drotate_test.c248 …if (ROR64c(L64, 0 ) != CONST64(0x1122334455667788)) { fprintf(stderr, "ROR64c 0 failed\n"); err++… in rotate_test()
249 …if (ROR64c(L64, 1 ) != CONST64(0x089119a22ab33bc4)) { fprintf(stderr, "ROR64c 1 failed\n"); err++… in rotate_test()
250 …if (ROR64c(L64, 2 ) != CONST64(0x04488cd115599de2)) { fprintf(stderr, "ROR64c 2 failed\n"); err++… in rotate_test()
251 …if (ROR64c(L64, 3 ) != CONST64(0x022446688aaccef1)) { fprintf(stderr, "ROR64c 3 failed\n"); err++… in rotate_test()
252 …if (ROR64c(L64, 4 ) != CONST64(0x8112233445566778)) { fprintf(stderr, "ROR64c 4 failed\n"); err++… in rotate_test()
253 …if (ROR64c(L64, 5 ) != CONST64(0x4089119a22ab33bc)) { fprintf(stderr, "ROR64c 5 failed\n"); err++… in rotate_test()
254 …if (ROR64c(L64, 6 ) != CONST64(0x204488cd115599de)) { fprintf(stderr, "ROR64c 6 failed\n"); err++… in rotate_test()
255 …if (ROR64c(L64, 7 ) != CONST64(0x1022446688aaccef)) { fprintf(stderr, "ROR64c 7 failed\n"); err++… in rotate_test()
256 …if (ROR64c(L64, 8 ) != CONST64(0x8811223344556677)) { fprintf(stderr, "ROR64c 8 failed\n"); err++… in rotate_test()
257 …if (ROR64c(L64, 9 ) != CONST64(0xc4089119a22ab33b)) { fprintf(stderr, "ROR64c 9 failed\n"); err++… in rotate_test()
[all …]
/dports/security/libtomcrypt/libtomcrypt-1.18.2/tests/
H A Drotate_test.c248 …if (ROR64c(L64, 0 ) != CONST64(0x1122334455667788)) { fprintf(stderr, "ROR64c 0 failed\n"); err++… in rotate_test()
249 …if (ROR64c(L64, 1 ) != CONST64(0x089119a22ab33bc4)) { fprintf(stderr, "ROR64c 1 failed\n"); err++… in rotate_test()
250 …if (ROR64c(L64, 2 ) != CONST64(0x04488cd115599de2)) { fprintf(stderr, "ROR64c 2 failed\n"); err++… in rotate_test()
251 …if (ROR64c(L64, 3 ) != CONST64(0x022446688aaccef1)) { fprintf(stderr, "ROR64c 3 failed\n"); err++… in rotate_test()
252 …if (ROR64c(L64, 4 ) != CONST64(0x8112233445566778)) { fprintf(stderr, "ROR64c 4 failed\n"); err++… in rotate_test()
253 …if (ROR64c(L64, 5 ) != CONST64(0x4089119a22ab33bc)) { fprintf(stderr, "ROR64c 5 failed\n"); err++… in rotate_test()
254 …if (ROR64c(L64, 6 ) != CONST64(0x204488cd115599de)) { fprintf(stderr, "ROR64c 6 failed\n"); err++… in rotate_test()
255 …if (ROR64c(L64, 7 ) != CONST64(0x1022446688aaccef)) { fprintf(stderr, "ROR64c 7 failed\n"); err++… in rotate_test()
256 …if (ROR64c(L64, 8 ) != CONST64(0x8811223344556677)) { fprintf(stderr, "ROR64c 8 failed\n"); err++… in rotate_test()
257 …if (ROR64c(L64, 9 ) != CONST64(0xc4089119a22ab33b)) { fprintf(stderr, "ROR64c 9 failed\n"); err++… in rotate_test()
[all …]
/dports/security/p5-CryptX/CryptX-0.075/src/ltc/headers/
H A Dtomcrypt_macros.h365 #define ROR64c(x,n) ROR64(x,n) macro
372 #define ROR64c(x,n) ROR64(x,n) macro
403 #define ROR64c(word,i) ({ \ macro
415 #define ROR64c ROR64 macro
433 #define ROR64c(x, y) \ macro
/dports/security/beid/eid-mw-5.0.8/cardcomm/pkcs11/src/common/libtomcrypt/
H A Dtomcrypt_macros.h284 #define ROR64c(word,i) ({ \ macro
296 #define ROR64c ROR macro
314 #define ROR64c(x, y) \ macro
/dports/security/py-pycrypto/pycrypto-2.6.1/src/libtom/
H A Dtomcrypt_macros.h372 static inline unsigned long ROR64c(unsigned long word, const int i) in ROR64c() function
383 #define ROR64c ROR64 macro
401 #define ROR64c(x, y) \ macro
/dports/security/py-pycryptodome/pycryptodome-3.10.1/src/libtom/
H A Dtomcrypt_macros.h372 static inline unsigned long ROR64c(unsigned long word, const int i)
383 #define ROR64c ROR64
401 #define ROR64c(x, y) \
/dports/games/wargus/wargus-3.2.0/StormLib/src/libtomcrypt/src/headers/
H A Dtomcrypt_macros.h372 static inline unsigned long ROR64c(unsigned long word, const int i) in ROR64c() function
383 #define ROR64c ROR64 macro
401 #define ROR64c(x, y) \ macro
/dports/security/py-pycryptodomex/pycryptodome-3.10.1/src/libtom/
H A Dtomcrypt_macros.h372 static inline unsigned long ROR64c(unsigned long word, const int i) in ROR64c() function
383 #define ROR64c ROR64 macro
401 #define ROR64c(x, y) \ macro
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/external/ed25519-donna/
H A Ded25519_VALVE.c88 #define ROR64c(word, i) ({ \ macro
101 #define ROR64c(x, y) \ macro
192 #define S(x, n) ROR64c(x, n)
/dports/security/dropbear/dropbear-2020.81/libtomcrypt/src/hashes/whirl/
H A Dwhirltab.c87 #define SB1(x) ROR64c(sbox0[x], 8)
88 #define SB2(x) ROR64c(sbox0[x], 16)
89 #define SB3(x) ROR64c(sbox0[x], 24)
90 #define SB4(x) ROR64c(sbox0[x], 32)
91 #define SB5(x) ROR64c(sbox0[x], 40)
92 #define SB6(x) ROR64c(sbox0[x], 48)
93 #define SB7(x) ROR64c(sbox0[x], 56)
/dports/security/libtomcrypt/libtomcrypt-1.18.2/src/hashes/whirl/
H A Dwhirltab.c87 #define SB1(x) ROR64c(sbox0[x], 8)
88 #define SB2(x) ROR64c(sbox0[x], 16)
89 #define SB3(x) ROR64c(sbox0[x], 24)
90 #define SB4(x) ROR64c(sbox0[x], 32)
91 #define SB5(x) ROR64c(sbox0[x], 40)
92 #define SB6(x) ROR64c(sbox0[x], 48)
93 #define SB7(x) ROR64c(sbox0[x], 56)
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/ext/crypto/libtomcrypt/src/hashes/whirl/
H A Dwhirltab.c78 #define SB1(x) ROR64c(sbox0[x], 8)
79 #define SB2(x) ROR64c(sbox0[x], 16)
80 #define SB3(x) ROR64c(sbox0[x], 24)
81 #define SB4(x) ROR64c(sbox0[x], 32)
82 #define SB5(x) ROR64c(sbox0[x], 40)
83 #define SB6(x) ROR64c(sbox0[x], 48)
84 #define SB7(x) ROR64c(sbox0[x], 56)
/dports/security/p5-CryptX/CryptX-0.075/src/ltc/hashes/whirl/
H A Dwhirltab.c81 #define SB1(x) ROR64c(sbox0[x], 8)
82 #define SB2(x) ROR64c(sbox0[x], 16)
83 #define SB3(x) ROR64c(sbox0[x], 24)
84 #define SB4(x) ROR64c(sbox0[x], 32)
85 #define SB5(x) ROR64c(sbox0[x], 40)
86 #define SB6(x) ROR64c(sbox0[x], 48)
87 #define SB7(x) ROR64c(sbox0[x], 56)
/dports/net/hostapd/hostapd-2.9/src/crypto/
H A Dsha512-internal.c94 #define S(x, n) ROR64c(x, n)
104 #define ROR64c(x, y) \ macro
/dports/net/hostapd-devel/hostap-14ab4a816/src/crypto/
H A Dsha512-internal.c94 #define S(x, n) ROR64c(x, n)
104 #define ROR64c(x, y) \ macro
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/src/crypto/
H A Dsha512-internal.c94 #define S(x, n) ROR64c(x, n)
104 #define ROR64c(x, y) \ macro
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/src/crypto/
H A Dsha512-internal.c94 #define S(x, n) ROR64c(x, n)
104 #define ROR64c(x, y) \ macro
/dports/security/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dsha512-internal.c94 #define S(x, n) ROR64c(x, n)
104 #define ROR64c(x, y) \ macro
/dports/security/dropbear/dropbear-2020.81/libtomcrypt/src/headers/
H A Dtomcrypt_macros.h384 #define ROR64c(word,i) ({ \ macro
396 #define ROR64c ROR64 macro
414 #define ROR64c(x, y) \ macro
/dports/security/libtomcrypt/libtomcrypt-1.18.2/src/headers/
H A Dtomcrypt_macros.h384 #define ROR64c(word,i) ({ \ macro
396 #define ROR64c ROR64 macro
414 #define ROR64c(x, y) \ macro
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/ext/crypto/libtomcrypt/src/headers/
H A Dtomcrypt_macros.h376 #define ROR64c(word,i) ({ \ macro
388 #define ROR64c ROR64 macro
406 #define ROR64c(x, y) \ macro
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/tomcrypt-1.18.1/src/headers/
H A Dtomcrypt_macros.h384 #define ROR64c(word,i) ({ \ macro
396 #define ROR64c ROR64 macro
414 #define ROR64c(x, y) \ macro
/dports/databases/pg_ed25519/pg_ed25519-203944dbd3444257490eb30d2f6363e391a23a6b/src/ed25519/
H A Dsha512.c61 #define ROR64c(x, y) \ macro
80 #define S(x, n) ROR64c(x, n)
/dports/misc/urbit/urbit-urbit-0.6.0/subprojects/ed25519/src/
H A Dsha512.c61 #define ROR64c(x, y) \ macro
80 #define S(x, n) ROR64c(x, n)
/dports/security/tinc-devel/tinc-1.1pre18/src/ed25519/
H A Dsha512.c61 #define ROR64c(x, y) \ macro
80 #define S(x, n) ROR64c(x, n)

12