Home
last modified time | relevance | path

Searched defs:SHR (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/
H A Dpoly1305_donna64.h11 #define SHR(in, shift) (unsigned long long) (in >> (shift)) macro
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_hash/sha256/cp/
H A Dhash_sha256_cp.c76 #define SHR(x, n) (x >> n) macro
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_hash/sha512/cp/
H A Dhash_sha512_cp.c92 #define SHR(x, n) (x >> n) macro
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSHA256.cpp31 #define SHR(x, c) ((x) >> (c)) macro
/freebsd/sys/crypto/sha2/
H A Dsha256c.c109 #define SHR(x, n) (x >> n) macro
H A Dsha512c.c138 #define SHR(x, n) (x >> n) macro
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.c363 #define SHR(val, val_width, amount) (((val) | ((val) << (val_width))) >> (amount)) & ((1 << (v… macro