Mbed TLS v4.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
mbedtls_psa_sign_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
 
size_t private_coordinate_bytes
 
psa_algorithm_t private_alg
 
mbedtls_md_type_t private_md_alg
 
uint8_t private_hash [PSA_BITS_TO_BYTES(PSA_VENDOR_ECC_MAX_CURVE_BITS)]
 
size_t private_hash_length
 

Detailed Description

Definition at line 114 of file crypto_builtin_composites.h.

Field Documentation

psa_algorithm_t mbedtls_psa_sign_hash_interruptible_operation_t::private_alg

Definition at line 124 of file crypto_builtin_composites.h.

size_t mbedtls_psa_sign_hash_interruptible_operation_t::private_coordinate_bytes

Definition at line 123 of file crypto_builtin_composites.h.

mbedtls_ecdsa_context* mbedtls_psa_sign_hash_interruptible_operation_t::private_ctx

Definition at line 118 of file crypto_builtin_composites.h.

uint8_t mbedtls_psa_sign_hash_interruptible_operation_t::private_hash[PSA_BITS_TO_BYTES(PSA_VENDOR_ECC_MAX_CURVE_BITS)]

Definition at line 126 of file crypto_builtin_composites.h.

size_t mbedtls_psa_sign_hash_interruptible_operation_t::private_hash_length

Definition at line 127 of file crypto_builtin_composites.h.

mbedtls_md_type_t mbedtls_psa_sign_hash_interruptible_operation_t::private_md_alg

Definition at line 125 of file crypto_builtin_composites.h.

uint32_t mbedtls_psa_sign_hash_interruptible_operation_t::private_num_ops

Definition at line 121 of file crypto_builtin_composites.h.

mbedtls_ecdsa_restart_ctx mbedtls_psa_sign_hash_interruptible_operation_t::private_restart_ctx

Definition at line 119 of file crypto_builtin_composites.h.


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