Home
last modified time | relevance | path

Searched refs:v128_copy (Results 1 – 4 of 4) sorted by relevance

/external/libsrtp2/crypto/include/
Ddatatypes.h205 #define v128_copy(z, x) _v128_copy(z, x) macro
223 void v128_copy(v128_t *x, const v128_t *y);
/external/libsrtp2/crypto/math/
Ddatatypes.c170 v128_copy(x, v); in v128_copy_octet_string()
182 void v128_copy(v128_t *x, const v128_t *y) in v128_copy() function
/external/libsrtp2/crypto/cipher/
Daes_icm.c266 v128_copy(&c->keystream_buffer, &c->counter); in srtp_aes_icm_advance()
Daes.c1562 v128_copy(&tmp, &expanded_key->round[num_rounds - i]); in srtp_aes_expand_decryption_key()
1563 v128_copy(&expanded_key->round[num_rounds - i], in srtp_aes_expand_decryption_key()
1565 v128_copy(&expanded_key->round[i], &tmp); in srtp_aes_expand_decryption_key()