mbedTLS
mbedtls_ssl_config::dtls_srtp_profile_list_len
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
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_len
mbedtls_ssl_config::dtls_srtp_profile_list_len field
number of supported profiles
Syntax
Show:
Summary
Declaration
from
ssl.h:1643
size_t
MBEDTLS_PRIVATE
(
dtls_srtp_profile_list_len
;
Examples
References
from
examples
Code
Location
Referrer
size_t
MBEDTLS_PRIVATE
(
dtls_srtp_profile_list_len
)
;
ssl.h:1643
conf
->
dtls_srtp_profile_list_len
=
0
;
ssl_tls.c:2891
mbedtls_ssl_conf_dtls_srtp_protection_profiles()
conf
->
dtls_srtp_profile_list_len
=
list_size
;
ssl_tls.c:2896
mbedtls_ssl_conf_dtls_srtp_protection_profiles()
(
ssl
->
conf
->
dtls_srtp_profile_list_len
==
0
)
)
{
ssl_tls12_client.c:416
ssl_write_use_srtp_ext()
ext_len
=
2
+
2
*
(
ssl
->
conf
->
dtls_srtp_profile_list_len
)
+
1
+
mki_len
;
ssl_tls12_client.c:436
ssl_write_use_srtp_ext()
*
p
++
=
MBEDTLS_BYTE_0
(
2
*
ssl
->
conf
->
dtls_srtp_profile_list_len
)
;
ssl_tls12_client.c:461
ssl_write_use_srtp_ext()
protection_profiles_index
<
ssl
->
conf
->
dtls_srtp_profile_list_len
;
ssl_tls12_client.c:464
ssl_write_use_srtp_ext()
(
ssl
->
conf
->
dtls_srtp_profile_list_len
==
0
)
)
{
ssl_tls12_client.c:989
ssl_parse_use_srtp_ext()
for
(
i
=
0
;
i
<
ssl
->
conf
->
dtls_srtp_profile_list_len
;
i
++
)
{
ssl_tls12_client.c:1044
ssl_parse_use_srtp_ext()
(
ssl
->
conf
->
dtls_srtp_profile_list_len
==
0
)
)
{
ssl_tls12_server.c:558
ssl_parse_use_srtp_ext()
for
(
i
=
0
;
i
<
ssl
->
conf
->
dtls_srtp_profile_list_len
;
i
++
)
{
ssl_tls12_server.c:614
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_len
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_len
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