Home
last modified time | relevance | path

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

/crypto/aes/
A Daes_x86core.c84 #define U64(C) C##UI64 macro
86 #define U64(C) C##UL macro
88 #define U64(C) C##ULL macro
A Daes_core.c56 # define U64(C) C##UI64 macro
58 # define U64(C) C##UL macro
60 # define U64(C) C##ULL macro
/crypto/sha/
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 20 milliseconds