Searched refs:mbedtls_internal_sha256_process (Results 1 – 3 of 3) sorted by relevance
193 int32_t mbedtls_internal_sha256_process(mbedtls_sha256_context *ctx, const uint8_t data[64]) in mbedtls_internal_sha256_process() function276 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()
121 int32_t mbedtls_internal_sha256_process( mbedtls_sha256_context *ctx,
55 return( mbedtls_internal_sha256_process( (mbedtls_sha256_context *) ctx, in sha256_process_wrap()
Completed in 4 milliseconds