|
RTS API Documentation
1.10.11
|
#include <switch_types.h>
Collaboration diagram for switch_crypto_key_material_s: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 2852 of file switch_types.h.
| char* switch_crypto_key_material_s::crypto_key |
Definition at line 2855 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 2856 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 2853 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 2857 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 2858 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 2859 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 2854 of file switch_types.h.
Referenced by switch_core_media_crypto_append_key_material(), and switch_rtp_add_crypto_key().
1.8.13