| Data Structures | |
| struct | psa_crypto_ipc_s | 
| psa_crypto_ipc_s struct used for some of the PSA Crypto APIs that need psa_key_handle_t and psa_algorithm_t arguments and in order to use the existing infrastructure of the SPM-IPC we provide a struct to pack them together.  More... | |
| struct | psa_crypto_derivation_ipc_s | 
| psa_crypto_derivation_ipc_s struct used for some of the PSA Crypto APIs that need psa_key_handle_t and psa_algorithm_t arguments and in order to use the existing infrastructure of the SPM-IPC we provide a struct to pack them together.  More... | |
| struct | psa_key_mng_ipc_s | 
| psa_key_mng_ipc_s struct used for some of the PSA Crypto APIs that need psa_key_handle_t and psa_algorithm_t arguments and in order to use the existing infrastructure of the SPM-IPC we provide a struct to pack them together.  More... | |
| struct | psa_crypto_ipc_aead_s | 
| struct | psa_crypto_ipc_asymmetric_s | 
| psa_crypto_ipc_asymmetric_s struct used for asymmetric PSA Crypto APIs that need psa_key_handle_t and psa_algorithm_t arguments and in order to use the existing infrastructure of the SPM-IPC we provide a struct to pack them together.  More... | |
| Macros | |
| #define | PSA_AEAD_MAX_NONCE_SIZE 16 | 
| psa_crypto_ipc_aead_s struct used for AEAD integrated PSA Crypto APIs that need psa_key_handle_t and psa_algorithm_t and extra arguments and in order to use the existing infrastructure of the SPM-IPC we provide a struct to pack them together.  More... | |
| Typedefs | |
| typedef enum psa_sec_function_s | psa_sec_function_t | 
| psa_s_function_t enum defines for all the available functions in PSA Crypto.  More... | |
| typedef struct psa_crypto_ipc_s | psa_crypto_ipc_t | 
| psa_crypto_ipc_s struct used for some of the PSA Crypto APIs that need psa_key_handle_t and psa_algorithm_t arguments and in order to use the existing infrastructure of the SPM-IPC we provide a struct to pack them together.  More... | |
| typedef struct psa_crypto_derivation_ipc_s | psa_crypto_derivation_ipc_t | 
| psa_crypto_derivation_ipc_s struct used for some of the PSA Crypto APIs that need psa_key_handle_t and psa_algorithm_t arguments and in order to use the existing infrastructure of the SPM-IPC we provide a struct to pack them together.  More... | |
| typedef struct psa_key_mng_ipc_s | psa_key_mng_ipc_t | 
| psa_key_mng_ipc_s struct used for some of the PSA Crypto APIs that need psa_key_handle_t and psa_algorithm_t arguments and in order to use the existing infrastructure of the SPM-IPC we provide a struct to pack them together.  More... | |
| typedef struct psa_crypto_ipc_asymmetric_s | psa_crypto_ipc_asymmetric_t | 
| psa_crypto_ipc_asymmetric_s struct used for asymmetric PSA Crypto APIs that need psa_key_handle_t and psa_algorithm_t arguments and in order to use the existing infrastructure of the SPM-IPC we provide a struct to pack them together.  More... | |
| Enumerations | 
| #define PSA_AEAD_MAX_NONCE_SIZE 16 | 
psa_crypto_ipc_aead_s struct used for AEAD integrated PSA Crypto APIs that need psa_key_handle_t and psa_algorithm_t and extra arguments and in order to use the existing infrastructure of the SPM-IPC we provide a struct to pack them together.
Definition at line 153 of file crypto_platform_spe.h.
| typedef struct psa_crypto_derivation_ipc_s psa_crypto_derivation_ipc_t | 
psa_crypto_derivation_ipc_s struct used for some of the PSA Crypto APIs that need psa_key_handle_t and psa_algorithm_t arguments and in order to use the existing infrastructure of the SPM-IPC we provide a struct to pack them together.
| typedef struct psa_crypto_ipc_asymmetric_s psa_crypto_ipc_asymmetric_t | 
psa_crypto_ipc_asymmetric_s struct used for asymmetric PSA Crypto APIs that need psa_key_handle_t and psa_algorithm_t arguments and in order to use the existing infrastructure of the SPM-IPC we provide a struct to pack them together.
| typedef struct psa_crypto_ipc_s psa_crypto_ipc_t | 
psa_crypto_ipc_s struct used for some of the PSA Crypto APIs that need psa_key_handle_t and psa_algorithm_t arguments and in order to use the existing infrastructure of the SPM-IPC we provide a struct to pack them together.
| typedef struct psa_key_mng_ipc_s psa_key_mng_ipc_t | 
psa_key_mng_ipc_s struct used for some of the PSA Crypto APIs that need psa_key_handle_t and psa_algorithm_t arguments and in order to use the existing infrastructure of the SPM-IPC we provide a struct to pack them together.
| typedef enum psa_sec_function_s psa_sec_function_t | 
psa_s_function_t enum defines for all the available functions in PSA Crypto.
| enum psa_sec_function_s | 
psa_s_function_t enum defines for all the available functions in PSA Crypto.
Definition at line 41 of file crypto_platform_spe.h.