Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_types.h2820 } switch_crypto_key_material_t; typedef
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs34123 public class switch_crypto_key_material_t : global::System.IDisposable { class
34127 internal switch_crypto_key_material_t(global::System.IntPtr cPtr, bool cMemoryOwn) { in switch_crypto_key_material_t() method in FreeSWITCH.Native.switch_crypto_key_material_t
34132 …static global::System.Runtime.InteropServices.HandleRef getCPtr(switch_crypto_key_material_t obj) { in getCPtr()
34136 ~switch_crypto_key_material_t() { in ~switch_crypto_key_material_t()
34214 public switch_crypto_key_material_t next {
34220switch_crypto_key_material_t ret = (cPtr == global::System.IntPtr.Zero) ? null : new switch_crypto…
34225 …public switch_crypto_key_material_t() : this(freeswitchPINVOKE.new_switch_crypto_key_material_t(),… in switch_crypto_key_material_t() method in FreeSWITCH.Native.switch_crypto_key_material_t
44574 public switch_crypto_key_material_t local_key_material_next {
44580switch_crypto_key_material_t ret = (cPtr == global::System.IntPtr.Zero) ? null : new switch_crypto…
44595 public switch_crypto_key_material_t remote_key_material_next {
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_media.c1309 static switch_crypto_key_material_t* switch_core_media_crypto_append_key_material( in switch_core_media_crypto_append_key_material()
1311 switch_crypto_key_material_t *tail, in switch_core_media_crypto_append_key_material()
1378 switch_crypto_key_material_t *key_material = NULL; in switch_core_media_add_crypto()
H A Dswitch_rtp.c3948 switch_crypto_key_material_t *key_material = NULL; in switch_rtp_add_crypto_key()