Searched refs:UL64 (Results 1 – 1 of 1) sorted by relevance
34 #define UL64(x) x##ui64 macro36 #define UL64(x) x##ULL macro110 ctx->state[0] = UL64(0x6A09E667F3BCC908); in mbedtls_sha512_starts_ret()111 ctx->state[1] = UL64(0xBB67AE8584CAA73B); in mbedtls_sha512_starts_ret()112 ctx->state[2] = UL64(0x3C6EF372FE94F82B); in mbedtls_sha512_starts_ret()113 ctx->state[3] = UL64(0xA54FF53A5F1D36F1); in mbedtls_sha512_starts_ret()114 ctx->state[4] = UL64(0x510E527FADE682D1); in mbedtls_sha512_starts_ret()115 ctx->state[5] = UL64(0x9B05688C2B3E6C1F); in mbedtls_sha512_starts_ret()116 ctx->state[6] = UL64(0x1F83D9ABFB41BD6B); in mbedtls_sha512_starts_ret()117 ctx->state[7] = UL64(0x5BE0CD19137E2179); in mbedtls_sha512_starts_ret()[all …]