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

  /external/wpa_supplicant_8/src/crypto/
sha384-internal.c 45 #define CONST64(n) n ## ULL
56 md->state[0] = CONST64(0xcbbb9d5dc1059ed8);
57 md->state[1] = CONST64(0x629a292a367cd507);
58 md->state[2] = CONST64(0x9159015a3070dd17);
59 md->state[3] = CONST64(0x152fecd8f70e5939);
60 md->state[4] = CONST64(0x67332667ffc00b31);
61 md->state[5] = CONST64(0x8eb44a8768581511);
62 md->state[6] = CONST64(0xdb0c2e0d64f98fa7);
63 md->state[7] = CONST64(0x47b5481dbefa4fa4);
sha512-internal.c 45 #define CONST64(n) n ## ULL
49 CONST64(0x428a2f98d728ae22), CONST64(0x7137449123ef65cd),
50 CONST64(0xb5c0fbcfec4d3b2f), CONST64(0xe9b5dba58189dbbc),
51 CONST64(0x3956c25bf348b538), CONST64(0x59f111f1b605d019),
52 CONST64(0x923f82a4af194f9b), CONST64(0xab1c5ed5da6d8118),
53 CONST64(0xd807aa98a3030242), CONST64(0x12835b0145706fbe)
    [all...]

Completed in 47 milliseconds