Searched refs:v128_copy (Results 1 – 4 of 4) sorted by relevance
205 #define v128_copy(z, x) _v128_copy(z, x) macro223 void v128_copy(v128_t *x, const v128_t *y);
170 v128_copy(x, v); in v128_copy_octet_string()182 void v128_copy(v128_t *x, const v128_t *y) in v128_copy() function
266 v128_copy(&c->keystream_buffer, &c->counter); in srtp_aes_icm_advance()
1562 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()