Home
last modified time | relevance | path

Searched +defs:t +defs:rol +defs:k (Results 1 – 25 of 185) sorted by relevance

12345678

/dports/math/fftw3-float/fftw-3.3.9/kernel/
H A Dmd5.c53 char k; member
74 #define rol(a, s) ((a << (int)(s)) | (a >> (32 - (int)(s)))) macro
78 md5uint a, b, c, d, t, x[16]; in doblock() local
/dports/math/fftw3/fftw-3.3.9/kernel/
H A Dmd5.c53 char k; member
74 #define rol(a, s) ((a << (int)(s)) | (a >> (32 - (int)(s)))) macro
78 md5uint a, b, c, d, t, x[16]; in doblock() local
/dports/math/fftw3-long/fftw-3.3.9/kernel/
H A Dmd5.c53 char k; member
74 #define rol(a, s) ((a << (int)(s)) | (a >> (32 - (int)(s)))) macro
78 md5uint a, b, c, d, t, x[16]; in doblock() local
/dports/math/fftw3-quad/fftw-3.3.9/kernel/
H A Dmd5.c53 char k; member
74 #define rol(a, s) ((a << (int)(s)) | (a >> (32 - (int)(s)))) macro
78 md5uint a, b, c, d, t, x[16]; in doblock() local
/dports/security/gnupg1/gnupg-1.4.23/cipher/
H A Dcast5.c334 rol(int n, u32 x) in rol() function
342 #define rol(n,x) ( ((x) << (n)) | ((x) >> (32-(n))) ) macro
367 u32 l, r, t; in do_encrypt_block() local
428 u32 l, r, t; in do_decrypt_block() local
522 key_schedule( u32 *x, u32 *z, u32 *k ) in key_schedule()
577 u32 k[16]; in do_cast_setkey() local
/dports/security/gnupg/gnupg-2.3.3/g10/
H A Drmd160.c46 rol (u32 x, int n) in rol() function
54 #define rol(x,n) ( ((x) << (n)) | ((x) >> (32-(n))) ) macro
88 u32 a,b,c,d,e,aa,bb,cc,dd,ee,t; in transform() local
123 #define R(a,b,c,d,e,f,k,r,s) do { t = a + f(b,c,d) + k + x[r]; \ in transform() argument
354 u32 t, msb, lsb; in rmd160_final() local
/dports/security/aespipe/aespipe-v2.4e/
H A Drmd160.c48 rol( u32 x, int n) in rol() function
56 #define rol(x,n) ( ((x) << (n)) | ((x) >> (32-(n))) ) macro
190 u32 a,b,c,d,e,aa,bb,cc,dd,ee,t; in transform() local
234 #define R(a,b,c,d,e,f,k,r,s) do { t = a + f(b,c,d) + k + x[r]; \ in transform() argument
463 u32 t, msb, lsb; in rmd160_final() local
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dmd4.c203 #define rol(x, n) (((x) << (n)) | ((uint32_t) (x) >> (32 - (n)))) macro
204 #define R1(a,b,c,d,k,s) a=rol(a+F(b,c,d)+x[k],s); argument
205 #define R2(a,b,c,d,k,s) a=rol(a+G(b,c,d)+x[k]+K1,s); argument
206 #define R3(a,b,c,d,k,s) a=rol(a+H(b,c,d)+x[k]+K2,s); argument
234 int t; in md4_process_block() local
/dports/mail/claws-mail-pgp/claws-mail-3.18.0/src/common/
H A Dmd5.c52 rol( u32 x, int n) in rol() function
60 #define rol(x,n) ( ((x) << (n)) | ((x) >> (32-(n))) ) macro
151 #define OP(f, a, b, c, d, k, s, T) \ in transform() argument
266 u32 t, msb, lsb; in do_final() local
/dports/mail/claws-mail-spamassassin/claws-mail-3.18.0/src/common/
H A Dmd5.c52 rol( u32 x, int n) in rol() function
60 #define rol(x,n) ( ((x) << (n)) | ((x) >> (32-(n))) ) macro
151 #define OP(f, a, b, c, d, k, s, T) \ in transform() argument
266 u32 t, msb, lsb; in do_final() local
/dports/mail/claws-mail-rssyl/claws-mail-3.18.0/src/common/
H A Dmd5.c52 rol( u32 x, int n) in rol() function
60 #define rol(x,n) ( ((x) << (n)) | ((x) >> (32-(n))) ) macro
151 #define OP(f, a, b, c, d, k, s, T) \ in transform() argument
266 u32 t, msb, lsb; in do_final() local
/dports/mail/claws-mail-notification/claws-mail-3.18.0/src/common/
H A Dmd5.c52 rol( u32 x, int n) in rol() function
60 #define rol(x,n) ( ((x) << (n)) | ((x) >> (32-(n))) ) macro
151 #define OP(f, a, b, c, d, k, s, T) \ in transform() argument
266 u32 t, msb, lsb; in do_final() local
/dports/mail/claws-mail-perl/claws-mail-3.18.0/src/common/
H A Dmd5.c52 rol( u32 x, int n) in rol() function
60 #define rol(x,n) ( ((x) << (n)) | ((x) >> (32-(n))) ) macro
151 #define OP(f, a, b, c, d, k, s, T) \ in transform() argument
266 u32 t, msb, lsb; in do_final() local
/dports/mail/claws-mail-spam_report/claws-mail-3.18.0/src/common/
H A Dmd5.c52 rol( u32 x, int n) in rol() function
60 #define rol(x,n) ( ((x) << (n)) | ((x) >> (32-(n))) ) macro
151 #define OP(f, a, b, c, d, k, s, T) \ in transform() argument
266 u32 t, msb, lsb; in do_final() local
/dports/mail/claws-mail-newmail/claws-mail-3.18.0/src/common/
H A Dmd5.c52 rol( u32 x, int n) in rol() function
60 #define rol(x,n) ( ((x) << (n)) | ((x) >> (32-(n))) ) macro
151 #define OP(f, a, b, c, d, k, s, T) \ in transform() argument
266 u32 t, msb, lsb; in do_final() local
/dports/mail/claws-mail-clamd/claws-mail-3.18.0/src/common/
H A Dmd5.c52 rol( u32 x, int n) in rol() function
60 #define rol(x,n) ( ((x) << (n)) | ((x) >> (32-(n))) ) macro
151 #define OP(f, a, b, c, d, k, s, T) \ in transform() argument
266 u32 t, msb, lsb; in do_final() local
/dports/mail/claws-mail-address_keeper/claws-mail-3.18.0/src/common/
H A Dmd5.c52 rol( u32 x, int n) in rol() function
60 #define rol(x,n) ( ((x) << (n)) | ((x) >> (32-(n))) ) macro
151 #define OP(f, a, b, c, d, k, s, T) \ in transform() argument
266 u32 t, msb, lsb; in do_final() local
/dports/mail/claws-mail-attachwarner/claws-mail-3.18.0/src/common/
H A Dmd5.c52 rol( u32 x, int n) in rol() function
60 #define rol(x,n) ( ((x) << (n)) | ((x) >> (32-(n))) ) macro
151 #define OP(f, a, b, c, d, k, s, T) \ in transform() argument
266 u32 t, msb, lsb; in do_final() local
/dports/mail/claws-mail-fetchinfo/claws-mail-3.18.0/src/common/
H A Dmd5.c52 rol( u32 x, int n) in rol() function
60 #define rol(x,n) ( ((x) << (n)) | ((x) >> (32-(n))) ) macro
151 #define OP(f, a, b, c, d, k, s, T) \ in transform() argument
266 u32 t, msb, lsb; in do_final() local
/dports/mail/claws-mail-mailmbox/claws-mail-3.18.0/src/common/
H A Dmd5.c52 rol( u32 x, int n) in rol() function
60 #define rol(x,n) ( ((x) << (n)) | ((x) >> (32-(n))) ) macro
151 #define OP(f, a, b, c, d, k, s, T) \ in transform() argument
266 u32 t, msb, lsb; in do_final() local
/dports/mail/claws-mail-managesieve/claws-mail-3.18.0/src/common/
H A Dmd5.c52 rol( u32 x, int n) in rol() function
60 #define rol(x,n) ( ((x) << (n)) | ((x) >> (32-(n))) ) macro
151 #define OP(f, a, b, c, d, k, s, T) \ in transform() argument
266 u32 t, msb, lsb; in do_final() local
/dports/mail/claws-mail-litehtml_viewer/claws-mail-3.18.0/src/common/
H A Dmd5.c52 rol( u32 x, int n) in rol() function
60 #define rol(x,n) ( ((x) << (n)) | ((x) >> (32-(n))) ) macro
151 #define OP(f, a, b, c, d, k, s, T) \ in transform() argument
266 u32 t, msb, lsb; in do_final() local
/dports/mail/claws-mail/claws-mail-3.18.0/src/common/
H A Dmd5.c52 rol( u32 x, int n) in rol() function
60 #define rol(x,n) ( ((x) << (n)) | ((x) >> (32-(n))) ) macro
151 #define OP(f, a, b, c, d, k, s, T) \ in transform() argument
266 u32 t, msb, lsb; in do_final() local
/dports/mail/claws-mail-archive/claws-mail-3.18.0/src/common/
H A Dmd5.c52 rol( u32 x, int n) in rol() function
60 #define rol(x,n) ( ((x) << (n)) | ((x) >> (32-(n))) ) macro
151 #define OP(f, a, b, c, d, k, s, T) \ in transform() argument
266 u32 t, msb, lsb; in do_final() local
/dports/mail/claws-mail-libravatar/claws-mail-3.18.0/src/common/
H A Dmd5.c52 rol( u32 x, int n) in rol() function
60 #define rol(x,n) ( ((x) << (n)) | ((x) >> (32-(n))) ) macro
151 #define OP(f, a, b, c, d, k, s, T) \ in transform() argument
266 u32 t, msb, lsb; in do_final() local

12345678