Home
last modified time | relevance | path

Searched refs:mbedtls_internal_sha256_process (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dsha256.h142 int mbedtls_internal_sha256_process(mbedtls_sha256_context *ctx,
/openthread-latest/third_party/mbedtls/repo/library/
Dsha256.c322 # define mbedtls_internal_sha256_process_a64_crypto mbedtls_internal_sha256_process
448 #define mbedtls_internal_sha256_process_c mbedtls_internal_sha256_process
625 int mbedtls_internal_sha256_process(mbedtls_sha256_context *ctx, in mbedtls_internal_sha256_process() function
666 if ((ret = mbedtls_internal_sha256_process(ctx, ctx->buffer)) != 0) { in mbedtls_sha256_update()
718 if ((ret = mbedtls_internal_sha256_process(ctx, ctx->buffer)) != 0) { in mbedtls_sha256_finish()
735 if ((ret = mbedtls_internal_sha256_process(ctx, ctx->buffer)) != 0) { in mbedtls_sha256_finish()
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dalternative-implementations.md76 Another example: enable `MBEDTLS_SHA256_PROCESS_ALT` and implement `mbedtls_internal_sha256_process