RTS API Documentation
1.10.11
|
#include <switch_core.h>
Data Fields | |
uint32_t | len |
uint8_t | data [MAX_FPLEN+1] |
char * | type |
char | str [MAX_FPSTRLEN] |
Definition at line 152 of file switch_core.h.
uint8_t dtls_fp_s::data[MAX_FPLEN+1] |
Definition at line 154 of file switch_core.h.
Referenced by switch_core_cert_expand_fingerprint(), switch_core_cert_extract_fingerprint(), and switch_core_cert_verify().
uint32_t dtls_fp_s::len |
Definition at line 153 of file switch_core.h.
Referenced by generate_local_fingerprint(), switch_core_cert_extract_fingerprint(), and switch_core_session_stop_media().
char dtls_fp_s::str[MAX_FPSTRLEN] |
Definition at line 156 of file switch_core.h.
Referenced by check_dtls_reinvite(), check_ice(), generate_m(), switch_core_cert_extract_fingerprint(), switch_core_cert_verify(), switch_core_media_activate_rtp(), switch_core_media_gen_local_sdp(), and switch_rtp_add_dtls().
char* dtls_fp_s::type |
Definition at line 155 of file switch_core.h.
Referenced by check_ice(), generate_local_fingerprint(), generate_m(), switch_core_cert_extract_fingerprint(), and switch_core_media_gen_local_sdp().