Searched refs:UL64 (Results 1 – 3 of 3) sorted by relevance
25 #define UL64(x) x##ui64 macro27 #define UL64(x) x##ULL macro134 ctx->state[0] = UL64(0x6A09E667F3BCC908); in mbedtls_sha512_starts()135 ctx->state[1] = UL64(0xBB67AE8584CAA73B); in mbedtls_sha512_starts()136 ctx->state[2] = UL64(0x3C6EF372FE94F82B); in mbedtls_sha512_starts()137 ctx->state[3] = UL64(0xA54FF53A5F1D36F1); in mbedtls_sha512_starts()138 ctx->state[4] = UL64(0x510E527FADE682D1); in mbedtls_sha512_starts()139 ctx->state[5] = UL64(0x9B05688C2B3E6C1F); in mbedtls_sha512_starts()140 ctx->state[6] = UL64(0x1F83D9ABFB41BD6B); in mbedtls_sha512_starts()141 ctx->state[7] = UL64(0x5BE0CD19137E2179); in mbedtls_sha512_starts()[all …]
23 #define UL64(x) x##ui64 macro25 #define UL64(x) x##ULL macro