Searched refs:v128_copy_octet_string (Results 1 – 6 of 6) sorted by relevance
274 v128_copy_octet_string(&nonce, iv); in srtp_aes_icm_openssl_set_iv()
279 v128_copy_octet_string(&nonce, iv); in srtp_aes_icm_nss_set_iv()
242 v128_copy_octet_string(&nonce, iv); in srtp_aes_icm_set_iv()
1415 v128_copy_octet_string(&expanded_key->round[0], key); in aes_128_expand_encryption_key()1469 v128_copy_octet_string(&expanded_key->round[0], key); in aes_256_expand_encryption_key()1470 v128_copy_octet_string(&expanded_key->round[1], key + 16); in aes_256_expand_encryption_key()
125 void v128_copy_octet_string(v128_t *x, const uint8_t s[16]);
143 void v128_copy_octet_string(v128_t *x, const uint8_t s[16]) in v128_copy_octet_string() function