Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dsha256.h142 int mbedtls_internal_sha256_process(mbedtls_sha256_context *ctx,
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dsha256.c326 # define mbedtls_internal_sha256_process_a64_crypto mbedtls_internal_sha256_process
452 #define mbedtls_internal_sha256_process_c mbedtls_internal_sha256_process
629 int mbedtls_internal_sha256_process(mbedtls_sha256_context *ctx, in mbedtls_internal_sha256_process() function
670 if ((ret = mbedtls_internal_sha256_process(ctx, ctx->buffer)) != 0) { in mbedtls_sha256_update()
722 if ((ret = mbedtls_internal_sha256_process(ctx, ctx->buffer)) != 0) { in mbedtls_sha256_finish()
739 if ((ret = mbedtls_internal_sha256_process(ctx, ctx->buffer)) != 0) { in mbedtls_sha256_finish()
/optee_os/lib/libmbedtls/core/
H A Dhash.c212 int mbedtls_internal_sha256_process(mbedtls_sha256_context *ctx, in mbedtls_internal_sha256_process() function