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 D | zrtp.h | 474 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 D | zrtp_base.h | 29 typedef struct zrtp_profile_t zrtp_profile_t; typedef
|
H A D | zrtp_types.h | 104 struct zrtp_profile_t struct 824 zrtp_profile_t profile;
|
H A D | zrtp_engine.h | 254 uint8_t _zrtp_choose_best_comp( zrtp_profile_t* profile,
|
/dports/net/opal/opal-3.10.10/src/rtp/ |
H A D | zrtpudp.cxx | 98 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 D | minor_bugs_test.c | 34 zrtp_profile_t profile; in session_init_fails_with_no_dh2k()
|
H A D | test_engine.h | 29 zrtp_profile_t zrtp; /** libzrtp session parameters */
|
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libzrtp/src/ |
H A D | zrtp.c | 192 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 D | zrtp_utils_proto.c | 185 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 D | ChangeLog | 383 - ZRTP profile: zrtp_profile_t uses this integer values too. (list of
|
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/ |
H A D | switch_rtp.c | 498 zrtp_profile_t *zrtp_profile;
|