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.
Fork of OmniWheels by
mbedtls_cipher_info_t Struct Reference
Cipher information. More...
#include <cipher.h>
Data Fields | |
mbedtls_cipher_type_t | type |
Full cipher identifier. | |
mbedtls_cipher_mode_t | mode |
The cipher mode. | |
unsigned int | key_bitlen |
The cipher key length, in bits. | |
const char * | name |
Name of the cipher. | |
unsigned int | iv_size |
IV or nonce size, in Bytes. | |
int | flags |
Flags to set. | |
unsigned int | block_size |
The block size, in Bytes. | |
const mbedtls_cipher_base_t * | base |
Struct for base cipher information and functions. |
Detailed Description
Cipher information.
Allows calling cipher functions in a generic way.
Definition at line 207 of file cipher.h.
Field Documentation
const mbedtls_cipher_base_t* base |
unsigned int block_size |
int flags |
unsigned int iv_size |
unsigned int key_bitlen |
Generated on Fri Jul 22 2022 04:54:13 by
