Home
last modified time | relevance | path

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

/openssl-master/crypto/aria/
A Daria.c673 ARIA_u128 *rk_head; in ossl_aria_set_decrypt_key() local
685 rk_head = key->rd_key; in ossl_aria_set_decrypt_key()
688 reg0 = rk_head->u[0]; in ossl_aria_set_decrypt_key()
689 reg1 = rk_head->u[1]; in ossl_aria_set_decrypt_key()
690 reg2 = rk_head->u[2]; in ossl_aria_set_decrypt_key()
691 reg3 = rk_head->u[3]; in ossl_aria_set_decrypt_key()
700 rk_head++; in ossl_aria_set_decrypt_key()
703 for (; rk_head < rk_tail; rk_head++, rk_tail--) { in ossl_aria_set_decrypt_key()
727 rk_head->u[0] = reg0; in ossl_aria_set_decrypt_key()
728 rk_head->u[1] = reg1; in ossl_aria_set_decrypt_key()
[all …]

Completed in 22 milliseconds