1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-03 11:51:24 +03:00

initial implementation for PSA symmetric APIs - missing tests and documentations

This commit is contained in:
mohammad1603
2018-03-12 15:59:30 +02:00
committed by itayzafrir
parent a0655c3501
commit 503973bdf3
3 changed files with 154 additions and 5 deletions

View File

@@ -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;
};