Lines Matching refs:aes_round
1677 static inline void aes_round(v128_t *state, const v128_t *round_key) in aes_round() function
1801 static inline void aes_round(v128_t *state, const v128_t *round_key) in aes_round() function
2008 static inline void aes_round(v128_t *state, const v128_t *round_key) in aes_round() function
2137 aes_round(plaintext, &exp_key->round[1]); in srtp_aes_encrypt()
2138 aes_round(plaintext, &exp_key->round[2]); in srtp_aes_encrypt()
2139 aes_round(plaintext, &exp_key->round[3]); in srtp_aes_encrypt()
2140 aes_round(plaintext, &exp_key->round[4]); in srtp_aes_encrypt()
2141 aes_round(plaintext, &exp_key->round[5]); in srtp_aes_encrypt()
2142 aes_round(plaintext, &exp_key->round[6]); in srtp_aes_encrypt()
2143 aes_round(plaintext, &exp_key->round[7]); in srtp_aes_encrypt()
2144 aes_round(plaintext, &exp_key->round[8]); in srtp_aes_encrypt()
2145 aes_round(plaintext, &exp_key->round[9]); in srtp_aes_encrypt()
2149 aes_round(plaintext, &exp_key->round[10]); in srtp_aes_encrypt()
2150 aes_round(plaintext, &exp_key->round[11]); in srtp_aes_encrypt()
2153 aes_round(plaintext, &exp_key->round[10]); in srtp_aes_encrypt()
2154 aes_round(plaintext, &exp_key->round[11]); in srtp_aes_encrypt()
2155 aes_round(plaintext, &exp_key->round[12]); in srtp_aes_encrypt()
2156 aes_round(plaintext, &exp_key->round[13]); in srtp_aes_encrypt()