Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
des_context Struct Reference
DES context structure. More...
#include <des.h>
Data Fields | |
int | mode |
unsigned long | sk [32] |
Detailed Description
DES context structure.
Definition at line 48 of file FEATURE_LWIP/lwip-interface/lwip/src/include/netif/ppp/polarssl/des.h.
Field Documentation
int mode |
encrypt/decrypt
Definition at line 50 of file FEATURE_LWIP/lwip-interface/lwip/src/include/netif/ppp/polarssl/des.h.
unsigned long sk[32] |
DES subkeys
Definition at line 51 of file FEATURE_LWIP/lwip-interface/lwip/src/include/netif/ppp/polarssl/des.h.
Generated on Tue Jul 12 2022 13:32:48 by
