Searched refs:md5sum (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/mbedtls/library/ |
A D | pem.c | 86 unsigned char md5sum[16]; in pem_pbkdf1() local 101 if( ( ret = mbedtls_md5_finish_ret( &md5_ctx, md5sum ) ) != 0 ) in pem_pbkdf1() 106 memcpy( key, md5sum, keylen ); in pem_pbkdf1() 110 memcpy( key, md5sum, 16 ); in pem_pbkdf1() 117 if( ( ret = mbedtls_md5_update_ret( &md5_ctx, md5sum, 16 ) ) != 0 ) in pem_pbkdf1() 123 if( ( ret = mbedtls_md5_finish_ret( &md5_ctx, md5sum ) ) != 0 ) in pem_pbkdf1() 130 memcpy( key + 16, md5sum, use_len ); in pem_pbkdf1() 134 mbedtls_platform_zeroize( md5sum, 16 ); in pem_pbkdf1()
|
A D | md5.c | 460 unsigned char md5sum[16]; in mbedtls_md5_self_test() local 467 ret = mbedtls_md5_ret( md5_test_buf[i], md5_test_buflen[i], md5sum ); in mbedtls_md5_self_test() 471 if( memcmp( md5sum, md5_test_sum[i], 16 ) != 0 ) in mbedtls_md5_self_test()
|
A D | ssl_tls.c | 6135 unsigned char md5sum[16]; in ssl_calc_finished_ssl() local 6177 mbedtls_md5_finish_ret( &md5, md5sum ); in ssl_calc_finished_ssl() 6189 mbedtls_md5_update_ret( &md5, md5sum, 16 ); in ssl_calc_finished_ssl() 6204 mbedtls_platform_zeroize( md5sum, sizeof( md5sum ) ); in ssl_calc_finished_ssl()
|
/AliOS-Things-master/components/linkkit/ota/ |
A D | iotx_ota.h | 22 char md5sum[33]; /* MD5 string */ member
|
A D | iotx_ota.c | 61 &h_ota->version, h_ota->md5sum, in ota_callback() 874 strncpy(buf, h_ota->md5sum, buf_len); in IOT_OTA_Ioctl() 894 OTA_LOG_DEBUG("origin=%s, now=%s", h_ota->md5sum, md5_str); in IOT_OTA_Ioctl() 895 if (0 == strcmp(h_ota->md5sum, md5_str)) { in IOT_OTA_Ioctl()
|
/AliOS-Things-master/components/mbedtls/programs/ |
A D | .gitignore | 9 hash/md5sum
|
/AliOS-Things-master/components/mbedtls/ |
A D | ChangeLog | 3095 * Added a few demonstration programs: md5sum, sha1sum,
|
Completed in 23 milliseconds