1EXPORTS 2srtp_init 3srtp_shutdown 4srtp_protect 5srtp_protect_mki 6srtp_unprotect 7srtp_unprotect_mki 8srtp_create 9srtp_add_stream 10srtp_remove_stream 11srtp_update 12srtp_update_stream 13srtp_get_stream 14srtp_crypto_policy_set_rtp_default 15srtp_crypto_policy_set_rtcp_default 16srtp_crypto_policy_set_aes_cm_128_hmac_sha1_32 17srtp_crypto_policy_set_aes_cm_128_null_auth 18srtp_crypto_policy_set_null_cipher_hmac_sha1_80 19srtp_crypto_policy_set_null_cipher_hmac_null 20srtp_crypto_policy_set_aes_cm_256_hmac_sha1_80 21srtp_crypto_policy_set_aes_cm_256_hmac_sha1_32 22srtp_crypto_policy_set_aes_cm_256_null_auth 23srtp_crypto_policy_set_aes_gcm_128_8_auth 24srtp_crypto_policy_set_aes_gcm_256_8_auth 25srtp_crypto_policy_set_aes_gcm_128_8_only_auth 26srtp_crypto_policy_set_aes_gcm_256_8_only_auth 27srtp_crypto_policy_set_aes_gcm_128_16_auth 28srtp_crypto_policy_set_aes_gcm_256_16_auth 29srtp_dealloc 30srtp_crypto_policy_set_from_profile_for_rtp 31srtp_crypto_policy_set_from_profile_for_rtcp 32srtp_profile_get_master_key_length 33srtp_profile_get_master_salt_length 34srtp_append_salt_to_key 35srtp_get_protect_trailer_length 36srtp_get_protect_rtcp_trailer_length 37srtp_protect_rtcp 38srtp_protect_rtcp_mki 39srtp_unprotect_rtcp 40srtp_unprotect_rtcp_mki 41srtp_set_stream_roc 42srtp_set_user_data 43srtp_get_stream_roc 44srtp_get_user_data 45srtp_install_event_handler 46srtp_get_version_string 47srtp_get_version 48srtp_set_debug_module 49srtp_list_debug_modules 50srtp_install_log_handler 51srtp_err_report 52srtp_crypto_kernel_load_debug_module 53srtp_cipher_get_key_length 54srtp_cipher_type_self_test 55srtp_cipher_type_test 56srtp_cipher_bits_per_second 57srtp_cipher_type_alloc 58srtp_cipher_dealloc 59srtp_cipher_init 60srtp_cipher_set_iv 61srtp_cipher_output 62srtp_cipher_encrypt 63srtp_cipher_decrypt 64srtp_cipher_get_tag 65srtp_cipher_set_aad 66srtp_replace_cipher_type 67srtp_auth_get_key_length 68srtp_auth_get_tag_length 69srtp_auth_get_prefix_length 70srtp_auth_type_self_test 71srtp_auth_type_test 72srtp_replace_auth_type 73srtp_octet_string_hex_string 74srtp_octet_string_is_eq 75srtp_rdbx_get_window_size 76