RTS API Documentation
1.10.11
|
#include <switch_types.h>
Data Fields | |
switch_rtp_crypto_key_param_method_type_t | method |
unsigned char | raw_key [SWITCH_RTP_MAX_CRYPTO_LEN] |
char * | crypto_key |
uint64_t | lifetime |
unsigned int | mki_id |
unsigned int | mki_size |
struct switch_crypto_key_material_s * | next |
Definition at line 2839 of file switch_types.h.
char* switch_crypto_key_material_s::crypto_key |
Definition at line 2842 of file switch_types.h.
Referenced by switch_core_media_crypto_append_key_material().
uint64_t switch_crypto_key_material_s::lifetime |
Definition at line 2843 of file switch_types.h.
Referenced by switch_core_media_add_crypto(), and switch_core_media_crypto_append_key_material().
switch_rtp_crypto_key_param_method_type_t switch_crypto_key_material_s::method |
Definition at line 2840 of file switch_types.h.
Referenced by switch_core_media_add_crypto(), and switch_core_media_crypto_append_key_material().
unsigned int switch_crypto_key_material_s::mki_id |
Definition at line 2844 of file switch_types.h.
Referenced by switch_core_media_add_crypto(), switch_core_media_crypto_append_key_material(), and switch_rtp_add_crypto_key().
unsigned int switch_crypto_key_material_s::mki_size |
Definition at line 2845 of file switch_types.h.
Referenced by switch_core_media_add_crypto(), switch_core_media_crypto_append_key_material(), and switch_rtp_add_crypto_key().
struct switch_crypto_key_material_s* switch_crypto_key_material_s::next |
Definition at line 2846 of file switch_types.h.
Referenced by switch_core_media_crypto_append_key_material(), and switch_rtp_add_crypto_key().
unsigned char switch_crypto_key_material_s::raw_key[SWITCH_RTP_MAX_CRYPTO_LEN] |
Definition at line 2841 of file switch_types.h.
Referenced by switch_core_media_crypto_append_key_material(), and switch_rtp_add_crypto_key().