Searched defs:U64 (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/sha/
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
/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
[all...]

Completed in 30 milliseconds