Go to the documentation of this file.
31 #ifndef MBEDTLS_SHA1_H
32 #define MBEDTLS_SHA1_H
34 #if !defined(MBEDTLS_CONFIG_FILE)
37 #include MBEDTLS_CONFIG_FILE
44 #define MBEDTLS_ERR_SHA1_HW_ACCEL_FAILED -0x0035
50 #if !defined(MBEDTLS_SHA1_ALT)
141 const unsigned char *input,
158 unsigned char output[20] );
174 const unsigned char data[64] );
176 #if !defined(MBEDTLS_DEPRECATED_REMOVED)
177 #if defined(MBEDTLS_DEPRECATED_WARNING)
178 #define MBEDTLS_DEPRECATED __attribute__((deprecated))
180 #define MBEDTLS_DEPRECATED
212 const unsigned char *input,
230 unsigned char output[20] );
246 const unsigned char data[64] );
248 #undef MBEDTLS_DEPRECATED
273 unsigned char output[20] );
275 #if !defined(MBEDTLS_DEPRECATED_REMOVED)
276 #if defined(MBEDTLS_DEPRECATED_WARNING)
277 #define MBEDTLS_DEPRECATED __attribute__((deprecated))
279 #define MBEDTLS_DEPRECATED
303 unsigned char output[20] );
305 #undef MBEDTLS_DEPRECATED