Searched defs:rotr32 (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/digests/ |
H A D | blake2_impl.h | 110 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 D | blake2-impl.h | 146 static BLAKE2_INLINE uint32_t rotr32(const uint32_t w, const unsigned c) { in rotr32() function
|
H A D | blamka-round-opt.h | 185 #define rotr32(x) _mm256_shuffle_epi32(x, _MM_SHUFFLE(2, 3, 0, 1)) macro
|
/netbsd-src/external/bsd/libarchive/dist/libarchive/ |
H A D | archive_blake2_impl.h | 144 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 D | blake2_impl.h | 121 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 D | aes_sse2_enc.c | 74 rotr32(__m128i x) in rotr32() function
|
H A D | aes_sse2_dec.c | 115 rotr32(__m128i x) in rotr32() function
|
/netbsd-src/sys/external/isc/libsodium/dist/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
|
/netbsd-src/sys/crypto/blake2/ |
H A D | blake2s.c | 54 rotr32(uint32_t x, unsigned c) in rotr32() function
|
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/ |
H A D | common.h | 34 rotr32(const uint32_t x, const int b) in rotr32() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMAddressingModes.h | 86 inline unsigned rotr32(unsigned Val, unsigned Amt) { in rotr32() function
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/aria/ |
H A D | aria.c | 33 #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 D | aria.c | 33 #define rotr32(v, r) (((uint32_t)(v) >> (r)) | ((uint32_t)(v) << (32 - r))) macro
|