commit | 503973bdf33e08ffa99f686ddf52834131d9964a | [log] [tgz] |
---|---|---|
author | mohammad1603 <mohammad.abomokh@arm.com> | Mon Mar 12 15:59:30 2018 +0200 |
committer | itayzafrir <itay.zafrir@arm.com> | Wed Sep 05 12:13:23 2018 +0300 |
tree | 431eddb938047ca2a5fb3e9fd6e3c08e68c46c58 | |
parent | a0655c3501d4a14760da7c94b5971323c4aa45dd [diff] [blame] |
initial implementation for PSA symmetric APIs - missing tests and documentations
diff --git a/include/psa/crypto_struct.h b/include/psa/crypto_struct.h index eba4862..2975bdc 100644 --- a/include/psa/crypto_struct.h +++ b/include/psa/crypto_struct.h
@@ -106,7 +106,7 @@ uint8_t block_size; union { - unsigned dummy; /* Make the union non-empty even with no supported algorithms. */ + mbedtls_cipher_context_t cipher; } ctx; };