Mbed TLS v4.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
mbedtls_psa_verify_hash_interruptible_operation_t Struct Reference

#include <crypto_builtin_composites.h>

Data Fields

mbedtls_ecdsa_context * private_ctx
 
mbedtls_ecdsa_restart_ctx private_restart_ctx
 
uint32_t private_num_ops
 
uint8_t private_hash [PSA_BITS_TO_BYTES(PSA_VENDOR_ECC_MAX_CURVE_BITS)]
 
size_t private_hash_length
 
mbedtls_mpi private_r
 
mbedtls_mpi private_s
 

Detailed Description

Definition at line 148 of file crypto_builtin_composites.h.

Field Documentation

mbedtls_ecdsa_context* mbedtls_psa_verify_hash_interruptible_operation_t::private_ctx

Definition at line 153 of file crypto_builtin_composites.h.

uint8_t mbedtls_psa_verify_hash_interruptible_operation_t::private_hash[PSA_BITS_TO_BYTES(PSA_VENDOR_ECC_MAX_CURVE_BITS)]

Definition at line 158 of file crypto_builtin_composites.h.

size_t mbedtls_psa_verify_hash_interruptible_operation_t::private_hash_length

Definition at line 159 of file crypto_builtin_composites.h.

uint32_t mbedtls_psa_verify_hash_interruptible_operation_t::private_num_ops

Definition at line 156 of file crypto_builtin_composites.h.

mbedtls_mpi mbedtls_psa_verify_hash_interruptible_operation_t::private_r

Definition at line 161 of file crypto_builtin_composites.h.

mbedtls_ecdsa_restart_ctx mbedtls_psa_verify_hash_interruptible_operation_t::private_restart_ctx

Definition at line 154 of file crypto_builtin_composites.h.

mbedtls_mpi mbedtls_psa_verify_hash_interruptible_operation_t::private_s

Definition at line 162 of file crypto_builtin_composites.h.


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