@@ -1210,7 +1210,6 @@ psa_status_t psa_hash_clone(const psa_hash_operation_t *source_operation,
1210
1210
* \retval #PSA_SUCCESS
1211
1211
* Success.
1212
1212
* \retval #PSA_ERROR_INVALID_HANDLE
1213
- * \retval #PSA_ERROR_EMPTY_SLOT
1214
1213
* \retval #PSA_ERROR_NOT_PERMITTED
1215
1214
* \retval #PSA_ERROR_INVALID_ARGUMENT
1216
1215
* \p handle is not compatible with \p alg.
@@ -1249,7 +1248,6 @@ psa_status_t psa_mac_compute(psa_key_handle_t handle,
1249
1248
* The MAC of the message was calculated successfully, but it
1250
1249
* differs from the expected value.
1251
1250
* \retval #PSA_ERROR_INVALID_HANDLE
1252
- * \retval #PSA_ERROR_EMPTY_SLOT
1253
1251
* \retval #PSA_ERROR_NOT_PERMITTED
1254
1252
* \retval #PSA_ERROR_INVALID_ARGUMENT
1255
1253
* \p handle is not compatible with \p alg.
@@ -1596,7 +1594,6 @@ psa_status_t psa_mac_abort(psa_mac_operation_t *operation);
1596
1594
* \retval #PSA_SUCCESS
1597
1595
* Success.
1598
1596
* \retval #PSA_ERROR_INVALID_HANDLE
1599
- * \retval #PSA_ERROR_EMPTY_SLOT
1600
1597
* \retval #PSA_ERROR_NOT_PERMITTED
1601
1598
* \retval #PSA_ERROR_INVALID_ARGUMENT
1602
1599
* \p handle is not compatible with \p alg.
@@ -1638,7 +1635,6 @@ psa_status_t psa_cipher_encrypt(psa_key_handle_t handle,
1638
1635
* \retval #PSA_SUCCESS
1639
1636
* Success.
1640
1637
* \retval #PSA_ERROR_INVALID_HANDLE
1641
- * \retval #PSA_ERROR_EMPTY_SLOT
1642
1638
* \retval #PSA_ERROR_NOT_PERMITTED
1643
1639
* \retval #PSA_ERROR_INVALID_ARGUMENT
1644
1640
* \p handle is not compatible with \p alg.
@@ -2214,7 +2210,6 @@ static psa_aead_operation_t psa_aead_operation_init(void);
2214
2210
* \retval #PSA_SUCCESS
2215
2211
* Success.
2216
2212
* \retval #PSA_ERROR_INVALID_HANDLE
2217
- * \retval #PSA_ERROR_EMPTY_SLOT
2218
2213
* \retval #PSA_ERROR_NOT_PERMITTED
2219
2214
* \retval #PSA_ERROR_INVALID_ARGUMENT
2220
2215
* \p handle is not compatible with \p alg.
@@ -2276,7 +2271,6 @@ psa_status_t psa_aead_encrypt_setup(psa_aead_operation_t *operation,
2276
2271
* \retval #PSA_SUCCESS
2277
2272
* Success.
2278
2273
* \retval #PSA_ERROR_INVALID_HANDLE
2279
- * \retval #PSA_ERROR_EMPTY_SLOT
2280
2274
* \retval #PSA_ERROR_NOT_PERMITTED
2281
2275
* \retval #PSA_ERROR_INVALID_ARGUMENT
2282
2276
* \p handle is not compatible with \p alg.
@@ -3384,7 +3378,6 @@ psa_status_t psa_key_derivation_abort(
3384
3378
* \retval #PSA_SUCCESS
3385
3379
* Success.
3386
3380
* \retval #PSA_ERROR_INVALID_HANDLE
3387
- * \retval #PSA_ERROR_EMPTY_SLOT
3388
3381
* \retval #PSA_ERROR_NOT_PERMITTED
3389
3382
* \retval #PSA_ERROR_INVALID_ARGUMENT
3390
3383
* \p alg is not a key agreement algorithm
0 commit comments