19 #ifndef _SECURITY_API_SS_H__ 20 #define _SECURITY_API_SS_H__ 22 #include "security_common.h" 34 security_error ss_read_secure_storage(security_handle hnd,
const char *name,
unsigned int offset,
security_data *data);
35 security_error ss_write_secure_storage(security_handle hnd,
const char *name,
unsigned int offsest,
security_data *data);
36 security_error ss_delete_secure_storage(security_handle hnd,
const char *name);
37 security_error ss_get_size_secure_storage(security_handle hnd,
const char *name,
unsigned int *size);
40 #endif // _SECURITY_API_SS_H__