HomeSort by relevance Sort by last modified time
    Searched refs:CONST64 (Results 1 - 12 of 12) sorted by null

  /external/dropbear/libtomcrypt/src/ciphers/
khazad.c 41 CONST64(0xbad3d268bbb96a01), CONST64(0x54fc4d19e59a66b1), CONST64(0x2f71bc93e26514cd), CONST64(0x749ccdb925871b51),
42 CONST64(0x53f55102f7a257a4), CONST64(0xd3686bb8d0d6be03), CONST64(0xd26b6fbdd6deb504), CONST64(0x4dd72964b35285fe),
43 CONST64(0x50f05d0dfdba4aad), CONST64(0xace98a26cf09e063), CONST64(0x8d8a0e83091c9684), CONST64(0xbfdcc679a5914d1a)
    [all...]
des.c 256 { CONST64(0x0000000000000000), CONST64(0x0000001000000000), CONST64(0x0000000000000010), CONST64(0x0000001000000010),
257 CONST64(0x0000100000000000), CONST64(0x0000101000000000), CONST64(0x0000100000000010), CONST64(0x0000101000000010),
258 CONST64(0x0000000000001000), CONST64(0x0000001000001000), CONST64(0x0000000000001010), CONST64(0x0000001000001010),
    [all...]
  /external/dropbear/libtomcrypt/src/hashes/whirl/
whirltab.c 6 CONST64(0x18186018c07830d8), CONST64(0x23238c2305af4626), CONST64(0xc6c63fc67ef991b8), CONST64(0xe8e887e8136fcdfb),
7 CONST64(0x878726874ca113cb), CONST64(0xb8b8dab8a9626d11), CONST64(0x0101040108050209), CONST64(0x4f4f214f426e9e0d),
8 CONST64(0x3636d836adee6c9b), CONST64(0xa6a6a2a6590451ff), CONST64(0xd2d26fd2debdb90c), CONST64(0xf5f5f3f5fb06f70e),
    [all...]
  /external/dropbear/libtomcrypt/src/hashes/
tiger.c 45 CONST64(0x02AAB17CF7E90C5E) /* 0 */, CONST64(0xAC424B03E243A8EC) /* 1 */,
46 CONST64(0x72CD5BE30DD5FCD3) /* 2 */, CONST64(0x6D019B93F6F97F3A) /* 3 */,
47 CONST64(0xCD9978FFD21F9193) /* 4 */, CONST64(0x7573A1C9708029E2) /* 5 */,
48 CONST64(0xB164326B922A83C3) /* 6 */, CONST64(0x46883EEE04915870) /* 7 */,
49 CONST64(0xEAACE3057103ECE6) /* 8 */, CONST64(0xC54169B808A3535C) /* 9 */
    [all...]
  /external/dropbear/libtomcrypt/src/hashes/sha2/
sha512.c 40 CONST64(0x428a2f98d728ae22), CONST64(0x7137449123ef65cd),
41 CONST64(0xb5c0fbcfec4d3b2f), CONST64(0xe9b5dba58189dbbc),
42 CONST64(0x3956c25bf348b538), CONST64(0x59f111f1b605d019),
43 CONST64(0x923f82a4af194f9b), CONST64(0xab1c5ed5da6d8118),
44 CONST64(0xd807aa98a3030242), CONST64(0x12835b0145706fbe),
    [all...]
sha384.c 45 md->sha512.state[0] = CONST64(0xcbbb9d5dc1059ed8);
46 md->sha512.state[1] = CONST64(0x629a292a367cd507);
47 md->sha512.state[2] = CONST64(0x9159015a3070dd17);
48 md->sha512.state[3] = CONST64(0x152fecd8f70e5939);
49 md->sha512.state[4] = CONST64(0x67332667ffc00b31);
50 md->sha512.state[5] = CONST64(0x8eb44a8768581511);
51 md->sha512.state[6] = CONST64(0xdb0c2e0d64f98fa7);
52 md->sha512.state[7] = CONST64(0x47b5481dbefa4fa4);
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_macros.h 3 #define CONST64(n) n ## ui64
6 #define CONST64(n) n ## ULL
391 (((x)&CONST64(0xFFFFFFFFFFFFFFFF))>>((ulong64)64-((y)&63)))) & CONST64(0xFFFFFFFFFFFFFFFF))
394 ( ((((x)&CONST64(0xFFFFFFFFFFFFFFFF))>>((ulong64)(y)&CONST64(63))) | \
395 ((x)<<((ulong64)(64-((y)&CONST64(63)))))) & CONST64(0xFFFFFFFFFFFFFFFF))
399 (((x)&CONST64(0xFFFFFFFFFFFFFFFF))>>((ulong64)64-((y)&63)))) & CONST64(0xFFFFFFFFFFFFFFFF)
    [all...]
  /external/dropbear/libtomcrypt/src/encauth/gcm/
gcm_done.c 52 gcm->pttotlen += gcm->buflen * CONST64(8);
gcm_add_aad.c 57 gcm->totlen += gcm->buflen * CONST64(8);
gcm_process.c 56 gcm->totlen += gcm->buflen * CONST64(8);
  /external/dropbear/libtomcrypt/testprof/
store_test.c 32 LL = CONST64 (0x01020304050607);
x86_prof.c 628 t1 = ((t1 * CONST64(1000))) / ((ulong64)hash_descriptor[x].blocksize);
    [all...]

Completed in 574 milliseconds