Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/
H A Dcore_hsalsa20_ref2.c14 #define U32C(v) (v##U) macro
27 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()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/ref/
H A Dchacha20_ref.c26 #define U32C(v) (v##U) macro
28 #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()
/freebsd/contrib/unbound/compat/
H A Dchacha_private.h18 #define U32C(v) (v##U) macro
21 #define U32V(v) ((u32)(v) & U32C(0xFFFFFFFF))
/freebsd/crypto/openssh/openbsd-compat/
H A Dchacha_private.h20 #define U32C(v) (v##U) macro
23 #define U32V(v) ((u32)(v) & U32C(0xFFFFFFFF))
/freebsd/crypto/openssh/
H A Dchacha.c18 #define U32C(v) (v##U) macro
21 #define U32V(v) ((u32)(v) & U32C(0xFFFFFFFF))
/freebsd/sys/crypto/chacha20/
H A Dchacha.c20 #define U32C(v) (v##U) macro
23 #define U32V(v) ((u32)(v) & U32C(0xFFFFFFFF))