srtp.def 2.0 KB

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