mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 22:19:05 +00:00
add iv_required field to psa_cipher_operation_s and fix relevant functions
This commit is contained in:
parent
71f19ae6f8
commit
ad9d82cc0e
2 changed files with 13 additions and 9 deletions
|
|
@ -101,6 +101,7 @@ struct psa_cipher_operation_s
|
|||
{
|
||||
psa_algorithm_t alg;
|
||||
int key_set : 1;
|
||||
int iv_required : 1;
|
||||
int iv_set : 1;
|
||||
uint8_t iv_size;
|
||||
uint8_t block_size;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue