commit | ad9d82cc0e675ae2daec00d31d19b123998f2a23 | [log] [tgz] |
---|---|---|
author | Moran Peker <moran.peker@arm.com> | Mon Apr 30 12:31:04 2018 +0300 |
committer | itayzafrir <itay.zafrir@arm.com> | Wed Sep 05 12:14:28 2018 +0300 |
tree | 65a4a417ee043b7f8dd778aebf4aa4aa4e2fc4a9 | |
parent | 71f19ae6f8370f7f261f2c6979d0328a63deec27 [diff] |
add iv_required field to psa_cipher_operation_s and fix relevant functions
diff --git a/include/psa/crypto_struct.h b/include/psa/crypto_struct.h index 2975bdc..639c15e 100644 --- a/include/psa/crypto_struct.h +++ b/include/psa/crypto_struct.h
@@ -101,6 +101,7 @@ { psa_algorithm_t alg; int key_set : 1; + int iv_required : 1; int iv_set : 1; uint8_t iv_size; uint8_t block_size;