Searched refs:v128_xor (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Dcrypto_math.h176 #define v128_xor(z, x, y) _v128_xor(z, x, y) macro
199 v128_xor(v128_t *z, v128_t *x, v128_t *y);
H A Ddatatypes.h327 #define v128_xor(z, x, y) _v128_xor(z, x, y) macro
350 v128_xor(v128_t *z, v128_t *x, v128_t *y);
/external/srtp/crypto/include/
H A Dcrypto_math.h176 #define v128_xor(z, x, y) _v128_xor(z, x, y) macro
199 v128_xor(v128_t *z, v128_t *x, v128_t *y);
H A Ddatatypes.h320 #define v128_xor(z, x, y) _v128_xor(z, x, y) macro
343 v128_xor(v128_t *z, v128_t *x, v128_t *y);
/external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
H A Daes_icm.c280 v128_xor(&c->counter, &c->offset, nonce);
/external/chromium_org/third_party/libsrtp/srtp/crypto/math/
H A Ddatatypes.c273 v128_xor(v128_t *z, v128_t *x, v128_t *y) { function
H A Dmath.c586 v128_xor(v128_t *z, v128_t *x, v128_t *y) { function
/external/srtp/crypto/cipher/
H A Daes_icm.c268 v128_xor(&c->counter, &c->offset, nonce);
/external/srtp/crypto/math/
H A Ddatatypes.c273 v128_xor(v128_t *z, v128_t *x, v128_t *y) { function
H A Dmath.c586 v128_xor(v128_t *z, v128_t *x, v128_t *y) { function

Completed in 243 milliseconds