Home
last modified time | relevance | path

Searched defs:DataView (Results 1 – 2 of 2) sorted by relevance

/hardware/nxp/keymint/KM200/
DJavacardKeyMintOperation.h59 struct DataView { struct
60 vector<uint8_t> buffer; // previously buffered data from cycle n-1
61 const vector<uint8_t>& data; // current data in cycle n.
62 uint32_t start; // start of the view
63 size_t length; // length of the view
/hardware/nxp/keymint/KM300/
DJavacardKeyMintOperation.h82 struct DataView { struct
83 vector<uint8_t> buffer; // previously buffered data from cycle n-1
84 const vector<uint8_t>& data; // current data in cycle n.
85 uint32_t start; // start of the view
86 size_t length; // length of the view