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

The context for PSA interruptible export public-key. More...

#include <crypto_struct.h>

Collaboration diagram for psa_export_public_key_iop_s:
Collaboration graph
[legend]

Data Fields

unsigned int private_id
 
mbedtls_psa_export_public_key_iop_t private_ctx
 
unsigned int private_error_occurred: 1
 
uint32_t private_num_ops
 

Detailed Description

The context for PSA interruptible export public-key.

Definition at line 557 of file crypto_struct.h.

Field Documentation

mbedtls_psa_export_public_key_iop_t psa_export_public_key_iop_s::private_ctx

Definition at line 570 of file crypto_struct.h.

unsigned int psa_export_public_key_iop_s::private_error_occurred

Definition at line 571 of file crypto_struct.h.

unsigned int psa_export_public_key_iop_s::private_id

Unique ID indicating which driver got assigned to do the operation. Since driver contexts are driver-specific, swapping drivers halfway through the operation is not supported. ID values are auto-generated in psa_crypto_driver_wrappers.h ID value zero means the context is not valid or not assigned to any driver (i.e. none of the driver contexts are active).

Definition at line 569 of file crypto_struct.h.

uint32_t psa_export_public_key_iop_s::private_num_ops

Definition at line 572 of file crypto_struct.h.


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