mbed TLS v3.4.0
Data Fields
mbedtls_des_context Struct Reference

DES context structure. More...

#include <des.h>

Data Fields

uint32_t private_sk [32]
 

Detailed Description

DES context structure.

Warning
DES/3DES are considered weak ciphers and their use constitutes a security risk. We recommend considering stronger ciphers instead.

Definition at line 60 of file des.h.

Field Documentation

uint32_t mbedtls_des_context::private_sk[32]

DES subkeys

Definition at line 61 of file des.h.


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