psa_wipe_key_slot() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

#PSA_SUCCESS The slot has been successfully wiped. #PSA_ERROR_CORRUPTION_DETECTED The slot's state was PSA_SLOT_FULL or PSA_SLOT_PENDING_DELETION, and the amount of registered readers was not equal to 1. Or, the slot's state was PSA_SLOT_EMPTY. Or, the slot's state was PSA_SLOT_FILLING, and the amount of registered readers was not equal to 0.

References

from examples