Mistake on this page?
Report an issue in GitHub or email us
Data Fields
psa_drv_se_asymmetric_t Struct Reference

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

#include <crypto_se_driver.h>

Data Fields

psa_drv_se_asymmetric_sign_t p_sign
 Function that performs an asymmetric sign operation. More...
 
psa_drv_se_asymmetric_verify_t p_verify
 Function that performs an asymmetric verify operation. More...
 
psa_drv_se_asymmetric_encrypt_t p_encrypt
 Function that performs an asymmetric encrypt operation. More...
 
psa_drv_se_asymmetric_decrypt_t p_decrypt
 Function that performs an asymmetric decrypt operation. 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 680 of file crypto_se_driver.h.

Field Documentation

Function that performs an asymmetric decrypt operation.

Definition at line 688 of file crypto_se_driver.h.

Function that performs an asymmetric encrypt operation.

Definition at line 686 of file crypto_se_driver.h.

Function that performs an asymmetric sign operation.

Definition at line 682 of file crypto_se_driver.h.

Function that performs an asymmetric verify operation.

Definition at line 684 of file crypto_se_driver.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.