Home
last modified time | relevance | path

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

/hypervisor/lib/crypto/mbedtls/
A Dsha256.c193 int32_t mbedtls_internal_sha256_process(mbedtls_sha256_context *ctx, const uint8_t data[64]) in mbedtls_internal_sha256_process() function
276 ret = mbedtls_internal_sha256_process(ctx, ctx->buffer); in mbedtls_sha256_update_ret()
286 ret = mbedtls_internal_sha256_process(ctx, data); in mbedtls_sha256_update_ret()
330 ret = mbedtls_internal_sha256_process(ctx, ctx->buffer); in mbedtls_sha256_finish_ret()
347 ret = mbedtls_internal_sha256_process(ctx, ctx->buffer); in mbedtls_sha256_finish_ret()
A Dsha256.h121 int32_t mbedtls_internal_sha256_process( mbedtls_sha256_context *ctx,
A Dmd_wrap.c55 return( mbedtls_internal_sha256_process( (mbedtls_sha256_context *) ctx, in sha256_process_wrap()

Completed in 4 milliseconds