8 #ifndef __PS_ENCRYPTED_OBJECT_H__
9 #define __PS_ENCRYPTED_OBJECT_H__
psa_status_t ps_encrypted_object_read(uint32_t fid, struct ps_object_t *obj)
Reads object referenced by the object File ID.
psa_status_t ps_encrypted_object_write(uint32_t fid, struct ps_object_t *obj)
Creates and writes a new encrypted object based on the given ps_object_t structure data...
int32_t psa_status_t
Function return status.
The object to be written to the file system below. Made up of the object header and the object data...