srtp.def 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. EXPORTS
  2. srtp_init
  3. srtp_shutdown
  4. srtp_protect
  5. srtp_unprotect
  6. srtp_create
  7. srtp_add_stream
  8. srtp_remove_stream
  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
  27. srtp_dealloc
  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
  33. srtp_protect_rtcp
  34. srtp_unprotect_rtcp
  35. srtp_set_user_data
  36. srtp_get_user_data
  37. srtp_install_event_handler
  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
  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