Home
last modified time | relevance | path

Searched refs:mbedtls_sha256_update (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dcompat-2.x.h38 #define mbedtls_sha256_update_ret mbedtls_sha256_update
Dsha256.h110 int mbedtls_sha256_update(mbedtls_sha256_context *ctx,
/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto_hash.c289 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()
Dsha256.c641 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()
Dmd.c601 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/
Dcrypto_platform.cpp414 …VerifyOrExit((mbedtls_sha256_update(context, reinterpret_cast<const uint8_t *>(aBuf), aBufLength) … in otPlatCryptoSha256Update()
/openthread-latest/third_party/mbedtls/repo/docs/
D3.0-migration-guide.md344 | `mbedtls_sha256_update_ret` | `mbedtls_sha256_update` |