Searched refs:mbedtls_sha256_update (Results 1 – 7 of 7) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/ |
D | compat-2.x.h | 38 #define mbedtls_sha256_update_ret mbedtls_sha256_update
|
D | sha256.h | 110 int mbedtls_sha256_update(mbedtls_sha256_context *ctx,
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | psa_crypto_hash.c | 289 ret = mbedtls_sha256_update(&operation->ctx.sha256, in mbedtls_psa_hash_update() 295 ret = mbedtls_sha256_update(&operation->ctx.sha256, in mbedtls_psa_hash_update()
|
D | sha256.c | 641 int mbedtls_sha256_update(mbedtls_sha256_context *ctx, in mbedtls_sha256_update() function 797 if ((ret = mbedtls_sha256_update(&ctx, input, ilen)) != 0) { in mbedtls_sha256() 913 ret = mbedtls_sha256_update(&ctx, buf, buflen); in mbedtls_sha256_common_self_test() 920 ret = mbedtls_sha256_update(&ctx, sha_test_buf[i], in mbedtls_sha256_common_self_test()
|
D | md.c | 601 return mbedtls_sha256_update(ctx->md_ctx, input, ilen); in mbedtls_md_update() 605 return mbedtls_sha256_update(ctx->md_ctx, input, ilen); in mbedtls_md_update()
|
/openthread-latest/src/core/crypto/ |
D | crypto_platform.cpp | 414 …VerifyOrExit((mbedtls_sha256_update(context, reinterpret_cast<const uint8_t *>(aBuf), aBufLength) … in otPlatCryptoSha256Update()
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | 3.0-migration-guide.md | 344 | `mbedtls_sha256_update_ret` | `mbedtls_sha256_update` |
|