#include "colony_config.h"
Go to the source code of this file.
|
| namespace | Driver |
| | namespace
|
| |
| namespace | Driver::Crypto |
| | The 'Crypto' namespace provides a collection of Cryptographic functions and algorithms.
|
| |
|
| #define | DriverCryptoStatus_T int |
| | Return Status. DRIVER_CRYPTO_SUCCESS is success, all other values indicate an error.
|
| |
| #define | DRIVER_CRYPTO_SUCCESS 0 |
| | Success return value (Warning: strongly recommended that the value is not overridden)
|
| |
◆ DRIVER_CRYPTO_SUCCESS
| #define DRIVER_CRYPTO_SUCCESS 0 |
Success return value (Warning: strongly recommended that the value is not overridden)
◆ DriverCryptoStatus_T
| #define DriverCryptoStatus_T int |
Return Status. DRIVER_CRYPTO_SUCCESS is success, all other values indicate an error.