Home
last modified time | relevance | path

Searched refs:rot19r (Results 1 – 1 of 1) sorted by relevance

/openssl-master/crypto/aria/
A Daria.c946 static void rot19r(ARIA_u128 *o, const ARIA_u128 *xor, const ARIA_u128 *z) in rot19r() function
1164 rot19r(&key->rd_key[ 0], &w0, &w1); in ossl_aria_set_encrypt_key()
1165 rot19r(&key->rd_key[ 1], &w1, &w2); in ossl_aria_set_encrypt_key()
1166 rot19r(&key->rd_key[ 2], &w2, &w3); in ossl_aria_set_encrypt_key()
1167 rot19r(&key->rd_key[ 3], &w3, &w0); in ossl_aria_set_encrypt_key()

Completed in 4 milliseconds