Lines Matching refs:aes_inv_round
1702 static inline void aes_inv_round(v128_t *state, const v128_t *round_key) in aes_inv_round() function
1839 static inline void aes_inv_round(v128_t *state, const v128_t *round_key) in aes_inv_round() function
2032 static inline void aes_inv_round(v128_t *state, const v128_t *round_key) in aes_inv_round() function
2167 aes_inv_round(plaintext, &exp_key->round[1]); in srtp_aes_decrypt()
2168 aes_inv_round(plaintext, &exp_key->round[2]); in srtp_aes_decrypt()
2169 aes_inv_round(plaintext, &exp_key->round[3]); in srtp_aes_decrypt()
2170 aes_inv_round(plaintext, &exp_key->round[4]); in srtp_aes_decrypt()
2171 aes_inv_round(plaintext, &exp_key->round[5]); in srtp_aes_decrypt()
2172 aes_inv_round(plaintext, &exp_key->round[6]); in srtp_aes_decrypt()
2173 aes_inv_round(plaintext, &exp_key->round[7]); in srtp_aes_decrypt()
2174 aes_inv_round(plaintext, &exp_key->round[8]); in srtp_aes_decrypt()
2175 aes_inv_round(plaintext, &exp_key->round[9]); in srtp_aes_decrypt()
2179 aes_inv_round(plaintext, &exp_key->round[10]); in srtp_aes_decrypt()
2180 aes_inv_round(plaintext, &exp_key->round[11]); in srtp_aes_decrypt()
2183 aes_inv_round(plaintext, &exp_key->round[10]); in srtp_aes_decrypt()
2184 aes_inv_round(plaintext, &exp_key->round[11]); in srtp_aes_decrypt()
2185 aes_inv_round(plaintext, &exp_key->round[12]); in srtp_aes_decrypt()
2186 aes_inv_round(plaintext, &exp_key->round[13]); in srtp_aes_decrypt()