/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_shax.function | 34 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 D | test_suite_shax.data | 75 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 D | test_suite_shax.function | 34 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 D | test_suite_shax.data | 75 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 D | authentication.cc | 169 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 D | compat-2.x.h | 40 #define mbedtls_sha256_ret mbedtls_sha256
|
H A D | sha256.h | 167 int mbedtls_sha256(const unsigned char *input,
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | compat-2.x.h | 40 #define mbedtls_sha256_ret mbedtls_sha256
|
H A D | sha256.h | 165 int mbedtls_sha256(const unsigned char *input,
|
/aosp_15_r20/external/mbedtls/programs/pkey/ |
H A D | ecdsa.c | 141 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 D | ecdsa.c | 146 if ((ret = mbedtls_sha256(message, sizeof(message), hash, 0)) != 0) { in main()
|
H A D | dh_client.c | 195 if ((ret = mbedtls_sha256(buf, (int) (p - 2 - buf), hash, 0)) != 0) { in main()
|
H A D | dh_server.c | 196 if ((ret = mbedtls_sha256(buf, n, hash, 0)) != 0) { in main()
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | md.c | 717 return mbedtls_sha256(input, ilen, output, 1); in mbedtls_md() 721 return mbedtls_sha256(input, ilen, output, 0); in mbedtls_md()
|
H A D | sha256.c | 739 int mbedtls_sha256(const unsigned char *input, in mbedtls_sha256() function
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | md.c | 717 return mbedtls_sha256(input, ilen, output, 1); in mbedtls_md() 721 return mbedtls_sha256(input, ilen, output, 0); in mbedtls_md()
|
H A D | sha256.c | 769 int mbedtls_sha256(const unsigned char *input, in mbedtls_sha256() function
|
/aosp_15_r20/external/curl/lib/vtls/ |
H A D | mbedtls.c | 1605 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 D | driver-only-builds.md | 94 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 D | 3.0-migration-guide.md | 264 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 D | driver-only-builds.md | 85 to low-level hash APIs (`mbedtls_sha256()` etc.) are not possible for the
|
H A D | 3.0-migration-guide.md | 264 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 D | benchmark.c | 638 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 D | benchmark.c | 651 TIME_AND_TSC("SHA-256", mbedtls_sha256(buf, BUFSIZE, tmp, 0)); in main()
|
/aosp_15_r20/external/mbedtls/tests/scripts/ |
H A D | all.sh | 3412 not grep mbedtls_sha256 library/sha256.o 3489 not grep mbedtls_sha256 library/sha256.o
|