Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dchacha.c20 #define U8V(v) ((u8)(v) & U8C(0xFF)) macro
/freebsd/contrib/unbound/compat/
H A Dchacha_private.h20 #define U8V(v) ((u8)(v) & U8C(0xFF)) macro
/freebsd/crypto/openssh/openbsd-compat/
H A Dchacha_private.h22 #define U8V(v) ((u8)(v) & U8C(0xFF)) macro
/freebsd/sys/crypto/chacha20/
H A Dchacha.c22 #define U8V(v) ((u8)(v) & U8C(0xFF)) macro