OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:append_to_buf
(Results
1 - 3
of
3
) sorted by null
/system/keymaster/include/keymaster/
serializable.h
70
uint8_t*
append_to_buf
(uint8_t* buf, const uint8_t* end, const void* data, size_t data_len);
81
return
append_to_buf
(buf, end, &val, sizeof(val));
88
return
append_to_buf
(buf, end, &value, sizeof(value));
100
return
append_to_buf
(buf, end, data, data_len);
/system/keymaster/
serializable.cpp
22
uint8_t*
append_to_buf
(uint8_t* buf, const uint8_t* end, const void* data, size_t data_len) {
function in namespace:keymaster
key_blob.cpp
122
buf =
append_to_buf
(buf, end, nonce(), NONCE_LENGTH);
124
buf =
append_to_buf
(buf, end, tag(), TAG_LENGTH);
Completed in 69 milliseconds