Searched full:sha256sum (Results 1 – 2 of 2) sorted by relevance
346 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)
882 unsigned char sha256sum[32]; in mbedtls_sha256_common_self_test() local931 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()