Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
A Dsha512.c610 unsigned char sha512sum[64]; in mbedtls_sha512_self_test() local
658 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