Home
last modified time | relevance | path

Searched refs:srtp_profile (Results 1 – 25 of 362) sorted by relevance

12345678910>>...15

/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/openssl/ssl/
H A Dd1_srtp.c234 return s->srtp_profile; in SSL_get_selected_srtp_profile()
319 s->srtp_profile = NULL; in ssl_parse_clienthello_use_srtp_ext()
337 s->srtp_profile = sprof; in ssl_parse_clienthello_use_srtp_ext()
371 if (s->srtp_profile == 0) { in ssl_add_serverhello_use_srtp_ext()
377 s2n(s->srtp_profile->id, p); in ssl_add_serverhello_use_srtp_ext()
436 s->srtp_profile = prof; in ssl_parse_serverhello_use_srtp_ext()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/openssl/ssl/
H A Dd1_srtp.c234 return s->srtp_profile; in SSL_get_selected_srtp_profile()
319 s->srtp_profile = NULL; in ssl_parse_clienthello_use_srtp_ext()
337 s->srtp_profile = sprof; in ssl_parse_clienthello_use_srtp_ext()
371 if (s->srtp_profile == 0) { in ssl_add_serverhello_use_srtp_ext()
377 s2n(s->srtp_profile->id, p); in ssl_add_serverhello_use_srtp_ext()
436 s->srtp_profile = prof; in ssl_parse_serverhello_use_srtp_ext()
/dports/security/openssl-legacy-static/openssl-1.0.2u/ssl/
H A Dd1_srtp.c234 return s->srtp_profile; in SSL_get_selected_srtp_profile()
319 s->srtp_profile = NULL; in ssl_parse_clienthello_use_srtp_ext()
337 s->srtp_profile = sprof; in ssl_parse_clienthello_use_srtp_ext()
371 if (s->srtp_profile == 0) { in ssl_add_serverhello_use_srtp_ext()
377 s2n(s->srtp_profile->id, p); in ssl_add_serverhello_use_srtp_ext()
436 s->srtp_profile = prof; in ssl_parse_serverhello_use_srtp_ext()
/dports/security/openssl-unsafe/openssl-c9ba19c/ssl/
H A Dd1_srtp.c234 return s->srtp_profile; in SSL_get_selected_srtp_profile()
319 s->srtp_profile = NULL; in ssl_parse_clienthello_use_srtp_ext()
337 s->srtp_profile = sprof; in ssl_parse_clienthello_use_srtp_ext()
371 if (s->srtp_profile == 0) { in ssl_add_serverhello_use_srtp_ext()
377 s2n(s->srtp_profile->id, p); in ssl_add_serverhello_use_srtp_ext()
436 s->srtp_profile = prof; in ssl_parse_serverhello_use_srtp_ext()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/tls/
H A Dtls_session.cpp33 uint16_t srtp_profile) : in Session() argument
41 m_srtp_profile(srtp_profile), in Session()
71 size_t srtp_profile = 0; in Session() local
96 .decode(srtp_profile) in Session()
121 m_srtp_profile = static_cast<uint16_t>(srtp_profile); in Session()
/dports/security/botan2/Botan-2.18.2/src/lib/tls/
H A Dtls_session.cpp33 uint16_t srtp_profile) : in Session() argument
41 m_srtp_profile(srtp_profile), in Session()
71 size_t srtp_profile = 0; in Session() local
96 .decode(srtp_profile) in Session()
121 m_srtp_profile = static_cast<uint16_t>(srtp_profile); in Session()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/tls/
H A Dtls_session.cpp33 uint16_t srtp_profile) : in Session() argument
41 m_srtp_profile(srtp_profile), in Session()
71 size_t srtp_profile = 0; in Session() local
96 .decode(srtp_profile) in Session()
121 m_srtp_profile = static_cast<uint16_t>(srtp_profile); in Session()
/dports/www/janus/janus-gateway-0.11.6/
H A Ddtls.c789 const SRTP_PROTECTION_PROFILE *srtp_profile = SSL_get_selected_srtp_profile(dtls->ssl); in janus_dtls_srtp_incoming_msg() local
790 if(srtp_profile == NULL) { in janus_dtls_srtp_incoming_msg()
798 JANUS_LOG(LOG_VERB, "[%"SCNu64"] %s\n", handle->handle_id, srtp_profile->name); in janus_dtls_srtp_incoming_msg()
800 switch(srtp_profile->id) { in janus_dtls_srtp_incoming_msg()
821 …S_LOG(LOG_WARN, "[%"SCNu64"] Unsupported SRTP profile %lu\n", handle->handle_id, srtp_profile->id); in janus_dtls_srtp_incoming_msg()
850 switch(srtp_profile->id) { in janus_dtls_srtp_incoming_msg()
871 …_LOG(LOG_WARN, "[%"SCNu64"] Unsupported SRTP profile %s\n", handle->handle_id, srtp_profile->name); in janus_dtls_srtp_incoming_msg()
885 switch(srtp_profile->id) { in janus_dtls_srtp_incoming_msg()
906 …_LOG(LOG_WARN, "[%"SCNu64"] Unsupported SRTP profile %s\n", handle->handle_id, srtp_profile->name); in janus_dtls_srtp_incoming_msg()
935 dtls->srtp_profile = srtp_profile->id; in janus_dtls_srtp_incoming_msg()
/dports/www/janus/janus-gateway-0.11.6/plugins/
H A Djanus_nosip.c293 janus_srtp_profile srtp_profile; member
434 switch(session->media.srtp_profile) { in janus_nosip_srtp_set_local()
497 session->media.srtp_profile = JANUS_SRTP_AEAD_AES_128_GCM; in janus_nosip_srtp_set_remote()
523 switch(session->media.srtp_profile) { in janus_nosip_srtp_set_remote()
570 session->media.srtp_profile = 0; in janus_nosip_srtp_cleanup()
887 session->media.srtp_profile = 0; in janus_nosip_create_session()
1400 srtp_profile = JANUS_SRTP_AES128_CM_SHA1_32; in janus_nosip_handler()
1402 srtp_profile = JANUS_SRTP_AES128_CM_SHA1_80; in janus_nosip_handler()
1405 srtp_profile = JANUS_SRTP_AEAD_AES_128_GCM; in janus_nosip_handler()
1407 srtp_profile = JANUS_SRTP_AEAD_AES_256_GCM; in janus_nosip_handler()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/boringssl/ssl/
H A Dd1_srtp.c222 return ssl->srtp_profile; in SSL_get_selected_srtp_profile()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/ssl/
H A Dd1_srtp.c137 return s->srtp_profile; in SSL_get_selected_srtp_profile()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/ssl/
H A Dd1_srtp.c137 return s->srtp_profile; in SSL_get_selected_srtp_profile()
/dports/security/libressl-static/libressl-3.3.5/ssl/
H A Dd1_srtp.c247 return (SRTP_PROTECTION_PROFILE *)s->internal->srtp_profile; in SSL_get_selected_srtp_profile()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/ssl/
H A Dd1_srtp.c133 return s->srtp_profile; in SSL_get_selected_srtp_profile()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/ssl/
H A Dd1_srtp.c137 return s->srtp_profile; in SSL_get_selected_srtp_profile()
/dports/security/libressl/libressl-3.4.3/ssl/
H A Dd1_srtp.c256 return (SRTP_PROTECTION_PROFILE *)s->internal->srtp_profile;
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/ssl/
H A Dd1_srtp.c137 return s->srtp_profile; in SSL_get_selected_srtp_profile()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/ssl/
H A Dd1_srtp.c137 return s->srtp_profile; in SSL_get_selected_srtp_profile()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/ssl/
H A Dd1_srtp.c137 return s->srtp_profile; in SSL_get_selected_srtp_profile()
/dports/emulators/citra/citra-ac98458e0/externals/libressl/ssl/
H A Dd1_srtp.c248 return s->internal->srtp_profile; in SSL_get_selected_srtp_profile()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/libressl/ssl/
H A Dd1_srtp.c248 return s->internal->srtp_profile; in SSL_get_selected_srtp_profile()
/dports/www/obhttpd/libressl-3.4.1/ssl/
H A Dd1_srtp.c256 return (SRTP_PROTECTION_PROFILE *)s->internal->srtp_profile; in SSL_get_selected_srtp_profile()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/ssl/
H A Dd1_srtp.c137 return s->srtp_profile; in SSL_get_selected_srtp_profile()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/ssl/
H A Dd1_srtp.c137 return s->srtp_profile; in SSL_get_selected_srtp_profile()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/ssl/
H A Dd1_srtp.c137 return s->srtp_profile; in SSL_get_selected_srtp_profile()

12345678910>>...15