Home
last modified time | relevance | path

Searched refs:U8V (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/unbound/compat/
H A Dchacha_private.h20 #define U8V(v) ((u8)(v) & U8C(0xFF)) macro
34 (p)[0] = U8V((v) ); \
35 (p)[1] = U8V((v) >> 8); \
36 (p)[2] = U8V((v) >> 16); \
37 (p)[3] = U8V((v) >> 24); \
/freebsd/crypto/openssh/openbsd-compat/
H A Dchacha_private.h22 #define U8V(v) ((u8)(v) & U8C(0xFF)) macro
36 (p)[0] = U8V((v) ); \
37 (p)[1] = U8V((v) >> 8); \
38 (p)[2] = U8V((v) >> 16); \
39 (p)[3] = U8V((v) >> 24); \
/freebsd/crypto/openssh/
H A Dchacha.c20 #define U8V(v) ((u8)(v) & U8C(0xFF)) macro
34 (p)[0] = U8V((v) ); \
35 (p)[1] = U8V((v) >> 8); \
36 (p)[2] = U8V((v) >> 16); \
37 (p)[3] = U8V((v) >> 24); \
/freebsd/sys/crypto/chacha20/
H A Dchacha.c22 #define U8V(v) ((u8)(v) & U8C(0xFF)) macro
36 (p)[0] = U8V((v) ); \
37 (p)[1] = U8V((v) >> 8); \
38 (p)[2] = U8V((v) >> 16); \
39 (p)[3] = U8V((v) >> 24); \