mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
initial implementation for PSA symmetric APIs - missing tests and documentations
This commit is contained in:
@ -106,7 +106,7 @@ struct psa_cipher_operation_s
|
||||
uint8_t block_size;
|
||||
union
|
||||
{
|
||||
unsigned dummy; /* Make the union non-empty even with no supported algorithms. */
|
||||
mbedtls_cipher_context_t cipher;
|
||||
} ctx;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user