Home
last modified time | relevance | path

Searched defs:rotr16 (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/crypto/aes/
H A Daes_ct_enc.c64 rotr16(uint32_t x) in rotr16() function
H A Daes_ct_dec.c122 rotr16(uint32_t x) in rotr16() function
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
H A Dblamka-round-avx2.h9 #define rotr16(x) _mm256_shuffle_epi8(x, _mm256_setr_epi8(2, 3, 4, 5, 6, 7, 0, 1, 10, 11, 12, 13, 1… macro
/netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/src/blake2/
H A Dblamka-round-opt.h187 #define rotr16(x) _mm256_shuffle_epi8(x, _mm256_setr_epi8(2, 3, 4, 5, 6, 7, 0, 1, 10, 11, 12, 13,… macro