Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dsha512.c347 # define mbedtls_internal_sha512_process_a64_crypto mbedtls_internal_sha512_process
586 #define mbedtls_internal_sha512_process_c mbedtls_internal_sha512_process
743 int mbedtls_internal_sha512_process(mbedtls_sha512_context *ctx, in mbedtls_internal_sha512_process() function
782 if ((ret = mbedtls_internal_sha512_process(ctx, ctx->buffer)) != 0) { in mbedtls_sha512_update()
833 if ((ret = mbedtls_internal_sha512_process(ctx, ctx->buffer)) != 0) { in mbedtls_sha512_finish()
850 if ((ret = mbedtls_internal_sha512_process(ctx, ctx->buffer)) != 0) { in mbedtls_sha512_finish()
/third_party/mbedtls/include/mbedtls/
Dsha512.h155 int mbedtls_internal_sha512_process(mbedtls_sha512_context *ctx,