Searched refs:mbedtls_internal_sha256_process (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/mbedtls/library/ |
H A D | sha256.c | 292 # define mbedtls_internal_sha256_process_a64_crypto mbedtls_internal_sha256_process 418 #define mbedtls_internal_sha256_process_c mbedtls_internal_sha256_process 595 int mbedtls_internal_sha256_process(mbedtls_sha256_context *ctx, in mbedtls_internal_sha256_process() function 636 if ((ret = mbedtls_internal_sha256_process(ctx, ctx->buffer)) != 0) { in mbedtls_sha256_update() 688 if ((ret = mbedtls_internal_sha256_process(ctx, ctx->buffer)) != 0) { in mbedtls_sha256_finish() 705 if ((ret = mbedtls_internal_sha256_process(ctx, ctx->buffer)) != 0) { in mbedtls_sha256_finish()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | sha256.c | 322 # 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()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | sha256.h | 142 int mbedtls_internal_sha256_process(mbedtls_sha256_context *ctx,
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | sha256.h | 140 int mbedtls_internal_sha256_process(mbedtls_sha256_context *ctx,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/architecture/ |
H A D | alternative-implementations.md | 76 Another example: enable `MBEDTLS_SHA256_PROCESS_ALT` and implement `mbedtls_internal_sha256_process…
|
/aosp_15_r20/external/mbedtls/docs/architecture/ |
H A D | alternative-implementations.md | 76 Another example: enable `MBEDTLS_SHA256_PROCESS_ALT` and implement `mbedtls_internal_sha256_process…
|