Home
last modified time | relevance | path

Searched refs:srtp_octet_string_hex_string (Results 1 – 15 of 15) sorted by relevance

/external/libsrtp2/crypto/cipher/
Dcipher.c265 srtp_octet_string_hex_string( in srtp_cipher_type_test()
279 srtp_octet_string_hex_string(test_case->idx, 12)); in srtp_cipher_type_test()
291 srtp_octet_string_hex_string( in srtp_cipher_type_test()
317 srtp_octet_string_hex_string( in srtp_cipher_type_test()
336 srtp_octet_string_hex_string( in srtp_cipher_type_test()
339 srtp_octet_string_hex_string( in srtp_cipher_type_test()
369 srtp_octet_string_hex_string( in srtp_cipher_type_test()
392 srtp_octet_string_hex_string( in srtp_cipher_type_test()
405 srtp_octet_string_hex_string( in srtp_cipher_type_test()
423 srtp_octet_string_hex_string( in srtp_cipher_type_test()
[all …]
Daes_gcm_ossl.c181 srtp_octet_string_hex_string(key, c->key_size)); in srtp_aes_gcm_openssl_context_init()
221 srtp_octet_string_hex_string(iv, 12)); in srtp_aes_gcm_openssl_set_iv()
251 srtp_octet_string_hex_string(aad, aad_len)); in srtp_aes_gcm_openssl_set_aad()
Daes_gcm_nss.c202 srtp_octet_string_hex_string(key, c->key_size)); in srtp_aes_gcm_nss_context_init()
244 srtp_octet_string_hex_string(iv, GCM_IV_LEN)); in srtp_aes_gcm_nss_set_iv()
266 srtp_octet_string_hex_string(aad, aad_len)); in srtp_aes_gcm_nss_set_aad()
Daes_icm_ossl.c233 srtp_octet_string_hex_string(key, c->key_size)); in srtp_aes_icm_openssl_context_init()
Daes_icm_nss.c242 srtp_octet_string_hex_string(key, c->key_size)); in srtp_aes_icm_nss_context_init()
Daes_icm.c211 srtp_octet_string_hex_string(key, base_key_len)); in srtp_aes_icm_context_init()
/external/libsrtp2/crypto/hash/
Dauth.c136 srtp_octet_string_hex_string(test_case->key, in srtp_auth_type_test()
139 srtp_octet_string_hex_string( in srtp_auth_type_test()
143 srtp_octet_string_hex_string(tag, test_case->tag_length_octets)); in srtp_auth_type_test()
145 srtp_octet_string_hex_string(test_case->tag, in srtp_auth_type_test()
Dhmac.c145 srtp_octet_string_hex_string(ipad, 64)); in srtp_hmac_init()
173 srtp_octet_string_hex_string(message, msg_octets)); in srtp_hmac_update()
206 srtp_octet_string_hex_string((uint8_t *)H, 20)); in srtp_hmac_compute()
226 srtp_octet_string_hex_string((uint8_t *)hash_value, tag_len)); in srtp_hmac_compute()
Dhmac_ossl.c176 srtp_octet_string_hex_string(message, msg_octets)); in srtp_hmac_update()
216 srtp_octet_string_hex_string(hash_value, tag_len)); in srtp_hmac_compute()
/external/libsrtp2/srtp/
Dekt.c233 srtp_octet_string_hex_string(packet, emk_len)); in srtp_ekt_write_data()
240 srtp_octet_string_hex_string(packet, sizeof(roc))); in srtp_ekt_write_data()
247 srtp_octet_string_hex_string(packet, sizeof(isn))); in srtp_ekt_write_data()
253 srtp_octet_string_hex_string(packet, sizeof(ekt->data->spi))); in srtp_ekt_write_data()
Dsrtp.c958 srtp_octet_string_hex_string(tmp_key, rtp_base_key_len)); in srtp_stream_init_keys()
980 srtp_octet_string_hex_string(tmp_key + rtp_base_key_len, in srtp_stream_init_keys()
1067 srtp_octet_string_hex_string(tmp_key, rtp_xtn_hdr_base_key_len)); in srtp_stream_init_keys()
1091 srtp_octet_string_hex_string(tmp_key + rtp_xtn_hdr_base_key_len, in srtp_stream_init_keys()
1123 srtp_octet_string_hex_string( in srtp_stream_init_keys()
1172 srtp_octet_string_hex_string(tmp_key, rtcp_base_key_len)); in srtp_stream_init_keys()
1175 srtp_octet_string_hex_string(tmp_key + rtcp_base_key_len, in srtp_stream_init_keys()
1198 srtp_octet_string_hex_string( in srtp_stream_init_keys()
2303 srtp_octet_string_hex_string(auth_tag, prefix_len)); in srtp_protect_mki()
2347 srtp_octet_string_hex_string(auth_tag, tag_len)); in srtp_protect_mki()
[all …]
/external/libsrtp2/
Dsrtp.def73 srtp_octet_string_hex_string
/external/libsrtp2/crypto/include/
Ddatatypes.h119 char *srtp_octet_string_hex_string(const void *str, int length);
/external/libsrtp2/crypto/math/
Ddatatypes.c91 char *srtp_octet_string_hex_string(const void *s, int length) in srtp_octet_string_hex_string() function
/external/libsrtp2/test/
Dsrtp_driver.c2031 srtp_octet_string_hex_string(srtp_plaintext, len)); in srtp_validate_encrypted_extensions_headers()
2033 srtp_octet_string_hex_string(srtp_ciphertext, len)); in srtp_validate_encrypted_extensions_headers()
2152 srtp_octet_string_hex_string(srtp_plaintext, len)); in srtp_validate_encrypted_extensions_headers_gcm()
2154 srtp_octet_string_hex_string(srtp_ciphertext, len)); in srtp_validate_encrypted_extensions_headers_gcm()