mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-01 10:06:53 +03:00
Add initial pass on a multi-part test driver
Signed-off-by: Steven Cooreman <steven.cooreman@silabs.com>
This commit is contained in:
@ -164,6 +164,12 @@ struct psa_cipher_operation_s
|
||||
{
|
||||
unsigned dummy; /* Enable easier initializing of the union. */
|
||||
mbedtls_cipher_context_t cipher;
|
||||
#if defined(MBEDTLS_PSA_CRYPTO_DRIVERS)
|
||||
struct {
|
||||
unsigned int id;
|
||||
void* ctx;
|
||||
} driver;
|
||||
#endif
|
||||
} ctx;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user