Mbed TLS v4.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Typedefs
crypto_driver_random.h File Reference

Definitions for PSA random and entropy drivers. More...

#include "crypto_driver_common.h"
Include dependency graph for crypto_driver_random.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PSA_DRIVER_GET_ENTROPY_FLAGS_NONE   ((psa_driver_get_entropy_flags_t) 0)
 

Typedefs

typedef uint32_t psa_driver_get_entropy_flags_t
 

Detailed Description

Definitions for PSA random and entropy drivers.

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_random.h.