Home
last modified time | relevance | path

Searched refs:DTLS_SRTP_FNAME (Results 1 – 4 of 4) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core.h147 #define DTLS_SRTP_FNAME "dtls-srtp" macro
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_rtp.c3757 …session->pool, "%s%s%s.pem", SWITCH_GLOBAL_dirs.certs_dir, SWITCH_PATH_SEPARATOR, DTLS_SRTP_FNAME); in switch_rtp_add_dtls()
3762 …session->pool, "%s%s%s.key", SWITCH_GLOBAL_dirs.certs_dir, SWITCH_PATH_SEPARATOR, DTLS_SRTP_FNAME); in switch_rtp_add_dtls()
3763 …session->pool, "%s%s%s.crt", SWITCH_GLOBAL_dirs.certs_dir, SWITCH_PATH_SEPARATOR, DTLS_SRTP_FNAME); in switch_rtp_add_dtls()
H A Dswitch_core_media.c4022 switch_core_cert_gen_fingerprint(DTLS_SRTP_FNAME, &engine->local_dtls_fingerprint); in generate_local_fingerprint()
14043 switch_core_gen_certs(DTLS_SRTP_FNAME ".pem"); in switch_core_media_init()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs14956 public static readonly string DTLS_SRTP_FNAME = freeswitchPINVOKE.DTLS_SRTP_FNAME_get(); field in FreeSWITCH.Native.freeswitch