Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/cast/
H A Dcast_lcl.h148 #define ROTL(a,n) ((((a)<<(n))&0xffffffffL)|((a)>>((32-(n))&31))) macro
163 t=ROTL(t,i); \
180 w=ROTL(w,i); \
200 t=ROTL(t,(key[n*2+1])); \