Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

mbedtls_md_info_t Struct Reference

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.