HomeSort by relevance Sort by last modified time
    Searched defs:v128_xor (Results 1 - 4 of 4) sorted by null

  /external/srtp/crypto/include/
crypto_math.h 176 #define v128_xor(z, x, y) _v128_xor(z, x, y) macro
199 v128_xor(v128_t *z, v128_t *x, v128_t *y);
datatypes.h 320 #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/srtp/crypto/math/
datatypes.c 273 v128_xor(v128_t *z, v128_t *x, v128_t *y) { function