Home
last modified time | relevance | path

Searched refs:zrtp_profile_t (Results 1 – 11 of 11) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/include/
H A Dzrtp.h474 zrtp_profile_t* profile,
874 zrtp_status_t zrtp_profile_check(const zrtp_profile_t* profile, zrtp_global_t* zrtp);
897 void zrtp_profile_defaults(zrtp_profile_t* profile, zrtp_global_t* zrtp);
912 int zrtp_profile_find(const zrtp_profile_t* profile, zrtp_crypto_comp_t type, uint8_t id);
H A Dzrtp_base.h29 typedef struct zrtp_profile_t zrtp_profile_t; typedef
H A Dzrtp_types.h104 struct zrtp_profile_t struct
824 zrtp_profile_t profile;
H A Dzrtp_engine.h254 uint8_t _zrtp_choose_best_comp( zrtp_profile_t* profile,
/dports/net/opal/opal-3.10.10/src/rtp/
H A Dzrtpudp.cxx98 zrtp_profile_t * GetZrtpProfile();
105 zrtp_profile_t *profile;
317 zrtp_profile_t* LibZrtpSecurityMode_Base::GetZrtpProfile(){
330 profile = new zrtp_profile_t;
331 memset(profile, 0, sizeof(zrtp_profile_t));
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/test/
H A Dminor_bugs_test.c34 zrtp_profile_t profile; in session_init_fails_with_no_dh2k()
H A Dtest_engine.h29 zrtp_profile_t zrtp; /** libzrtp session parameters */
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/src/
H A Dzrtp.c192 zrtp_profile_t* profile, in zrtp_session_init()
242 zrtp_memcpy(&new_session->profile, profile, sizeof(zrtp_profile_t)); in zrtp_session_init()
789 void zrtp_profile_defaults(zrtp_profile_t* profile, zrtp_global_t* zrtp) in zrtp_profile_defaults()
791 zrtp_memset(profile, 0, sizeof(zrtp_profile_t)); in zrtp_profile_defaults()
819 zrtp_status_t zrtp_profile_check(const zrtp_profile_t* profile, zrtp_global_t* zrtp) in zrtp_profile_check()
919 int zrtp_profile_find(const zrtp_profile_t* profile, zrtp_crypto_comp_t type, uint8_t id) in zrtp_profile_find()
H A Dzrtp_utils_proto.c185 uint8_t _zrtp_choose_best_comp( zrtp_profile_t *profile, in _zrtp_choose_best_comp()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/
H A DChangeLog383 - ZRTP profile: zrtp_profile_t uses this integer values too. (list of
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_rtp.c498 zrtp_profile_t *zrtp_profile;