Home
last modified time | relevance | path

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

/optee_os/.github/workflows/
H A Dci.yml346 HASH=$(echo -n "${{ matrix.name }}" | sha256sum | cut -c1-16)
435 HASH=$(echo -n "${{ matrix.name }}" | sha256sum | cut -c1-16)
579 HASH=$(echo -n "${{ matrix.name }}" | sha256sum | cut -c1-16)
670 HASH=$(echo -n "${{ matrix.name }}" | sha256sum | cut -c1-16)
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dsha256.c882 unsigned char sha256sum[32]; in mbedtls_sha256_common_self_test() local
931 if ((ret = mbedtls_sha256_finish(&ctx, sha256sum)) != 0) { in mbedtls_sha256_common_self_test()
936 if (memcmp(sha256sum, sha_test_sum[i], 32 - is224 * 4) != 0) { in mbedtls_sha256_common_self_test()