Searched refs:rotr24 (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/ |
| H A D | blamka-round-avx2.h | 8 #define rotr24(x) _mm256_shuffle_epi8(x, _mm256_setr_epi8(3, 4, 5, 6, 7, 0, 1, 2, 11, 12, 13, 14, 1… macro 25 B0 = rotr24(B0); \ 38 B1 = rotr24(B1); \
|