Home
last modified time | relevance | path

Searched refs:acc (Results 1 – 2 of 2) sorted by relevance

/library/
A Dmps_reader.c59 if (rd->acc == NULL) { in mps_reader_is_accumulating()
83 unsigned char *acc = rd->acc; in mps_reader_get_fragment_offset() local
86 if (acc == NULL) { in mps_reader_get_fragment_offset()
119 .acc = NULL, in mps_reader_zero()
134 rd->acc = acc; in mbedtls_mps_reader_init()
164 unsigned char *acc = rd->acc; in mbedtls_mps_reader_feed() local
321 acc = rd->acc; in mbedtls_mps_reader_get()
322 acc += end; in mbedtls_mps_reader_get()
324 *buffer = acc; in mbedtls_mps_reader_get()
414 acc = rd->acc; in mbedtls_mps_reader_reclaim()
[all …]
A Dmps_reader.h179 unsigned char *acc; /*!< The accumulator is used to gather incoming member
242 unsigned char *acc,

Completed in 6 milliseconds