Home
last modified time | relevance | path

Searched refs:md5sum (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
A Dpem.c81 unsigned char md5sum[16]; in pem_pbkdf1() local
96 if( ( ret = mbedtls_md5_finish_ret( &md5_ctx, md5sum ) ) != 0 ) in pem_pbkdf1()
101 memcpy( key, md5sum, keylen ); in pem_pbkdf1()
105 memcpy( key, md5sum, 16 ); in pem_pbkdf1()
112 if( ( ret = mbedtls_md5_update_ret( &md5_ctx, md5sum, 16 ) ) != 0 ) in pem_pbkdf1()
118 if( ( ret = mbedtls_md5_finish_ret( &md5_ctx, md5sum ) ) != 0 ) in pem_pbkdf1()
125 memcpy( key + 16, md5sum, use_len ); in pem_pbkdf1()
129 mbedtls_platform_zeroize( md5sum, 16 ); in pem_pbkdf1()
A Dmd5.c463 unsigned char md5sum[16]; in mbedtls_md5_self_test() local
470 ret = mbedtls_md5_ret( md5_test_buf[i], md5_test_buflen[i], md5sum ); in mbedtls_md5_self_test()
474 if( memcmp( md5sum, md5_test_sum[i], 16 ) != 0 ) in mbedtls_md5_self_test()
A Dssl_tls.c3055 unsigned char md5sum[16]; in ssl_calc_finished_ssl() local
3097 mbedtls_md5_finish_ret( &md5, md5sum ); in ssl_calc_finished_ssl()
3109 mbedtls_md5_update_ret( &md5, md5sum, 16 ); in ssl_calc_finished_ssl()
3124 mbedtls_platform_zeroize( md5sum, sizeof( md5sum ) ); in ssl_calc_finished_ssl()
/optee_os/lib/libmbedtls/mbedtls/
A DChangeLog4320 * Added a few demonstration programs: md5sum, sha1sum,

Completed in 21 milliseconds