Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Side by Side Diff: srtp/srtp.def

Issue 889083003: Update libsrtp to upstream 1.5.0 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libsrtp@master
Patch Set: Updated to libsrtp 1.5.1 Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « srtp/install-win.bat ('k') | srtp/srtp/ekt.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 EXPORTS 1 EXPORTS
2 srtp_init 2 srtp_init
3 srtp_protect 3 srtp_protect
4 srtp_unprotect 4 srtp_unprotect
5 srtp_create 5 srtp_create
6 srtp_add_stream 6 srtp_add_stream
7 srtp_remove_stream 7 srtp_remove_stream
8 crypto_policy_set_rtp_default 8 crypto_policy_set_rtp_default
9 crypto_policy_set_rtcp_default 9 crypto_policy_set_rtcp_default
10 crypto_policy_set_aes_cm_128_hmac_sha1_32 10 crypto_policy_set_aes_cm_128_hmac_sha1_32
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 err_reporting_init 50 err_reporting_init
51 err_report 51 err_report
52 key_limit_set 52 key_limit_set
53 key_limit_clone 53 key_limit_clone
54 key_limit_check 54 key_limit_check
55 key_limit_update 55 key_limit_update
56 rdbx_init 56 rdbx_init
57 rdbx_estimate_index 57 rdbx_estimate_index
58 rdbx_check 58 rdbx_check
59 rdbx_add_index 59 rdbx_add_index
60 rdbx_get_packet_index
61 index_init 60 index_init
62 index_advance 61 index_advance
63 index_guess 62 index_guess
64 octet_get_weight 63 octet_get_weight
65 octet_string_hex_string 64 octet_string_hex_string
66 v128_bit_string 65 v128_bit_string
67 v128_hex_string 66 v128_hex_string
68 nibble_to_hex_char 67 nibble_to_hex_char
69 hex_string_to_octet_string 68 hex_string_to_octet_string
70 v128_copy_octet_string 69 v128_copy_octet_string
(...skipping 12 matching lines...) Expand all
83 aes_decrypt 82 aes_decrypt
84 aes_icm_context_init 83 aes_icm_context_init
85 aes_icm_set_iv 84 aes_icm_set_iv
86 aes_icm_encrypt 85 aes_icm_encrypt
87 aes_icm_output 86 aes_icm_output
88 aes_icm_dealloc 87 aes_icm_dealloc
89 aes_icm_encrypt_ismacryp 88 aes_icm_encrypt_ismacryp
90 aes_icm_alloc_ismacryp 89 aes_icm_alloc_ismacryp
91 crypto_alloc 90 crypto_alloc
92 crypto_free 91 crypto_free
OLDNEW
« no previous file with comments | « srtp/install-win.bat ('k') | srtp/srtp/ekt.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698