1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00
more fixes

Compilation fixes

Compilation fixes for PSA crypto code and tests
This commit is contained in:
mohammad1603
2018-03-18 13:57:31 +02:00
committed by itayzafrir
parent efb0107fbe
commit 8481e74ecc
3 changed files with 99 additions and 31 deletions

View File

@ -1046,7 +1046,8 @@ psa_status_t psa_decrypt_setup(psa_cipher_operation_t *operation,
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);