mbed TLS v3.1.0
Data Fields
mbedtls_dtls_srtp_info_t Struct Reference

#include <ssl.h>

Data Fields

mbedtls_ssl_srtp_profile private_chosen_dtls_srtp_profile
 
uint16_t private_mki_len
 
unsigned char private_mki_value [MBEDTLS_TLS_SRTP_MAX_MKI_LENGTH]
 

Detailed Description

Definition at line 1094 of file ssl.h.

Field Documentation

mbedtls_ssl_srtp_profile mbedtls_dtls_srtp_info_t::private_chosen_dtls_srtp_profile

The SRTP profile that was negotiated.

Definition at line 1097 of file ssl.h.

uint16_t mbedtls_dtls_srtp_info_t::private_mki_len

The length of mki_value.

Definition at line 1099 of file ssl.h.

unsigned char mbedtls_dtls_srtp_info_t::private_mki_value[MBEDTLS_TLS_SRTP_MAX_MKI_LENGTH]

The mki_value used, with max size of 256 bytes.

Definition at line 1101 of file ssl.h.


The documentation for this struct was generated from the following file: