Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
crypto_driver_common.h File Reference
Definitions for all PSA crypto drivers. More...
Go to the source code of this file.
Enumerations | |
enum | psa_encrypt_or_decrypt_t |
For encrypt-decrypt functions, whether the operation is an encryption or a decryption. More... |
Detailed Description
Definitions for all PSA crypto drivers.
This file contains common definitions shared by all PSA crypto drivers. Do not include it directly: instead, include the header file(s) for the type(s) of driver that you are implementing. For example, if you are writing a driver for a chip that provides both a hardware random generator and an accelerator for some cryptographic algorithms, include `psa/crypto_entropy_driver.h` and `psa/crypto_accel_driver.h`.
This file is part of the PSA Crypto Driver Model, containing functions for driver developers to implement to enable hardware to be called in a standardized way by a PSA Cryptographic API implementation. The functions comprising the driver model, which driver authors implement, are not intended to be called by application developers.
Definition in file crypto_driver_common.h.
Enumeration Type Documentation
For encrypt-decrypt functions, whether the operation is an encryption or a decryption.
Definition at line 49 of file crypto_driver_common.h.
Generated on Tue Jul 12 2022 13:55:06 by
