Searched refs:U64 (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/aes/
H A Daes_x86core.c82 #define U64(C) C##UI64 macro
85 #define U64(C) C##UL macro
88 #define U64(C) C##ULL macro
131 U64(0xa56363c6a56363c6), U64(0x847c7cf8847c7cf8),
132 U64(0x997777ee997777ee), U64(0x8d7b7bf68d7b7bf6),
133 U64(0x0df2f2ff0df2f2ff), U64(0xbd6b6bd6bd6b6bd6),
134 U64(
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/sha/
H A Dsha512.c77 c->h[0]=U64(0xcbbb9d5dc1059ed8);
78 c->h[1]=U64(0x629a292a367cd507);
79 c->h[2]=U64(0x9159015a3070dd17);
80 c->h[3]=U64(0x152fecd8f70e5939);
81 c->h[4]=U64(0x67332667ffc00b31);
82 c->h[5]=U64(0x8eb44a8768581511);
83 c->h[6]=U64(0xdb0c2e0d64f98fa7);
84 c->h[7]=U64(0x47b5481dbefa4fa4);
106 c->h[0]=U64(0x6a09e667f3bcc908);
107 c->h[1]=U64(
[all...]
H A Dsha.h163 #define U64(C) C##UI64 macro
166 #define U64(C) C##UL macro
169 #define U64(C) C##ULL macro
/barrelfish-master/include/openssl/
H A Dsha.h163 #define U64(C) C##UI64 macro
166 #define U64(C) C##UL macro
169 #define U64(C) C##ULL macro

Completed in 99 milliseconds