Go to the documentation of this file.
34 #if !defined(MBEDTLS_CONFIG_FILE)
37 #include MBEDTLS_CONFIG_FILE
40 #define MBEDTLS_ERR_MD_FEATURE_UNAVAILABLE -0x5080
41 #define MBEDTLS_ERR_MD_BAD_INPUT_DATA -0x5100
42 #define MBEDTLS_ERR_MD_ALLOC_FAILED -0x5180
43 #define MBEDTLS_ERR_MD_FILE_IO_ERROR -0x5200
46 #define MBEDTLS_ERR_MD_HW_ACCEL_FAILED -0x5280
73 #if defined(MBEDTLS_SHA512_C)
74 #define MBEDTLS_MD_MAX_SIZE 64
76 #define MBEDTLS_MD_MAX_SIZE 32
157 #if ! defined(MBEDTLS_DEPRECATED_REMOVED)
158 #if defined(MBEDTLS_DEPRECATED_WARNING)
159 #define MBEDTLS_DEPRECATED __attribute__((deprecated))
161 #define MBEDTLS_DEPRECATED
182 #undef MBEDTLS_DEPRECATED
333 unsigned char *output );
335 #if defined(MBEDTLS_FS_IO)
354 unsigned char *output );
460 const unsigned char *input,
size_t ilen,
461 unsigned char *output );