Secure Request Framework
Data Structures
Data Structures
Secure Request Pool Init ibrary
General Description
Data Structures
struct
mtb_srf_pool_t
Secure request pool data structure.
More...
Data Structure Documentation
◆
mtb_srf_pool_s
struct mtb_srf_pool_s
Data Fields
uint32_t *
data
Pointer to memory allocated for the pool to use.
size_t
num_entries
Indicates the number of secure request objects.
size_t
input_len_per_entry
size_t
output_len_per_entry
uint32_t
avail_for_alloc
A bitmap where ach bit indicates secure request object is available or not.
It implies a max secure request pool size of 32.