Mbed OS Reference
|
Message digest information. More...
#include <md_internal.h>
Data Fields | |
const char * | name |
Name of the message digest. More... | |
mbedtls_md_type_t | type |
Digest identifier. More... | |
unsigned char | size |
Output length of the digest function in bytes. More... | |
unsigned char | block_size |
Block length of the digest function in bytes. More... | |
Message digest information.
Allows message digest functions to be called in a generic way.
Definition at line 45 of file md_internal.h.
const char* name |
Name of the message digest.
Definition at line 48 of file md_internal.h.
mbedtls_md_type_t type |
Digest identifier.
Definition at line 51 of file md_internal.h.
unsigned char size |
Output length of the digest function in bytes.
Definition at line 54 of file md_internal.h.
unsigned char block_size |
Block length of the digest function in bytes.
Definition at line 57 of file md_internal.h.