Lines Matching refs:aes_inv_round
1532 aes_inv_round(v128_t *state, const v128_t *round_key) { in aes_inv_round() function
1672 aes_inv_round(v128_t *state, const v128_t *round_key) { in aes_inv_round() function
1812 aes_inv_round(v128_t *state, const v128_t *round_key) { in aes_inv_round() function
1940 aes_inv_round(plaintext, exp_key + 1); in aes_decrypt()
1941 aes_inv_round(plaintext, exp_key + 2); in aes_decrypt()
1942 aes_inv_round(plaintext, exp_key + 3); in aes_decrypt()
1943 aes_inv_round(plaintext, exp_key + 4); in aes_decrypt()
1944 aes_inv_round(plaintext, exp_key + 5); in aes_decrypt()
1945 aes_inv_round(plaintext, exp_key + 6); in aes_decrypt()
1946 aes_inv_round(plaintext, exp_key + 7); in aes_decrypt()
1947 aes_inv_round(plaintext, exp_key + 8); in aes_decrypt()
1948 aes_inv_round(plaintext, exp_key + 9); in aes_decrypt()