Searched refs:sha512sum (Results 1 – 1 of 1) sorted by relevance
610 unsigned char sha512sum[64]; in mbedtls_sha512_self_test() local658 if( ( ret = mbedtls_sha512_finish_ret( &ctx, sha512sum ) ) != 0 ) in mbedtls_sha512_self_test()661 if( memcmp( sha512sum, sha512_test_sum[i], 64 - k * 16 ) != 0 ) in mbedtls_sha512_self_test()
Completed in 3 milliseconds