Searched defs:rotr16 (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/bearssl/src/symcipher/ |
H A D | aes_ct_enc.c | 57 rotr16(uint32_t x) in rotr16() function
|
H A D | aes_ct_dec.c | 115 rotr16(uint32_t x) in rotr16() function
|
/freebsd/sys/contrib/libsodium/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
|