Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_shax.function34 mbedtls_sha256(buf, buflen,
50 TEST_EQUAL(mbedtls_sha256(src_str->x, src_str->len, output, 1), 0);
57 void mbedtls_sha256(data_t *src_str, data_t *hash)
64 TEST_EQUAL(mbedtls_sha256(src_str->x, src_str->len, output, 0), 0);
Dtest_suite_shax.data75 mbedtls_sha256:"":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
79 mbedtls_sha256:"bd":"68325720aabd7c82f30f554b313d0570c95accbb7dc4b5aae11204c08ffe732b"
83 mbedtls_sha256:"5fd4":"7c4fbf484498d21b487b9d61de8914b2eadaf2698712936d47c3ada2558f6788"
87 mbedtls_sha256:"b0bd69":"4096804221093ddccfbf46831490ea63e9e99414858f8d75ff7f642c7ca61803"
91 mbedtls_sha256:"c98c8e55":"7abc22c0ae5af26ce93dbb94433a0e0b2e119d014f8e7f65bd56c61ccccd9504"
95 mbedtls_sha256:"81a723d966":"7516fb8bb11350df2bf386bc3c33bd0f52cb4c67c6e4745e0488e62c2aea2605"
99 mbedtls_sha256:"8390cf0be07661cc7669aac54ce09a37733a629d45f5d983ef201f9b2d13800e555d9b1097fec3b783d…
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dcompat-2.x.h40 #define mbedtls_sha256_ret mbedtls_sha256
Dsha256.h167 int mbedtls_sha256(const unsigned char *input,
/openthread-latest/third_party/mbedtls/repo/programs/pkey/
Decdsa.c146 if ((ret = mbedtls_sha256(message, sizeof(message), hash, 0)) != 0) { in main()
Ddh_client.c195 if ((ret = mbedtls_sha256(buf, (int) (p - 2 - buf), hash, 0)) != 0) { in main()
Ddh_server.c196 if ((ret = mbedtls_sha256(buf, n, hash, 0)) != 0) { in main()
/openthread-latest/third_party/mbedtls/repo/library/
Dmd.c717 return mbedtls_sha256(input, ilen, output, 1); in mbedtls_md()
721 return mbedtls_sha256(input, ilen, output, 0); in mbedtls_md()
Dsha256.c769 int mbedtls_sha256(const unsigned char *input, in mbedtls_sha256() function
/openthread-latest/third_party/mbedtls/repo/docs/
Ddriver-only-builds.md94 to low-level hash APIs (`mbedtls_sha256()` etc.) are not possible for the
122 (`mbedtls_sha256()` etc.) will not be possible for the legacy modules that
D3.0-migration-guide.md264 The output parameter of `mbedtls_sha256_finish()`, `mbedtls_sha256()`, `mbedtls_sha512_finish()`, `…
346 | `mbedtls_sha256_ret` | `mbedtls_sha256` |
/openthread-latest/third_party/mbedtls/repo/programs/test/
Dbenchmark.c651 TIME_AND_TSC("SHA-256", mbedtls_sha256(buf, BUFSIZE, tmp, 0)); in main()
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
Dstrategy.md322 use SHA-256 will check for `MBEDTLS_SHA256_C` if using the `mbedtls_sha256`
Dmd-cipher-dispatch.md265 * No PSA accelerator. Then just call `mbedtls_sha256`, it's all there is, and it doesn't matter (fr…
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dall.sh3693 not grep mbedtls_sha256 library/sha256.o
3770 not grep mbedtls_sha256 library/sha256.o
/openthread-latest/third_party/mbedtls/repo/
DChangeLog1504 mbedtls_sha256_finish and mbedtls_sha256 now has a pointer type