Searched refs:ulong64 (Results 1 – 17 of 17) sorted by relevance
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_macros.h | 4 typedef unsigned __int64 ulong64; typedef 7 typedef unsigned long long ulong64; typedef 39 { x = (((ulong64)((y)[7] & 255))<<56)|(((ulong64)((y)[6] & 255))<<48)| \ 40 (((ulong64)((y)[5] & 255))<<40)|(((ulong64)((y)[4] & 255))<<32)| \ 41 (((ulong64)((y)[3] & 255))<<24)|(((ulong64)((y)[2] & 255))<<16)| \ 42 (((ulong64)((y)[1] & 255))<<8)|(((ulong64)((y)[0] & 255))); } 61 { x = (((ulong64)((y)[0] & 255))<<56)|(((ulong64)((y)[1] & 255))<<48) | \ 62 (((ulong64)((y)[2] & 255))<<40)|(((ulong64)((y)[3] & 255))<<32) | \ 63 (((ulong64)((y)[4] & 255))<<24)|(((ulong64)((y)[5] & 255))<<16) | \ 64 (((ulong64)((y)[6] & 255))<<8)|(((ulong64)((y)[7] & 255))); } [all …]
|
D | tomcrypt_hash.h | 4 ulong64 length, state[8]; 12 ulong64 length; 20 ulong64 length; 28 ulong64 length; 36 ulong64 length; 44 ulong64 state[3], length; 59 ulong64 length; 67 ulong64 length; 75 ulong64 length; 83 ulong64 length; [all …]
|
D | tomcrypt_prng.h | 31 ulong64 reset_cnt; /* number of times we have reset */
|
D | tomcrypt_cipher.h | 120 ulong64 roundKeyEnc[8 + 1]; 121 ulong64 roundKeyDec[8 + 1];
|
D | tomcrypt_mac.h | 247 ulong64 totlen, /* 64-bit counter used for IV and AAD */
|
/external/dropbear/libtommath/etc/ |
D | tune.c | 14 static ulong64 TIMFUNC (void) in TIMFUNC() 48 ulong64 LBL_T; 50 ulong64 t_read(void) { return TIMFUNC() - LBL_T; } in t_read() 54 extern ulong64 t_read(void); 57 ulong64 time_mult(int size, int s) in time_mult() 61 ulong64 t1; in time_mult() 87 ulong64 time_sqr(int size, int s) in time_sqr() 91 ulong64 t1; in time_sqr() 117 ulong64 t1, t2; in main()
|
/external/dropbear/libtomcrypt/testprof/ |
D | x86_prof.c | 43 ulong64 rdtsc (void) in rdtsc() 47 ulong64 a; in rdtsc() 51 ulong64 a; in rdtsc() 57 return (((ulong64)b) << 32ULL) | ((ulong64)a); in rdtsc() 66 ulong64 a; in rdtsc() 93 static ulong64 timer, skew = 0; 100 ulong64 t_read(void) in t_read() 107 ulong64 c1, c2, t1, t2, t3; in init_timer() 110 c1 = c2 = (ulong64)-1; in init_timer() 258 ulong64 t1, c1; in time_keysched() [all …]
|
D | tomcrypt_test.h | 53 ulong64 rdtsc (void); 56 ulong64 t_read(void);
|
D | store_test.c | 9 ulong64 LL, LL1; in store_test()
|
/external/dropbear/libtomcrypt/src/ciphers/ |
D | khazad.c | 40 static const ulong64 T0[256] = { 107 static const ulong64 T1[256] = { 174 static const ulong64 T2[256] = { 241 static const ulong64 T3[256] = { 308 static const ulong64 T4[256] = { 375 static const ulong64 T5[256] = { 442 static const ulong64 T6[256] = { 509 static const ulong64 T7[256] = { 576 static const ulong64 c[R + 1] = { 599 const ulong64 *S; in khazad_setup() [all …]
|
D | des.c | 254 static const ulong64 des_ip[8][256] = { 777 static const ulong64 des_fp[8][256] = { 1438 ulong64 tmp; in desfunc() 1497 ulong64 tmp; in desfunc()
|
/external/dropbear/libtomcrypt/src/hashes/ |
D | tiger.c | 44 static const ulong64 table[4*256] = { 565 INLINE static void tiger_round(ulong64 *a, ulong64 *b, ulong64 *c, ulong64 x, int mul) in tiger_round() 567 ulong64 tmp; in tiger_round() 579 static void pass(ulong64 *a, ulong64 *b, ulong64 *c, ulong64 *x, int mul) in pass() 592 static void key_schedule(ulong64 *x) in key_schedule() 618 ulong64 a, b, c, x[8]; in _tiger_compress() 648 burn_stack(sizeof(ulong64) * 11 + sizeof(unsigned long)); in tiger_compress()
|
/external/dropbear/libtomcrypt/src/hashes/sha2/ |
D | sha512.c | 39 static const ulong64 K[80] = { 86 #define R(x, n) (((x)&CONST64(0xFFFFFFFFFFFFFFFF))>>((ulong64)n)) 99 ulong64 S[8], W[80], t0, t1; in _sha512_compress() 165 burn_stack(sizeof(ulong64) * 90 + sizeof(int)); in sha512_compress()
|
/external/dropbear/libtommath/demo/ |
D | timing.c | 4 ulong64 _tt; 43 static ulong64 TIMFUNC(void) in TIMFUNC() 83 ulong64 tt, gg, CLK_PER_SEC; in main()
|
/external/dropbear/libtomcrypt/src/hashes/whirl/ |
D | whirltab.c | 5 static const ulong64 sbox0[] = { 95 static const ulong64 sbox1[] = { 162 static const ulong64 sbox2[] = { 229 static const ulong64 sbox3[] = { 296 static const ulong64 sbox4[] = { 363 static const ulong64 sbox5[] = { 430 static const ulong64 sbox6[] = { 497 static const ulong64 sbox7[] = { 566 static const ulong64 cont[] = {
|
D | whirl.c | 62 ulong64 K[2][8], T[3][8]; in _whirlpool_compress() 117 burn_stack((5 * 8 * sizeof(ulong64)) + (2 * sizeof(int))); in whirlpool_compress()
|
/external/dropbear/libtommath/ |
D | tommath.h | 72 typedef unsigned long long ulong64; 86 typedef unsigned __int64 ulong64; 89 typedef unsigned long long ulong64; 95 typedef ulong64 mp_word;
|