Searched refs:v128_xor_eq (Results 1 – 4 of 4) sorted by relevance
/external/srtp/crypto/cipher/ |
D | aes.c | 1590 v128_xor_eq(state, round_key); in aes_final_round() 1626 v128_xor_eq(state, round_key); in aes_inv_final_round() 1870 v128_xor_eq(state, round_key); in aes_final_round() 1906 v128_xor_eq(state, round_key); in aes_inv_final_round() 1916 v128_xor_eq(plaintext, exp_key + 0); in aes_encrypt() 1937 v128_xor_eq(plaintext, exp_key + 0); in aes_decrypt()
|
/external/srtp/crypto/include/ |
D | crypto_math.h | 181 #define v128_xor_eq(x, y) _v128_xor_eq(x, y) macro
|
D | datatypes.h | 325 #define v128_xor_eq(x, y) _v128_xor_eq(x, y) macro
|
/external/srtp/crypto/math/ |
D | datatypes.c | 298 v128_xor_eq(v128_t *x, const v128_t *y) { in v128_xor_eq() function
|