![]() |
Mbed OS 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. | |
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.