Mbed OS Reference
Loading...
Searching...
No Matches
mbedtls_md_info_t Struct 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...
 

Detailed Description

Message digest information.

Allows message digest functions to be called in a generic way.

Definition at line 45 of file md_internal.h.

Field Documentation

◆ name

const char* name

Name of the message digest.

Definition at line 48 of file md_internal.h.

◆ type

Digest identifier.

Definition at line 51 of file md_internal.h.

◆ size

unsigned char size

Output length of the digest function in bytes.

Definition at line 54 of file md_internal.h.

◆ block_size

unsigned char block_size

Block length of the digest function in bytes.

Definition at line 57 of file md_internal.h.