Home
last modified time | relevance | path

Searched refs:auth_key_len (Results 1 – 25 of 173) sorted by relevance

1234567

/dports/audio/baresip/baresip-0.5.8/modules/gzrtp/
H A Dsrtp.cpp127 int auth_key_len; in Srtp() local
132 auth_key_len = 20; in Srtp()
136 auth_key_len = 32; in Srtp()
166 auth_key_len, // authentication key len in Srtp()
179 auth_key_len, // authentication key len in Srtp()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/trunnel/hs/
H A Dcell_establish_intro.c274 return inp->auth_key_len; in trn_cell_establish_intro_get_auth_key_len()
279 inp->auth_key_len = val; in trn_cell_establish_intro_set_auth_key_len()
505 if (TRUNNEL_DYNARRAY_LEN(&obj->auth_key) != obj->auth_key_len) in trn_cell_establish_intro_check()
584 trunnel_set_uint16(ptr, trunnel_htons(obj->auth_key_len)); in trn_cell_establish_intro_encode()
590 trunnel_assert(obj->auth_key_len == elt_len); in trn_cell_establish_intro_encode()
677 obj->auth_key_len = trunnel_ntohs(trunnel_get_uint16(ptr)); in trn_cell_establish_intro_parse_into()
681 CHECK_REMAINING(obj->auth_key_len, truncated); in trn_cell_establish_intro_parse_into()
683 obj->auth_key.n_ = obj->auth_key_len; in trn_cell_establish_intro_parse_into()
684 if (obj->auth_key_len) in trn_cell_establish_intro_parse_into()
685 memcpy(obj->auth_key.elts_, ptr, obj->auth_key_len); in trn_cell_establish_intro_parse_into()
[all …]
H A Dcell_introduce1.c135 return inp->auth_key_len; in trn_cell_introduce1_get_auth_key_len()
140 inp->auth_key_len = val; in trn_cell_introduce1_set_auth_key_len()
301 if (TRUNNEL_DYNARRAY_LEN(&obj->auth_key) != obj->auth_key_len) in trn_cell_introduce1_check()
382 trunnel_set_uint16(ptr, trunnel_htons(obj->auth_key_len)); in trn_cell_introduce1_encode()
388 trunnel_assert(obj->auth_key_len == elt_len); in trn_cell_introduce1_encode()
464 obj->auth_key_len = trunnel_ntohs(trunnel_get_uint16(ptr)); in trn_cell_introduce1_parse_into()
468 CHECK_REMAINING(obj->auth_key_len, truncated); in trn_cell_introduce1_parse_into()
470 obj->auth_key.n_ = obj->auth_key_len; in trn_cell_introduce1_parse_into()
471 if (obj->auth_key_len) in trn_cell_introduce1_parse_into()
472 memcpy(obj->auth_key.elts_, ptr, obj->auth_key_len); in trn_cell_introduce1_parse_into()
[all …]
/dports/security/tor/tor-0.4.6.8/src/trunnel/hs/
H A Dcell_establish_intro.c274 return inp->auth_key_len; in trn_cell_establish_intro_get_auth_key_len()
279 inp->auth_key_len = val; in trn_cell_establish_intro_set_auth_key_len()
505 if (TRUNNEL_DYNARRAY_LEN(&obj->auth_key) != obj->auth_key_len) in trn_cell_establish_intro_check()
584 trunnel_set_uint16(ptr, trunnel_htons(obj->auth_key_len)); in trn_cell_establish_intro_encode()
590 trunnel_assert(obj->auth_key_len == elt_len); in trn_cell_establish_intro_encode()
677 obj->auth_key_len = trunnel_ntohs(trunnel_get_uint16(ptr)); in trn_cell_establish_intro_parse_into()
681 CHECK_REMAINING(obj->auth_key_len, truncated); in trn_cell_establish_intro_parse_into()
683 obj->auth_key.n_ = obj->auth_key_len; in trn_cell_establish_intro_parse_into()
684 if (obj->auth_key_len) in trn_cell_establish_intro_parse_into()
685 memcpy(obj->auth_key.elts_, ptr, obj->auth_key_len); in trn_cell_establish_intro_parse_into()
[all …]
H A Dcell_introduce1.c135 return inp->auth_key_len; in trn_cell_introduce1_get_auth_key_len()
140 inp->auth_key_len = val; in trn_cell_introduce1_set_auth_key_len()
301 if (TRUNNEL_DYNARRAY_LEN(&obj->auth_key) != obj->auth_key_len) in trn_cell_introduce1_check()
382 trunnel_set_uint16(ptr, trunnel_htons(obj->auth_key_len)); in trn_cell_introduce1_encode()
388 trunnel_assert(obj->auth_key_len == elt_len); in trn_cell_introduce1_encode()
464 obj->auth_key_len = trunnel_ntohs(trunnel_get_uint16(ptr)); in trn_cell_introduce1_parse_into()
468 CHECK_REMAINING(obj->auth_key_len, truncated); in trn_cell_introduce1_parse_into()
470 obj->auth_key.n_ = obj->auth_key_len; in trn_cell_introduce1_parse_into()
471 if (obj->auth_key_len) in trn_cell_introduce1_parse_into()
472 memcpy(obj->auth_key.elts_, ptr, obj->auth_key_len); in trn_cell_introduce1_parse_into()
[all …]
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtp.c240 policy->auth_key_len = 20; in set_crypto_policy_cipher_auth()
245 policy->auth_key_len = 20; in set_crypto_policy_cipher_auth()
250 policy->auth_key_len = 0; in set_crypto_policy_cipher_auth()
/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtp.c240 policy->auth_key_len = 20; in set_crypto_policy_cipher_auth()
245 policy->auth_key_len = 20; in set_crypto_policy_cipher_auth()
250 policy->auth_key_len = 0; in set_crypto_policy_cipher_auth()
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtp.c240 policy->auth_key_len = 20; in set_crypto_policy_cipher_auth()
245 policy->auth_key_len = 20; in set_crypto_policy_cipher_auth()
250 policy->auth_key_len = 0; in set_crypto_policy_cipher_auth()
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtp.c240 policy->auth_key_len = 20; in set_crypto_policy_cipher_auth()
245 policy->auth_key_len = 20; in set_crypto_policy_cipher_auth()
250 policy->auth_key_len = 0; in set_crypto_policy_cipher_auth()
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtp.c240 policy->auth_key_len = 20; in set_crypto_policy_cipher_auth()
245 policy->auth_key_len = 20; in set_crypto_policy_cipher_auth()
250 policy->auth_key_len = 0; in set_crypto_policy_cipher_auth()
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtp.c240 policy->auth_key_len = 20; in set_crypto_policy_cipher_auth()
245 policy->auth_key_len = 20; in set_crypto_policy_cipher_auth()
250 policy->auth_key_len = 0; in set_crypto_policy_cipher_auth()
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtp.c240 policy->auth_key_len = 20; in set_crypto_policy_cipher_auth()
245 policy->auth_key_len = 20; in set_crypto_policy_cipher_auth()
250 policy->auth_key_len = 0; in set_crypto_policy_cipher_auth()
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtp.c240 policy->auth_key_len = 20; in set_crypto_policy_cipher_auth()
245 policy->auth_key_len = 20; in set_crypto_policy_cipher_auth()
250 policy->auth_key_len = 0; in set_crypto_policy_cipher_auth()
/dports/multimedia/gstreamer1-plugins-ttml/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtp.c240 policy->auth_key_len = 20; in set_crypto_policy_cipher_auth()
245 policy->auth_key_len = 20; in set_crypto_policy_cipher_auth()
250 policy->auth_key_len = 0; in set_crypto_policy_cipher_auth()
/dports/multimedia/gstreamer1-plugins-aom/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtp.c240 policy->auth_key_len = 20; in set_crypto_policy_cipher_auth()
245 policy->auth_key_len = 20; in set_crypto_policy_cipher_auth()
250 policy->auth_key_len = 0; in set_crypto_policy_cipher_auth()
/dports/multimedia/gstreamer1-plugins-dts/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtp.c240 policy->auth_key_len = 20; in set_crypto_policy_cipher_auth()
245 policy->auth_key_len = 20; in set_crypto_policy_cipher_auth()
250 policy->auth_key_len = 0; in set_crypto_policy_cipher_auth()
/dports/multimedia/gstreamer1-plugins-dash/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtp.c240 policy->auth_key_len = 20; in set_crypto_policy_cipher_auth()
245 policy->auth_key_len = 20; in set_crypto_policy_cipher_auth()
250 policy->auth_key_len = 0; in set_crypto_policy_cipher_auth()
/dports/multimedia/gstreamer1-plugins-assrender/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtp.c240 policy->auth_key_len = 20; in set_crypto_policy_cipher_auth()
245 policy->auth_key_len = 20; in set_crypto_policy_cipher_auth()
250 policy->auth_key_len = 0; in set_crypto_policy_cipher_auth()
/dports/multimedia/gstreamer1-plugins-bad/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtp.c240 policy->auth_key_len = 20; in set_crypto_policy_cipher_auth()
245 policy->auth_key_len = 20; in set_crypto_policy_cipher_auth()
250 policy->auth_key_len = 0; in set_crypto_policy_cipher_auth()
/dports/multimedia/gstreamer1-plugins-hls/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtp.c240 policy->auth_key_len = 20; in set_crypto_policy_cipher_auth()
245 policy->auth_key_len = 20; in set_crypto_policy_cipher_auth()
250 policy->auth_key_len = 0; in set_crypto_policy_cipher_auth()
/dports/multimedia/gstreamer1-plugins-mpeg2enc/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtp.c240 policy->auth_key_len = 20; in set_crypto_policy_cipher_auth()
245 policy->auth_key_len = 20; in set_crypto_policy_cipher_auth()
250 policy->auth_key_len = 0; in set_crypto_policy_cipher_auth()
/dports/multimedia/gstreamer1-plugins-libde265/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtp.c240 policy->auth_key_len = 20; in set_crypto_policy_cipher_auth()
245 policy->auth_key_len = 20; in set_crypto_policy_cipher_auth()
250 policy->auth_key_len = 0; in set_crypto_policy_cipher_auth()
/dports/multimedia/gstreamer1-plugins-kate/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtp.c240 policy->auth_key_len = 20; in set_crypto_policy_cipher_auth()
245 policy->auth_key_len = 20; in set_crypto_policy_cipher_auth()
250 policy->auth_key_len = 0; in set_crypto_policy_cipher_auth()
/dports/audio/gstreamer1-plugins-soundtouch/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtp.c240 policy->auth_key_len = 20; in set_crypto_policy_cipher_auth()
245 policy->auth_key_len = 20; in set_crypto_policy_cipher_auth()
250 policy->auth_key_len = 0; in set_crypto_policy_cipher_auth()
/dports/audio/gstreamer1-plugins-modplug/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtp.c240 policy->auth_key_len = 20; in set_crypto_policy_cipher_auth()
245 policy->auth_key_len = 20; in set_crypto_policy_cipher_auth()
250 policy->auth_key_len = 0; in set_crypto_policy_cipher_auth()

1234567