Searched refs:mbedtls_internal_sha512_process (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/mbedtls/library/ |
H A D | sha512.c | 348 # define mbedtls_internal_sha512_process_a64_crypto mbedtls_internal_sha512_process 587 #define mbedtls_internal_sha512_process_c mbedtls_internal_sha512_process 744 int mbedtls_internal_sha512_process(mbedtls_sha512_context *ctx, in mbedtls_internal_sha512_process() function 783 if ((ret = mbedtls_internal_sha512_process(ctx, ctx->buffer)) != 0) { in mbedtls_sha512_update() 835 if ((ret = mbedtls_internal_sha512_process(ctx, ctx->buffer)) != 0) { in mbedtls_sha512_finish() 852 if ((ret = mbedtls_internal_sha512_process(ctx, ctx->buffer)) != 0) { in mbedtls_sha512_finish()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | sha512.c | 349 # define mbedtls_internal_sha512_process_a64_crypto mbedtls_internal_sha512_process 588 #define mbedtls_internal_sha512_process_c mbedtls_internal_sha512_process 745 int mbedtls_internal_sha512_process(mbedtls_sha512_context *ctx, in mbedtls_internal_sha512_process() function 784 if ((ret = mbedtls_internal_sha512_process(ctx, ctx->buffer)) != 0) { in mbedtls_sha512_update() 836 if ((ret = mbedtls_internal_sha512_process(ctx, ctx->buffer)) != 0) { in mbedtls_sha512_finish() 853 if ((ret = mbedtls_internal_sha512_process(ctx, ctx->buffer)) != 0) { in mbedtls_sha512_finish()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | sha512.h | 143 int mbedtls_internal_sha512_process(mbedtls_sha512_context *ctx,
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | sha512.h | 143 int mbedtls_internal_sha512_process(mbedtls_sha512_context *ctx,
|