Searched refs:rot61l (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/aria/ |
H A D | aria.c | 964 static void rot61l(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z) in rot61l() function 1174 rot61l(&key->rd_key[ 8], &w0, &w1); in ossl_aria_set_encrypt_key() 1175 rot61l(&key->rd_key[ 9], &w1, &w2); in ossl_aria_set_encrypt_key() 1176 rot61l(&key->rd_key[10], &w2, &w3); in ossl_aria_set_encrypt_key() 1177 rot61l(&key->rd_key[11], &w3, &w0); in ossl_aria_set_encrypt_key()
|
/third_party/openssl/crypto/aria/ |
H A D | aria.c | 964 static void rot61l(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z) in rot61l() function 1174 rot61l(&key->rd_key[ 8], &w0, &w1); in ossl_aria_set_encrypt_key() 1175 rot61l(&key->rd_key[ 9], &w1, &w2); in ossl_aria_set_encrypt_key() 1176 rot61l(&key->rd_key[10], &w2, &w3); in ossl_aria_set_encrypt_key() 1177 rot61l(&key->rd_key[11], &w3, &w0); in ossl_aria_set_encrypt_key()
|
Completed in 4 milliseconds