Home
last modified time | relevance | path

Searched defs:rotr32 (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/digests/
H A Dblake2_impl.h110 static ossl_inline uint32_t rotr32(const uint32_t w, const unsigned int c) in rotr32() function
/netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/src/blake2/
H A Dblake2-impl.h146 static BLAKE2_INLINE uint32_t rotr32(const uint32_t w, const unsigned c) { in rotr32() function
H A Dblamka-round-opt.h185 #define rotr32(x) _mm256_shuffle_epi32(x, _MM_SHUFFLE(2, 3, 0, 1)) macro
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_blake2_impl.h144 static BLAKE2_INLINE uint32_t rotr32( const uint32_t w, const unsigned c ) in rotr32() function
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/blake2/
H A Dblake2_impl.h121 static ossl_inline uint32_t rotr32(const uint32_t w, const unsigned int c) in rotr32() function
/netbsd-src/sys/crypto/aes/arch/x86/
H A Daes_sse2_enc.c74 rotr32(__m128i x) in rotr32() function
H A Daes_sse2_dec.c115 rotr32(__m128i x) in rotr32() function
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
H A Dblamka-round-avx2.h7 #define rotr32(x) _mm256_shuffle_epi32(x, _MM_SHUFFLE(2, 3, 0, 1)) macro
/netbsd-src/sys/crypto/blake2/
H A Dblake2s.c54 rotr32(uint32_t x, unsigned c) in rotr32() function
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
H A Dcommon.h34 rotr32(const uint32_t x, const int b) in rotr32() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h86 inline unsigned rotr32(unsigned Val, unsigned Amt) { in rotr32() function
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/aria/
H A Daria.c33 #define rotr32(v, r) (((uint32_t)(v) >> (r)) | ((uint32_t)(v) << (32 - r))) macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/aria/
H A Daria.c33 #define rotr32(v, r) (((uint32_t)(v) >> (r)) | ((uint32_t)(v) << (32 - r))) macro