Searched refs:MD5 (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/hardware/chip/rtl872xd/ |
A D | ota.py | 8 def MD5(input): function 22 ota_md5_bytes = MD5(file.read())
|
/AliOS-Things-master/components/mbedtls/ |
A D | README.md | 6 mbedtls提供加解密算法(AES, RSA, MD5/SHA1/SHA256/SHA512 etc.),X.509证书管理和TLS/DTLS协议支持。详细介绍可参考[mbedtls官网](htt… 11 - 摘要算法(MD5/SHA1/SHA256/SHA512/RIPEMD160) 43 > 使能MD5: 默认使能,如需关闭,可修改配置如:
|
A D | ChangeLog | 735 * The following functions in the message digest modules (MD2, MD4, MD5, 752 any of MD2, MD4, MD5, SHA1, SHA256, SHA512) in favor of functions 852 * Add explicit warnings for the use of MD2, MD4, MD5, SHA-1, DES and ARC4 1032 * Removed MD5 from the allowed hash algorithms for CertificateRequest and 1231 * Disable MD5 handshake signatures in TLS 1.2 by default to prevent the 3051 HMAC-MD5, HMAC-SHA1, HMAC-SHA-256, HMAC-SHA-384, and HMAC-SHA-512
|
/AliOS-Things-master/components/ota/ |
A D | README.md | 13 5、支持MD5/SHA256固件完整性检验:为保证固件完成性,固件下载完成后,都有完整性校验;
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/ |
A D | Utils.cc | 126 MD5(reinterpret_cast<const unsigned char *>(data), size, in ComputeContentMD5()
|
/AliOS-Things-master/components/oss/src/utils/ |
A D | Utils.cc | 316 MD5(reinterpret_cast<const unsigned char*>(data), size, (unsigned char*)&md); in ComputeContentMD5() 456 MD5(reinterpret_cast<const unsigned char*>(data), size, (unsigned char*)&md); in ComputeContentETag()
|
/AliOS-Things-master/components/mbedtls/programs/ |
A D | README.md | 17 * [`hash/hello.c`](hash/hello.c): hello-world program for MD5.
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | config.h.bak | 343 * \warning MD2, MD4, MD5, ARC4, DES and SHA-1 are considered weak and their 414 * \warning MD2, MD4, MD5, DES and SHA-1 are considered weak and their use 2391 * Enable the MD5 hash algorithm. 2400 * MD5-signed certificates, and for PBKDF1 when decrypting PEM-encoded 2403 * \warning MD5 is considered a weak message digest and its use constitutes a
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/ |
A D | pnglibconf.dfa | 619 # 0: Just validate the profile MD5 signature if present, otherwise use 631 # a secure MD5 signature.
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | CHANGES | 4925 ICC V2 profiles that lack the MD5 signature in the profile header.
|
Completed in 24 milliseconds