Searched defs:rotr16 (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/crypto/aes/ |
H A D | aes_ct_enc.c | 64 rotr16(uint32_t x) in rotr16() function
|
H A D | aes_ct_dec.c | 122 rotr16(uint32_t x) in rotr16() function
|
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/ |
H A D | blamka-round-avx2.h | 9 #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 D | blamka-round-opt.h | 187 #define rotr16(x) _mm256_shuffle_epi8(x, _mm256_setr_epi8(2, 3, 4, 5, 6, 7, 0, 1, 10, 11, 12, 13,… macro
|