Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/
H A Dpoly1305_donna64.h11 #define SHR(in, shift) (unsigned long long) (in >> (shift)) macro
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_hash/sha256/cp/
H A Dhash_sha256_cp.c76 #define SHR(x, n) (x >> n) macro
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_hash/sha512/cp/
H A Dhash_sha512_cp.c92 #define SHR(x, n) (x >> n) macro
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dsha256c.c107 #define SHR(x, n) (x >> n) macro
H A Dsha512c.c131 #define SHR(x, n) (x >> n) macro
/f-stack/freebsd/crypto/sha2/
H A Dsha256c.c105 #define SHR(x, n) (x >> n) macro
H A Dsha512c.c131 #define SHR(x, n) (x >> n) macro
/f-stack/freebsd/contrib/openzfs/module/icp/algs/sha2/
H A Dsha2.c91 #define SHR(x, n) ((x) >> (n)) macro
/f-stack/dpdk/drivers/common/dpaax/caamflib/rta/
H A Dsec_run_time_asm.h317 #define SHR BIT(24) macro