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.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
mbedtls_md_info_t Struct Reference
Message digest information. More...
#include <md_internal.h>
Data Fields | |
const char * | name |
Name of the message digest. | |
mbedtls_md_type_t | type |
Digest identifier. | |
unsigned char | size |
Output length of the digest function in bytes. | |
unsigned char | block_size |
Block length of the digest function in bytes. |
Detailed Description
Message digest information.
Allows message digest functions to be called in a generic way.
Definition at line 47 of file md_internal.h.
Field Documentation
unsigned char block_size |
Block length of the digest function in bytes.
Definition at line 59 of file md_internal.h.
const char* name |
Name of the message digest.
Definition at line 50 of file md_internal.h.
unsigned char size |
Output length of the digest function in bytes.
Definition at line 56 of file md_internal.h.
Digest identifier.
Definition at line 53 of file md_internal.h.
Generated on Tue Jul 12 2022 13:55:33 by
