Home
last modified time | relevance | path

Searched refs:v128_xor_eq (Results 1 – 4 of 4) sorted by relevance

/external/srtp/crypto/cipher/
Daes.c1590 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/
Dcrypto_math.h181 #define v128_xor_eq(x, y) _v128_xor_eq(x, y) macro
Ddatatypes.h325 #define v128_xor_eq(x, y) _v128_xor_eq(x, y) macro
/external/srtp/crypto/math/
Ddatatypes.c298 v128_xor_eq(v128_t *x, const v128_t *y) { in v128_xor_eq() function