8 #ifndef __TFM_ITS_REQ_MNGR_H__
9 #define __TFM_ITS_REQ_MNGR_H__
psa_status_t tfm_its_remove_req(psa_invec *in_vec, size_t in_len, psa_outvec *out_vec, size_t out_len)
Handles the remove request.
size_t its_req_mngr_read(uint8_t *buf, size_t num_bytes)
Reads asset data from the caller.
psa_status_t tfm_its_set_req(psa_invec *in_vec, size_t in_len, psa_outvec *out_vec, size_t out_len)
Handles the set request.
psa_status_t tfm_its_get_req(psa_invec *in_vec, size_t in_len, psa_outvec *out_vec, size_t out_len)
Handles the get request.
void its_req_mngr_write(const uint8_t *buf, size_t num_bytes)
Writes asset data to the caller.
psa_status_t tfm_its_get_info_req(psa_invec *in_vec, size_t in_len, psa_outvec *out_vec, size_t out_len)
Handles the get info request.
int32_t psa_status_t
Function return status.