Searched defs:rol (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/ldns/
H A Dsha1.c24 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) macro
[all...]
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dsha1.c24 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) macro
[all...]
/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dsha1-internal.c130 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) macro
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DSHA1.cpp30 static inline uint32_t rol(uint32_t Number, int Bits) { function
[all...]
/freebsd-13-stable/contrib/ntp/lib/isc/
H A Dsha1.c82 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) macro
[all...]
/freebsd-13-stable/contrib/libevent/test/
H A Dregress_iocp.c238 struct event_overlapped rol, wol; local
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_iocp.c238 struct event_overlapped rol, wol; local

Completed in 177 milliseconds