Searched refs:v128_xor_eq (Results 1 – 3 of 3) sorted by relevance
1760 v128_xor_eq(state, round_key); in aes_final_round()1796 v128_xor_eq(state, round_key); in aes_inv_final_round()2090 v128_xor_eq(state, round_key); in aes_final_round()2126 v128_xor_eq(state, round_key); in aes_inv_final_round()2134 v128_xor_eq(plaintext, &exp_key->round[0]); in srtp_aes_encrypt()2164 v128_xor_eq(plaintext, &exp_key->round[0]); in srtp_aes_decrypt()
211 #define v128_xor_eq(x, y) _v128_xor_eq(x, y) macro
212 int v128_xor_eq(v128_t *x, const v128_t *y) in v128_xor_eq() function