mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Adjust layout of some stucts
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
@ -104,9 +104,9 @@ static int key_type_is_raw_bytes(psa_key_type_t type)
|
||||
#define RNG_SEEDED 2
|
||||
|
||||
typedef struct {
|
||||
unsigned initialized : 1;
|
||||
unsigned rng_state : 2;
|
||||
unsigned drivers_initialized : 1;
|
||||
uint8_t initialized;
|
||||
uint8_t rng_state;
|
||||
uint8_t drivers_initialized;
|
||||
mbedtls_psa_random_context_t rng;
|
||||
} psa_global_data_t;
|
||||
|
||||
|
Reference in New Issue
Block a user