Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dsha512.h143 int mbedtls_internal_sha512_process(mbedtls_sha512_context *ctx,
/optee_os/lib/libmbedtls/mbedtls/library/
H A 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()
/optee_os/lib/libmbedtls/core/
H A Dhash.c222 int mbedtls_internal_sha512_process(mbedtls_sha512_context *ctx, in mbedtls_internal_sha512_process() function