Searched defs:rotr32 (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/bearssl/src/symcipher/ |
| H A D | aes_ct64_enc.c | 60 rotr32(uint64_t x) in rotr32() function
|
| H A D | aes_ct64_dec.c | 104 rotr32(uint64_t x) in rotr32() function
|
| /freebsd-12.1/contrib/libarchive/libarchive/ |
| H A D | archive_blake2_impl.h | 143 static BLAKE2_INLINE uint32_t rotr32( const uint32_t w, const unsigned c ) in rotr32() function
|
| /freebsd-12.1/sys/contrib/libb2/ |
| H A D | blake2-impl.h | 121 static inline uint32_t rotr32( const uint32_t w, const unsigned c ) in rotr32() function
|
| /freebsd-12.1/crypto/openssl/crypto/blake2/ |
| H A D | blake2_impl.h | 121 static ossl_inline uint32_t rotr32(const uint32_t w, const unsigned int c) in rotr32() function
|
| /freebsd-12.1/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/ |
| H A D | blamka-round-avx2.h | 7 #define rotr32(x) _mm256_shuffle_epi32(x, _MM_SHUFFLE(2, 3, 0, 1)) macro
|
| /freebsd-12.1/sys/contrib/libsodium/src/libsodium/include/sodium/private/ |
| H A D | common.h | 34 rotr32(const uint32_t x, const int b) in rotr32() function
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMAddressingModes.h | 85 inline unsigned rotr32(unsigned Val, unsigned Amt) { in rotr32() function
|
| /freebsd-12.1/crypto/openssl/crypto/aria/ |
| H A D | aria.c | 33 #define rotr32(v, r) (((uint32_t)(v) >> (r)) | ((uint32_t)(v) << (32 - r))) macro
|