Home
last modified time | relevance | path

Searched refs:UL64 (Results 1 – 1 of 1) sorted by relevance

/third_party/mbedtls/library/
Dsha512.c64 #define UL64(x) x##ui64 macro
66 #define UL64(x) x##ULL macro
158 ctx->state[0] = UL64(0x6A09E667F3BCC908); in mbedtls_sha512_starts_ret()
159 ctx->state[1] = UL64(0xBB67AE8584CAA73B); in mbedtls_sha512_starts_ret()
160 ctx->state[2] = UL64(0x3C6EF372FE94F82B); in mbedtls_sha512_starts_ret()
161 ctx->state[3] = UL64(0xA54FF53A5F1D36F1); in mbedtls_sha512_starts_ret()
162 ctx->state[4] = UL64(0x510E527FADE682D1); in mbedtls_sha512_starts_ret()
163 ctx->state[5] = UL64(0x9B05688C2B3E6C1F); in mbedtls_sha512_starts_ret()
164 ctx->state[6] = UL64(0x1F83D9ABFB41BD6B); in mbedtls_sha512_starts_ret()
165 ctx->state[7] = UL64(0x5BE0CD19137E2179); in mbedtls_sha512_starts_ret()
[all …]