Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/unbound/compat/
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-12-stable/crypto/openssh/
Dchacha.c21 #define U8V(v) ((u8)(v) & U8C(0xFF)) macro
35 (p)[0] = U8V((v) ); \
36 (p)[1] = U8V((v) >> 8); \
37 (p)[2] = U8V((v) >> 16); \
38 (p)[3] = U8V((v) >> 24); \
/freebsd-12-stable/crypto/openssh/openbsd-compat/
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-12-stable/sys/crypto/chacha20/
Dchacha.c25 #define U8V(v) ((u8)(v) & U8C(0xFF)) macro
39 (p)[0] = U8V((v) ); \
40 (p)[1] = U8V((v) >> 8); \
41 (p)[2] = U8V((v) >> 16); \
42 (p)[3] = U8V((v) >> 24); \