Home
last modified time | relevance | path

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

/external/libsrtp2/crypto/cipher/
Daes.c1760 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()
/external/libsrtp2/crypto/include/
Ddatatypes.h211 #define v128_xor_eq(x, y) _v128_xor_eq(x, y) macro
/external/libsrtp2/crypto/math/
Ddatatypes.c212 int v128_xor_eq(v128_t *x, const v128_t *y) in v128_xor_eq() function