mbedtls_md_get_name() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...

mbedtls_md_get_name() function

This function extracts the message-digest name from the message-digest information structure.

Syntax

const char *mbedtls_md_get_name( const mbedtls_md_info_t *md_info );
Implemented in md.c:467

Arguments

md_info

The information structure of the message-digest algorithm to use.

Return value

The name of the message digest.

References

LocationText
md.c:467
const char *mbedtls_md_get_name( const mbedtls_md_info_t *md_info )
md.h:257
const char *mbedtls_md_get_name( const mbedtls_md_info_t *md_info );

Data Use

Data read by mbedtls_md_get_name()
mbedtls_md_get_name()