Go to the documentation of this file.
32 #if !defined(MBEDTLS_CONFIG_FILE)
35 #include MBEDTLS_CONFIG_FILE
38 #define MBEDTLS_ERR_MD_FEATURE_UNAVAILABLE -0x5080
39 #define MBEDTLS_ERR_MD_BAD_INPUT_DATA -0x5100
40 #define MBEDTLS_ERR_MD_ALLOC_FAILED -0x5180
41 #define MBEDTLS_ERR_MD_FILE_IO_ERROR -0x5200
44 #define MBEDTLS_ERR_MD_HW_ACCEL_FAILED -0x5280
71 #if defined(MBEDTLS_SHA512_C)
72 #define MBEDTLS_MD_MAX_SIZE 64
74 #define MBEDTLS_MD_MAX_SIZE 32
155 #if ! defined(MBEDTLS_DEPRECATED_REMOVED)
156 #if defined(MBEDTLS_DEPRECATED_WARNING)
157 #define MBEDTLS_DEPRECATED __attribute__((deprecated))
159 #define MBEDTLS_DEPRECATED
180 #undef MBEDTLS_DEPRECATED
331 unsigned char *output );
333 #if defined(MBEDTLS_FS_IO)
352 unsigned char *output );
458 const unsigned char *input,
size_t ilen,
459 unsigned char *output );