Home
last modified time | relevance | path

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

/net-tools-3.7.0/mbedtls-2.4.0/library/
Dsha512.c38 #define UL64(x) x##ui64 macro
40 #define UL64(x) x##ULL macro
125 ctx->state[0] = UL64(0x6A09E667F3BCC908); in mbedtls_sha512_starts()
126 ctx->state[1] = UL64(0xBB67AE8584CAA73B); in mbedtls_sha512_starts()
127 ctx->state[2] = UL64(0x3C6EF372FE94F82B); in mbedtls_sha512_starts()
128 ctx->state[3] = UL64(0xA54FF53A5F1D36F1); in mbedtls_sha512_starts()
129 ctx->state[4] = UL64(0x510E527FADE682D1); in mbedtls_sha512_starts()
130 ctx->state[5] = UL64(0x9B05688C2B3E6C1F); in mbedtls_sha512_starts()
131 ctx->state[6] = UL64(0x1F83D9ABFB41BD6B); in mbedtls_sha512_starts()
132 ctx->state[7] = UL64(0x5BE0CD19137E2179); in mbedtls_sha512_starts()
[all …]
/net-tools-3.7.0/mbedtls-2.4.0/include/mbedtls/
Dcompat-1.3.h1715 #define UL64 MBEDTLS_UL64 macro