Home
last modified time | relevance | path

Searched refs:switch_rtp_get_random (Results 1 – 6 of 6) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_rtp.h184 SWITCH_DECLARE(void) switch_rtp_get_random(void *buf, uint32_t len);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_dingaling/
H A Dmod_dingaling.c1018 switch_rtp_get_random(key, SWITCH_RTP_KEY_LEN); in mdl_build_crypto()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_rtp.c2482 SWITCH_DECLARE(void) switch_rtp_get_random(void *buf, uint32_t len) in switch_rtp_get_random() function
H A Dswitch_core_media.c1190 switch_rtp_get_random(key, SUITES[ctype].keysalt_len); in switch_core_media_build_crypto()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs13667 public static void switch_rtp_get_random(SWIGTYPE_p_void buf, uint len) { in switch_rtp_get_random() method in FreeSWITCH.Native.freeswitch
13668 freeswitchPINVOKE.switch_rtp_get_random(SWIGTYPE_p_void.getCPtr(buf), len); in switch_rtp_get_random()
25959 …public static extern void switch_rtp_get_random(global::System.Runtime.InteropServices.HandleRef j… in switch_rtp_get_random() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx44761 switch_rtp_get_random(arg1,arg2); in CSharp_FreeSWITCHfNative_switch_rtp_get_random___()