Home
last modified time | relevance | path

Searched refs:v128_copy_octet_string (Results 1 – 6 of 6) sorted by relevance

/external/libsrtp2/crypto/cipher/
Daes_icm_ossl.c274 v128_copy_octet_string(&nonce, iv); in srtp_aes_icm_openssl_set_iv()
Daes_icm_nss.c279 v128_copy_octet_string(&nonce, iv); in srtp_aes_icm_nss_set_iv()
Daes_icm.c242 v128_copy_octet_string(&nonce, iv); in srtp_aes_icm_set_iv()
Daes.c1415 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()
/external/libsrtp2/crypto/include/
Ddatatypes.h125 void v128_copy_octet_string(v128_t *x, const uint8_t s[16]);
/external/libsrtp2/crypto/math/
Ddatatypes.c143 void v128_copy_octet_string(v128_t *x, const uint8_t s[16]) in v128_copy_octet_string() function