Home
last modified time | relevance | path

Searched defs:U64 (Results 1 – 4 of 4) sorted by relevance

/openssl/crypto/aes/
H A Daes_x86core.c84 #define U64(C) C##UI64 macro
86 #define U64(C) C##UL macro
88 #define U64(C) C##ULL macro
H A Daes_core.c56 # define U64(C) C##UI64 macro
58 # define U64(C) C##UL macro
60 # define U64(C) C##ULL macro
/openssl/include/crypto/
H A Dmodes.h16 # define U64(C) C##UI64 macro
20 # define U64(C) C##UL macro
24 # define U64(C) C##ULL macro
/openssl/crypto/sha/
H A Dsha512.c71 # define U64(C) C##UI64 macro
73 # define U64(C) C##UL macro
75 # define U64(C) C##ULL macro

Completed in 19 milliseconds