David McGrew | 96ed8e9 | 2006-05-22 20:46:21 +0000 | [diff] [blame] | 1 | EXPORTS |
| 2 | srtp_init |
Jonathan Lennox | 701bb79 | 2016-09-12 18:40:41 -0400 | [diff] [blame] | 3 | srtp_shutdown |
David McGrew | 96ed8e9 | 2006-05-22 20:46:21 +0000 | [diff] [blame] | 4 | srtp_protect |
| 5 | srtp_unprotect |
| 6 | srtp_create |
| 7 | srtp_add_stream |
| 8 | srtp_remove_stream |
Jonathan Lennox | 701bb79 | 2016-09-12 18:40:41 -0400 | [diff] [blame] | 9 | srtp_update |
| 10 | srtp_update_stream |
| 11 | srtp_crypto_policy_set_rtp_default |
| 12 | srtp_crypto_policy_set_rtcp_default |
| 13 | srtp_crypto_policy_set_aes_cm_128_hmac_sha1_32 |
| 14 | srtp_crypto_policy_set_aes_cm_128_null_auth |
| 15 | srtp_crypto_policy_set_null_cipher_hmac_sha1_80 |
| 16 | srtp_crypto_policy_set_null_cipher_hmac_null |
| 17 | srtp_crypto_policy_set_aes_cm_256_hmac_sha1_80 |
| 18 | srtp_crypto_policy_set_aes_cm_256_hmac_sha1_32 |
| 19 | srtp_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 McGrew | 96ed8e9 | 2006-05-22 20:46:21 +0000 | [diff] [blame] | 27 | srtp_dealloc |
Jonathan Lennox | 701bb79 | 2016-09-12 18:40:41 -0400 | [diff] [blame] | 28 | srtp_crypto_policy_set_from_profile_for_rtp |
| 29 | srtp_crypto_policy_set_from_profile_for_rtcp |
| 30 | srtp_profile_get_master_key_length |
| 31 | srtp_profile_get_master_salt_length |
| 32 | srtp_append_salt_to_key |
David McGrew | 96ed8e9 | 2006-05-22 20:46:21 +0000 | [diff] [blame] | 33 | srtp_protect_rtcp |
| 34 | srtp_unprotect_rtcp |
Jonathan Lennox | 701bb79 | 2016-09-12 18:40:41 -0400 | [diff] [blame] | 35 | srtp_set_user_data |
| 36 | srtp_get_user_data |
David McGrew | 96ed8e9 | 2006-05-22 20:46:21 +0000 | [diff] [blame] | 37 | srtp_install_event_handler |
Jonathan Lennox | 701bb79 | 2016-09-12 18:40:41 -0400 | [diff] [blame] | 38 | srtp_get_version_string |
| 39 | srtp_get_version |
| 40 | srtp_set_debug_module |
| 41 | srtp_list_debug_modules |
| 42 | srtp_ekt_octets_after_base_tag |
| 43 | srtp_ekt_alloc |
| 44 | srtp_ekt_stream_init_from_policy |
| 45 | srtp_ekt_write_data |
Jonathan Lennox | b636e4b | 2016-09-13 13:27:38 -0400 | [diff] [blame] | 46 | srtp_cipher_get_key_length |
| 47 | srtp_cipher_type_self_test |
| 48 | srtp_cipher_type_test |
| 49 | srtp_cipher_bits_per_second |
| 50 | srtp_cipher_type_alloc |
| 51 | srtp_cipher_dealloc |
| 52 | srtp_cipher_init |
| 53 | srtp_cipher_set_iv |
| 54 | srtp_cipher_output |
| 55 | srtp_cipher_encrypt |
| 56 | srtp_cipher_decrypt |
| 57 | srtp_cipher_get_tag |
| 58 | srtp_cipher_set_aad |
| 59 | srtp_replace_cipher_type |
| 60 | srtp_auth_get_key_length |
| 61 | srtp_auth_get_tag_length |
| 62 | srtp_auth_get_prefix_length |
| 63 | srtp_auth_type_self_test |
| 64 | srtp_auth_type_test |
| 65 | srtp_replace_auth_type |