Searched refs:sha256sum (Results 1 – 1 of 1) sorted by relevance
531 unsigned char sha256sum[32]; in mbedtls_sha256_self_test() local576 if( ( ret = mbedtls_sha256_finish_ret( &ctx, sha256sum ) ) != 0 ) in mbedtls_sha256_self_test()580 if( memcmp( sha256sum, sha256_test_sum[i], 32 - k * 4 ) != 0 ) in mbedtls_sha256_self_test()
Completed in 3 milliseconds