Skip to content

Commit 8619f8c

Browse files
committed
Remove storage errors from psa_generate_random
1 parent 3b59756 commit 8619f8c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/psa/crypto.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3579,8 +3579,6 @@ psa_status_t psa_raw_key_agreement(psa_algorithm_t alg,
35793579
* \retval #PSA_ERROR_COMMUNICATION_FAILURE
35803580
* \retval #PSA_ERROR_HARDWARE_FAILURE
35813581
* \retval #PSA_ERROR_CORRUPTION_DETECTED
3582-
* \retval #PSA_ERROR_INSUFFICIENT_STORAGE
3583-
* \retval #PSA_ERROR_STORAGE_FAILURE
35843582
* \retval #PSA_ERROR_BAD_STATE
35853583
* The library has not been previously initialized by psa_crypto_init().
35863584
* It is implementation-dependent whether a failure to initialize

0 commit comments

Comments
 (0)