blob: e22074057f72c03c599eeb1b46d5674df723ade9 [file] [log] [blame]
David McGrew96ed8e92006-05-22 20:46:21 +00001EXPORTS
2srtp_init
Jonathan Lennox701bb792016-09-12 18:40:41 -04003srtp_shutdown
David McGrew96ed8e92006-05-22 20:46:21 +00004srtp_protect
5srtp_unprotect
6srtp_create
7srtp_add_stream
8srtp_remove_stream
Jonathan Lennox701bb792016-09-12 18:40:41 -04009srtp_update
10srtp_update_stream
11srtp_crypto_policy_set_rtp_default
12srtp_crypto_policy_set_rtcp_default
13srtp_crypto_policy_set_aes_cm_128_hmac_sha1_32
14srtp_crypto_policy_set_aes_cm_128_null_auth
15srtp_crypto_policy_set_null_cipher_hmac_sha1_80
16srtp_crypto_policy_set_null_cipher_hmac_null
17srtp_crypto_policy_set_aes_cm_256_hmac_sha1_80
18srtp_crypto_policy_set_aes_cm_256_hmac_sha1_32
19srtp_crypto_policy_set_aes_cm_256_null_auth
20; TODO - GCM module not yet supported on Win32
21; srtp_crypto_policy_set_aes_gcm_128_8_auth
22; srtp_crypto_policy_set_aes_gcm_256_8_auth
23; srtp_crypto_policy_set_aes_gcm_128_8_only_auth
24; srtp_crypto_policy_set_aes_gcm_256_8_only_auth
25; srtp_crypto_policy_set_aes_gcm_128_16_auth
26; srtp_crypto_policy_set_aes_gcm_256_16_auth
David McGrew96ed8e92006-05-22 20:46:21 +000027srtp_dealloc
Jonathan Lennox701bb792016-09-12 18:40:41 -040028srtp_crypto_policy_set_from_profile_for_rtp
29srtp_crypto_policy_set_from_profile_for_rtcp
30srtp_profile_get_master_key_length
31srtp_profile_get_master_salt_length
32srtp_append_salt_to_key
David McGrew96ed8e92006-05-22 20:46:21 +000033srtp_protect_rtcp
34srtp_unprotect_rtcp
Jonathan Lennox701bb792016-09-12 18:40:41 -040035srtp_set_user_data
36srtp_get_user_data
David McGrew96ed8e92006-05-22 20:46:21 +000037srtp_install_event_handler
Jonathan Lennox701bb792016-09-12 18:40:41 -040038srtp_get_version_string
39srtp_get_version
40srtp_set_debug_module
41srtp_list_debug_modules
42srtp_ekt_octets_after_base_tag
43srtp_ekt_alloc
44srtp_ekt_stream_init_from_policy
45srtp_ekt_write_data
Jonathan Lennoxb636e4b2016-09-13 13:27:38 -040046srtp_cipher_get_key_length
47srtp_cipher_type_self_test
48srtp_cipher_type_test
49srtp_cipher_bits_per_second
50srtp_cipher_type_alloc
51srtp_cipher_dealloc
52srtp_cipher_init
53srtp_cipher_set_iv
54srtp_cipher_output
55srtp_cipher_encrypt
56srtp_cipher_decrypt
57srtp_cipher_get_tag
58srtp_cipher_set_aad
59srtp_replace_cipher_type
60srtp_auth_get_key_length
61srtp_auth_get_tag_length
62srtp_auth_get_prefix_length
63srtp_auth_type_self_test
64srtp_auth_type_test
65srtp_replace_auth_type