commit | 60b0320af0579a21a2f3123f1d8bb5a81a050b1e | [log] [tgz] |
---|---|---|
author | Adrian L. Shaw <adrianlshaw@gmail.com> | Tue Aug 06 17:26:16 2019 +0100 |
committer | Adrian L. Shaw <adrianlshaw@gmail.com> | Wed Sep 04 11:30:17 2019 +0100 |
tree | b0ce72e3f0a9d9e4f295c277d8c7894a582c86c9 | |
parent | 398b3c27e0eff516c4ac7b6ad710600a50bea4f4 [diff] |
Add PSA_ERROR_STORAGE_FAILURE to psa_copy_key
diff --git a/include/psa/crypto.h b/include/psa/crypto.h index ed3aec7..2f5ec01 100644 --- a/include/psa/crypto.h +++ b/include/psa/crypto.h
@@ -775,6 +775,7 @@ * \retval #PSA_ERROR_INSUFFICIENT_STORAGE * \retval #PSA_ERROR_COMMUNICATION_FAILURE * \retval #PSA_ERROR_HARDWARE_FAILURE + * \retval #PSA_ERROR_STORAGE_FAILURE * \retval #PSA_ERROR_CORRUPTION_DETECTED */ psa_status_t psa_copy_key(psa_key_handle_t source_handle,