Searched defs:rotr32 (Results 1 - 5 of 5) sorted by relevance
| /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 |
| /src/sys/crypto/aes/ | ||
| H A D | aes_ct64_dec.c | 111 rotr32(uint64_t x) function in typeref:typename:uint64_t |
| H A D | aes_ct64_enc.c | 67 rotr32(uint64_t x) function in typeref:typename:uint64_t |
| /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) function in typeref:typename:uint32_t |
| /src/sys/crypto/blake2/ | ||
| H A D | blake2s.c | 54 rotr32(uint32_t x, unsigned c) function in typeref:typename:uint32_t |
Completed in 9 milliseconds