Home
last modified time | relevance | path

Searched refs:switch_core_cert_gen_fingerprint (Results 1 – 5 of 5) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_cert.c193 SWITCH_DECLARE(int) switch_core_cert_gen_fingerprint(const char *prefix, dtls_fingerprint_t *fp) in switch_core_cert_gen_fingerprint() function
H A Dswitch_core_media.c4022 switch_core_cert_gen_fingerprint(DTLS_SRTP_FNAME, &engine->local_dtls_fingerprint); in generate_local_fingerprint()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core.h2813 SWITCH_DECLARE(int) switch_core_cert_gen_fingerprint(const char *prefix, dtls_fingerprint_t *fp);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs10210 public static int switch_core_cert_gen_fingerprint(string prefix, dtls_fingerprint_t fp) { in switch_core_cert_gen_fingerprint() method in FreeSWITCH.Native.freeswitch
10211 …int ret = freeswitchPINVOKE.switch_core_cert_gen_fingerprint(prefix, dtls_fingerprint_t.getCPtr(fp… in switch_core_cert_gen_fingerprint()
19746 …public static extern int switch_core_cert_gen_fingerprint(string jarg1, global::System.Runtime.Int… in switch_core_cert_gen_fingerprint() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx18565 result = (int)switch_core_cert_gen_fingerprint((char const *)arg1,arg2); in CSharp_FreeSWITCHfNative_switch_core_cert_gen_fingerprint___()