RTS API Documentation
1.10.11
|
#include <switch_types.h>
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 |
struct switch_crypto_key_material_s * | local_key_material_next |
unsigned long | local_key_material_n |
struct switch_crypto_key_material_s * | remote_key_material_next |
unsigned long | remote_key_material_n |
Definition at line 2849 of file switch_types.h.
int secure_settings_s::crypto_tag |
Definition at line 2850 of file switch_types.h.
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 2853 of file switch_types.h.
Referenced by dtls_state_setup(), switch_core_media_build_crypto(), switch_media_handle_create(), and switch_rtp_add_crypto_key().
char* secure_settings_s::local_crypto_key |
Definition at line 2854 of file switch_types.h.
Referenced by generate_m(), switch_core_media_add_crypto(), switch_core_media_build_crypto(), switch_core_media_gen_local_sdp(), switch_core_media_recover_session(), switch_core_session_check_incoming_crypto(), and switch_core_session_local_crypto_key().
unsigned long secure_settings_s::local_key_material_n |
Definition at line 2871 of file switch_types.h.
Referenced by switch_core_media_add_crypto(), and switch_rtp_add_crypto_key().
struct switch_crypto_key_material_s* secure_settings_s::local_key_material_next |
Definition at line 2870 of file switch_types.h.
Referenced by switch_core_media_add_crypto(), and switch_rtp_add_crypto_key().
unsigned char secure_settings_s::local_raw_key[SWITCH_RTP_MAX_CRYPTO_LEN] |
Definition at line 2851 of file switch_types.h.
Referenced by dtls_state_setup(), switch_core_media_add_crypto(), switch_core_media_build_crypto(), and switch_rtp_add_crypto_key().
char* secure_settings_s::remote_crypto_key |
Definition at line 2855 of file switch_types.h.
Referenced by switch_core_media_add_crypto(), 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 long secure_settings_s::remote_key_material_n |
Definition at line 2873 of file switch_types.h.
Referenced by switch_core_media_add_crypto(), and switch_rtp_add_crypto_key().
struct switch_crypto_key_material_s* secure_settings_s::remote_key_material_next |
Definition at line 2872 of file switch_types.h.
Referenced by switch_core_media_add_crypto(), and switch_rtp_add_crypto_key().
unsigned char secure_settings_s::remote_raw_key[SWITCH_RTP_MAX_CRYPTO_LEN] |
Definition at line 2852 of file switch_types.h.
Referenced by dtls_state_setup(), switch_core_media_add_crypto(), switch_core_media_build_crypto(), and switch_rtp_add_crypto_key().