Home
last modified time | relevance | path

Searched refs:mbedtls_internal_sha512_process (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dsha512.h143 int mbedtls_internal_sha512_process(mbedtls_sha512_context *ctx,
/openthread-latest/third_party/mbedtls/repo/library/
Dsha512.c349 # 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()