FreeSWITCH API Documentation
1.7.0
|
Data Fields | |
int | crypto_tag |
unsigned char | local_raw_key [SWITCH_RTP_MAX_CRYPTO_LEN] |
unsigned char | remote_raw_key [SWITCH_RTP_MAX_CRYPTO_LEN] |
switch_rtp_crypto_key_type_t | crypto_type |
char * | local_crypto_key |
char * | remote_crypto_key |
Definition at line 60 of file switch_core_media.c.
int secure_settings_s::crypto_tag |
Definition at line 61 of file switch_core_media.c.
Referenced by switch_core_media_recover_session(), switch_core_session_apply_crypto(), switch_core_session_check_incoming_crypto(), and switch_core_session_get_recovery_crypto_key().
switch_rtp_crypto_key_type_t secure_settings_s::crypto_type |
Definition at line 64 of file switch_core_media.c.
Referenced by switch_core_media_build_crypto(), switch_core_session_apply_crypto(), and switch_core_session_check_incoming_crypto().
char* secure_settings_s::local_crypto_key |
Definition at line 65 of file switch_core_media.c.
Referenced by generate_m(), switch_core_media_build_crypto(), switch_core_media_gen_local_sdp(), switch_core_media_recover_session(), and switch_core_session_check_incoming_crypto().
unsigned char secure_settings_s::local_raw_key[SWITCH_RTP_MAX_CRYPTO_LEN] |
Definition at line 62 of file switch_core_media.c.
Referenced by switch_core_media_add_crypto(), switch_core_media_build_crypto(), switch_core_media_recover_session(), switch_core_session_apply_crypto(), and switch_core_session_check_incoming_crypto().
char* secure_settings_s::remote_crypto_key |
Definition at line 66 of file switch_core_media.c.
Referenced by switch_core_media_recover_session(), switch_core_session_apply_crypto(), switch_core_session_check_incoming_crypto(), and switch_core_session_get_recovery_crypto_key().
unsigned char secure_settings_s::remote_raw_key[SWITCH_RTP_MAX_CRYPTO_LEN] |
Definition at line 63 of file switch_core_media.c.
Referenced by switch_core_media_add_crypto(), switch_core_media_build_crypto(), switch_core_media_recover_session(), switch_core_session_apply_crypto(), and switch_core_session_check_incoming_crypto().