Searched refs:rotnr (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/aria/ |
H A D | aria.c | 927 static ossl_inline void rotnr(unsigned int n, ARIA_u128 *o, in rotnr() function 948 rotnr(19, o, xor, z); in rot19r() 957 rotnr(31, o, xor, z); in rot31r() 966 rotnr(8 * ARIA_BLOCK_SIZE - 61, o, xor, z); in rot61l() 975 rotnr(8 * ARIA_BLOCK_SIZE - 31, o, xor, z); in rot31l() 984 rotnr(8 * ARIA_BLOCK_SIZE - 19, o, xor, z); in rot19l()
|
/third_party/openssl/crypto/aria/ |
H A D | aria.c | 927 static ossl_inline void rotnr(unsigned int n, ARIA_u128 *o, in rotnr() function 948 rotnr(19, o, xor, z); in rot19r() 957 rotnr(31, o, xor, z); in rot31r() 966 rotnr(8 * ARIA_BLOCK_SIZE - 61, o, xor, z); in rot61l() 975 rotnr(8 * ARIA_BLOCK_SIZE - 31, o, xor, z); in rot31l() 984 rotnr(8 * ARIA_BLOCK_SIZE - 19, o, xor, z); in rot19l()
|
Completed in 5 milliseconds