mbedTLS
mbedtls_ssl_config::dtls_srtp_profile_list
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_ssl_config::dtls_srtp_profile_list
mbedtls_ssl_config::dtls_srtp_profile_list field
ordered list of supported srtp profile
Syntax
Show:
Summary
Declaration
from
ssl.h:1641
const
mbedtls_ssl_srtp_profile
*
MBEDTLS_PRIVATE
(
dtls_srtp_profile_list
;
Examples
References
from
examples
Code
Location
Referrer
const
mbedtls_ssl_srtp_profile
*
MBEDTLS_PRIVATE
(
dtls_srtp_profile_list
)
;
ssl.h:1641
conf
->
dtls_srtp_profile_list
=
NULL
;
ssl_tls.c:2890
mbedtls_ssl_conf_dtls_srtp_protection_profiles()
conf
->
dtls_srtp_profile_list
=
profiles
;
ssl_tls.c:2895
mbedtls_ssl_conf_dtls_srtp_protection_profiles()
(
ssl
->
conf
->
dtls_srtp_profile_list
==
NULL
)
||
ssl_tls12_client.c:415
ssl_write_use_srtp_ext()
(
ssl
->
conf
->
dtls_srtp_profile_list
[
protection_profiles_index
]
)
;
ssl_tls12_client.c:467
ssl_write_use_srtp_ext()
(
ssl
->
conf
->
dtls_srtp_profile_list
==
NULL
)
||
ssl_tls12_client.c:988
ssl_parse_use_srtp_ext()
if
(
server_protection
==
ssl
->
conf
->
dtls_srtp_profile_list
[
i
]
)
{
ssl_tls12_client.c:1045
ssl_parse_use_srtp_ext()
ssl
->
dtls_srtp_info
.
chosen_dtls_srtp_profile
=
ssl
->
conf
->
dtls_srtp_profile_list
[
i
]
;
ssl_tls12_client.c:1046
ssl_parse_use_srtp_ext()
(
ssl
->
conf
->
dtls_srtp_profile_list
==
NULL
)
||
ssl_tls12_server.c:557
ssl_parse_use_srtp_ext()
if
(
client_protection
==
ssl
->
conf
->
dtls_srtp_profile_list
[
i
]
)
{
ssl_tls12_server.c:615
ssl_parse_use_srtp_ext()
ssl
->
dtls_srtp_info
.
chosen_dtls_srtp_profile
=
ssl
->
conf
->
dtls_srtp_profile_list
[
i
]
;
ssl_tls12_server.c:616
ssl_parse_use_srtp_ext()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_ssl_config::dtls_srtp_profile_list
is written by 1 function and is read by 3 functions:
mbedtls_ssl_conf_dtls_srtp_protection_profiles()
All items filtered out
mbedtls_ssl_config::dtls_srtp_profile_list
ssl_write_use_srtp_ext()
ssl_parse_use_srtp_ext()
ssl_parse_use_srtp_ext()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out