Home
last modified time | relevance | path

Searched refs:rot31l (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/aria/
H A Daria.c973 static void rot31l(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z) in rot31l() function
1179 rot31l(&key->rd_key[12], &w0, &w1); in ossl_aria_set_encrypt_key()
1181 rot31l(&key->rd_key[13], &w1, &w2); in ossl_aria_set_encrypt_key()
1182 rot31l(&key->rd_key[14], &w2, &w3); in ossl_aria_set_encrypt_key()
1185 rot31l(&key->rd_key[15], &w3, &w0); in ossl_aria_set_encrypt_key()
/third_party/openssl/crypto/aria/
H A Daria.c973 static void rot31l(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z) in rot31l() function
1179 rot31l(&key->rd_key[12], &w0, &w1); in ossl_aria_set_encrypt_key()
1181 rot31l(&key->rd_key[13], &w1, &w2); in ossl_aria_set_encrypt_key()
1182 rot31l(&key->rd_key[14], &w2, &w3); in ossl_aria_set_encrypt_key()
1185 rot31l(&key->rd_key[15], &w3, &w0); in ossl_aria_set_encrypt_key()

Completed in 5 milliseconds