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);