Searched refs:v128_xor (Results 1 – 5 of 5) sorted by relevance
/external/srtp/crypto/include/ |
D | 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);
|
D | 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/cipher/ |
D | aes_icm.c | 268 v128_xor(&c->counter, &c->offset, nonce); in aes_icm_set_iv()
|
/external/srtp/crypto/math/ |
D | datatypes.c | 273 v128_xor(v128_t *z, v128_t *x, v128_t *y) { in v128_xor() function
|
D | math.c | 586 v128_xor(v128_t *z, v128_t *x, v128_t *y) { in v128_xor() function
|