Mbed TLS v4.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Typedefs
Random and entropy drivers

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

Macro Definition Documentation

#define PSA_DRIVER_GET_ENTROPY_FLAGS_NONE   ((psa_driver_get_entropy_flags_t) 0)

Flags requesting the default behavior for a "get_entropy" driver entry point. This is equivalent to 0.

See Also
psa_driver_get_entropy_flags_t

Definition at line 41 of file crypto_driver_random.h.

Typedef Documentation

The type of the flags argument to "get_entropy" driver entry points.

This implementation does not support any flags yet.

Definition at line 34 of file crypto_driver_random.h.