commit | 8481e74eccdbfdfe101e0e481aada00617bae9d4 | [log] [tgz] |
---|---|---|
author | mohammad1603 <mohammad.abomokh@arm.com> | Sun Mar 18 13:57:31 2018 +0200 |
committer | itayzafrir <itay.zafrir@arm.com> | Wed Sep 05 12:14:28 2018 +0300 |
tree | 0d6c886cfb71727f09f3cdfb8d2f5e78ba9ed843 | |
parent | efb0107fbe22de6461aab040d0b3714422587ccf [diff] [blame] |
CR fixes more fixes Compilation fixes Compilation fixes for PSA crypto code and tests
diff --git a/include/psa/crypto.h b/include/psa/crypto.h index 97819b7..089484f 100644 --- a/include/psa/crypto.h +++ b/include/psa/crypto.h
@@ -1046,7 +1046,8 @@ psa_key_slot_t key, psa_algorithm_t alg); -psa_status_t psa_encrypt_generate_iv(unsigned char *iv, +psa_status_t psa_encrypt_generate_iv(psa_cipher_operation_t *operation, + unsigned char *iv, size_t iv_size, size_t *iv_length);