Searched refs:U32C (Results 1 – 6 of 6) sorted by relevance
14 #define U32C(v) (v##U) macro27 x0 = U32C(0x61707865); in crypto_core_hsalsa20()28 x5 = U32C(0x3320646e); in crypto_core_hsalsa20()29 x10 = U32C(0x79622d32); in crypto_core_hsalsa20()30 x15 = U32C(0x6b206574); in crypto_core_hsalsa20()
26 #define U32C(v) (v##U) macro28 #define U32V(v) ((uint32_t)(v) &U32C(0xFFFFFFFF))48 ctx->input[0] = U32C(0x61707865); in chacha_keysetup()49 ctx->input[1] = U32C(0x3320646e); in chacha_keysetup()50 ctx->input[2] = U32C(0x79622d32); in chacha_keysetup()51 ctx->input[3] = U32C(0x6b206574); in chacha_keysetup()
18 #define U32C(v) (v##U) macro21 #define U32V(v) ((u32)(v) & U32C(0xFFFFFFFF))
20 #define U32C(v) (v##U) macro23 #define U32V(v) ((u32)(v) & U32C(0xFFFFFFFF))