Searched refs:rot31r (Results 1 – 1 of 1) sorted by relevance
/openssl-master/crypto/aria/ |
A D | aria.c | 955 static void rot31r(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z) in rot31r() function 1169 rot31r(&key->rd_key[ 4], &w0, &w1); in ossl_aria_set_encrypt_key() 1170 rot31r(&key->rd_key[ 5], &w1, &w2); in ossl_aria_set_encrypt_key() 1171 rot31r(&key->rd_key[ 6], &w2, &w3); in ossl_aria_set_encrypt_key() 1172 rot31r(&key->rd_key[ 7], &w3, &w0); in ossl_aria_set_encrypt_key()
|
Completed in 5 milliseconds