Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
A Dsha256.c531 unsigned char sha256sum[32]; in mbedtls_sha256_self_test() local
576 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 2 milliseconds