Loading...
Searching...
No Matches

A struct containing all of the function pointers needed to implement asymmetric cryptographic operations using secure elements. More...

Detailed Description

A struct containing all of the function pointers needed to implement asymmetric cryptographic operations using secure elements.

PSA Crypto API implementations should populate instances of the table as appropriate upon startup or at build time.

If one of the functions is not implemented, it should be set to NULL.

Definition at line 691 of file psa_crypto_se_driver.h.

#include <psa_crypto_se_driver.h>

Data Fields

psa_drv_se_asymmetric_sign_t p_sign
 Function that performs an asymmetric sign operation.
 
psa_drv_se_asymmetric_verify_t p_verify
 Function that performs an asymmetric verify operation.
 
psa_drv_se_asymmetric_encrypt_t p_encrypt
 Function that performs an asymmetric encrypt operation.
 
psa_drv_se_asymmetric_decrypt_t p_decrypt
 Function that performs an asymmetric decrypt operation.
 

Field Documentation

◆ p_decrypt

psa_drv_se_asymmetric_decrypt_t psa_drv_se_asymmetric_t::p_decrypt

Function that performs an asymmetric decrypt operation.

Definition at line 699 of file psa_crypto_se_driver.h.

◆ p_encrypt

psa_drv_se_asymmetric_encrypt_t psa_drv_se_asymmetric_t::p_encrypt

Function that performs an asymmetric encrypt operation.

Definition at line 697 of file psa_crypto_se_driver.h.

◆ p_sign

psa_drv_se_asymmetric_sign_t psa_drv_se_asymmetric_t::p_sign

Function that performs an asymmetric sign operation.

Definition at line 693 of file psa_crypto_se_driver.h.

◆ p_verify

psa_drv_se_asymmetric_verify_t psa_drv_se_asymmetric_t::p_verify

Function that performs an asymmetric verify operation.

Definition at line 695 of file psa_crypto_se_driver.h.


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