Home
last modified time | relevance | path

Searched refs:U32V (Results 1 - 2 of 2) sorted by relevance

/third_party/FreeBSD/crypto/openssh/openbsd-compat/
H A Dchacha_private.h25 #define U32V(v) ((u32)(v) & U32C(0xFFFFFFFF)) macro
28 (U32V((v) << (n)) | ((v) >> (32 - (n))))
46 #define PLUS(v,w) (U32V((v) + (w)))
/third_party/libwebsockets/plugins/ssh-base/crypto/
H A Dchacha.c32 #define U32V(v) ((u32)(v) & U32C(0xFFFFFFFF)) macro
35 (U32V((v) << (n)) | ((v) >> (32 - (n))))
53 #define PLUS(v,w) (U32V((v) + (w)))

Completed in 2 milliseconds