mbedtls_ssl_key_set struct
The data structure holding the cryptographic material (key and IV) used for record protection in TLS 1.3.
Fields
The key for client->server records.
The key for server->client records.
The IV for client->server records.
The IV for server->client records.
The length of client_write_key and server_write_key, in Bytes.
The length of client_write_iv and server_write_iv, in Bytes.
![]()
struct mbedtls_ssl_key_set {