Searched refs:rk_head (Results 1 – 1 of 1) sorted by relevance
604 ARIA_u128 *rk_head; in ossl_aria_set_decrypt_key() local616 rk_head = key->rd_key; in ossl_aria_set_decrypt_key()617 rk_tail = rk_head + key->rounds; in ossl_aria_set_decrypt_key()619 reg0 = rk_head->u[0]; in ossl_aria_set_decrypt_key()620 reg1 = rk_head->u[1]; in ossl_aria_set_decrypt_key()621 reg2 = rk_head->u[2]; in ossl_aria_set_decrypt_key()622 reg3 = rk_head->u[3]; in ossl_aria_set_decrypt_key()624 memcpy(rk_head, rk_tail, ARIA_BLOCK_SIZE); in ossl_aria_set_decrypt_key()631 rk_head++; in ossl_aria_set_decrypt_key()634 for (; rk_head < rk_tail; rk_head++, rk_tail--) { in ossl_aria_set_decrypt_key()[all …]