Lines Matching refs:u64
51 typedef unsigned __int64 u64; typedef
53 typedef unsigned long u64; typedef
55 typedef unsigned long long u64; typedef
75 typedef u64 u64_a1 __attribute((__aligned__(1)));
77 typedef u64 u64_a1;
82 typedef u64 u64_aX __attribute((__aligned__(1)));
84 typedef u64 u64_aX;
117 # define ROTATE(a,n) ({ u64 ret; asm ("rolq %1,%0" \
127 # define ROTATE(a,n) ({ u64 ret; asm ("rorq %1,%0" \
132 # define ROTATE(a,n) ({ u64 ret; asm ("shrp %0=%1,%1,%2" \
135 # define ROTATE(a,n) ({ u64 ret; asm ("shrp %0=%1,%1,%2" \
213 # define C0(K,i) (((u64*)(Cx.c+0))[2*K.c[(i)*8+0]])
225 u8 c[(256 * N + ROUNDS) * sizeof(u64)];
226 u64 q[(256 * N + ROUNDS)];
504 u64 q[8]; in whirlpool_block()
513 u64 L[8]; in whirlpool_block()
538 u64 L0, L1, L2, L3, L4, L5, L6, L7; in whirlpool_block()