mbed TLS v3.1.0
Data Fields
mbedtls_ecp_restart_ctx Struct Reference

General context for resuming ECC operations. More...

#include <ecp.h>

Data Fields

unsigned private_ops_done
 
unsigned private_depth
 
mbedtls_ecp_restart_mul_ctxprivate_rsm
 
mbedtls_ecp_restart_muladd_ctxprivate_ma
 

Detailed Description

General context for resuming ECC operations.

Definition at line 368 of file ecp.h.

Field Documentation

unsigned mbedtls_ecp_restart_ctx::private_depth

call depth (0 = top-level)

Definition at line 371 of file ecp.h.

mbedtls_ecp_restart_muladd_ctx* mbedtls_ecp_restart_ctx::private_ma

ecp_muladd() sub-context

Definition at line 373 of file ecp.h.

unsigned mbedtls_ecp_restart_ctx::private_ops_done

current ops count

Definition at line 370 of file ecp.h.

mbedtls_ecp_restart_mul_ctx* mbedtls_ecp_restart_ctx::private_rsm

ecp_mul_comb() sub-context

Definition at line 372 of file ecp.h.


The documentation for this struct was generated from the following file: