提交 df5d378e 编写于 作者: L liyufan

for 3861 huks

Signed-off-by: Nliyufan <liyufan5@huawei.com>
上级 063b1cfe
......@@ -54,7 +54,11 @@ extern "C" {
*/
typedef enum {
MBEDTLS_MD_NONE=0, /**< None. */
#ifdef USE_HISI_MBED
MBEDTLS_MD_MD5 = 3, /**< The MD5 message digest. */
#else
MBEDTLS_MD_MD5, /**< The MD5 message digest. */
#endif
MBEDTLS_MD_SHA1, /**< The SHA-1 message digest. */
MBEDTLS_MD_SHA224, /**< The SHA-224 message digest. */
MBEDTLS_MD_SHA256, /**< The SHA-256 message digest. */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册