/external/srtp/crypto/rng/ |
prng.c | 108 v128_copy(&buffer, &x917_prng.state); 138 v128_copy(&x917_prng.state, &buffer); 150 v128_copy(&buffer, &x917_prng.state); 169 v128_copy(&x917_prng.state, &buffer);
|
/external/srtp/crypto/include/ |
crypto_math.h | 175 #define v128_copy(z, x) _v128_copy(z, x) macro 196 v128_copy(v128_t *x, const v128_t *y);
|
datatypes.h | 319 #define v128_copy(z, x) _v128_copy(z, x) macro 340 v128_copy(v128_t *x, const v128_t *y);
|
/external/srtp/crypto/cipher/ |
aes_icm.c | 235 v128_copy(&c->keystream_buffer, &c->counter); 291 v128_copy(&c->keystream_buffer, &c->counter);
|
aes.c | [all...] |
/external/srtp/crypto/math/ |
datatypes.c | 255 v128_copy(x,v); 268 v128_copy(v128_t *x, const v128_t *y) { function
|
math.c | 581 v128_copy(v128_t *x, const v128_t *y) { function
|