Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/mbedtls/tests/suites/
H A 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);
H A 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…
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A 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);
H A 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…
/aosp_15_r20/system/chre/platform/tinysys/
H A Dauthentication.cc169 mbedtls_sha256(data, kDataSize, digest, /* is224= */ 0); in authenticate()
209 mbedtls_sha256(image, realImageSize, hashCalculated, /* is224= */ 0); in hasCorrectHash()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dcompat-2.x.h40 #define mbedtls_sha256_ret mbedtls_sha256
H A Dsha256.h167 int mbedtls_sha256(const unsigned char *input,
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dcompat-2.x.h40 #define mbedtls_sha256_ret mbedtls_sha256
H A Dsha256.h165 int mbedtls_sha256(const unsigned char *input,
/aosp_15_r20/external/mbedtls/programs/pkey/
H A Decdsa.c141 if ((ret = mbedtls_sha256(message, sizeof(message), hash, 0)) != 0) { in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/pkey/
H A Decdsa.c146 if ((ret = mbedtls_sha256(message, sizeof(message), hash, 0)) != 0) { in main()
H A Ddh_client.c195 if ((ret = mbedtls_sha256(buf, (int) (p - 2 - buf), hash, 0)) != 0) { in main()
H A Ddh_server.c196 if ((ret = mbedtls_sha256(buf, n, hash, 0)) != 0) { in main()
/aosp_15_r20/external/mbedtls/library/
H A Dmd.c717 return mbedtls_sha256(input, ilen, output, 1); in mbedtls_md()
721 return mbedtls_sha256(input, ilen, output, 0); in mbedtls_md()
H A Dsha256.c739 int mbedtls_sha256(const unsigned char *input, in mbedtls_sha256() function
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dmd.c717 return mbedtls_sha256(input, ilen, output, 1); in mbedtls_md()
721 return mbedtls_sha256(input, ilen, output, 0); in mbedtls_md()
H A Dsha256.c769 int mbedtls_sha256(const unsigned char *input, in mbedtls_sha256() function
/aosp_15_r20/external/curl/lib/vtls/
H A Dmbedtls.c1605 mbedtls_sha256(input, inputlen, sha256sum, 0);
1609 if(mbedtls_sha256(input, inputlen, sha256sum, 0) != 0)
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A 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
H A D3.0-migration-guide.md264 The output parameter of `mbedtls_sha256_finish()`, `mbedtls_sha256()`, `mbedtls_sha512_finish()`, `…
346 | `mbedtls_sha256_ret` | `mbedtls_sha256` |
/aosp_15_r20/external/mbedtls/docs/
H A Ddriver-only-builds.md85 to low-level hash APIs (`mbedtls_sha256()` etc.) are not possible for the
H A D3.0-migration-guide.md264 The output parameter of `mbedtls_sha256_finish()`, `mbedtls_sha256()`, `mbedtls_sha512_finish()`, `…
346 | `mbedtls_sha256_ret` | `mbedtls_sha256` |
/aosp_15_r20/external/mbedtls/programs/test/
H A Dbenchmark.c638 TIME_AND_TSC("SHA-256", mbedtls_sha256(buf, BUFSIZE, tmp, 0)); in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/
H A Dbenchmark.c651 TIME_AND_TSC("SHA-256", mbedtls_sha256(buf, BUFSIZE, tmp, 0)); in main()
/aosp_15_r20/external/mbedtls/tests/scripts/
H A Dall.sh3412 not grep mbedtls_sha256 library/sha256.o
3489 not grep mbedtls_sha256 library/sha256.o

12