HomeSort by relevance Sort by last modified time
    Searched refs:append_to_buf (Results 1 - 2 of 2) sorted by null

  /system/keymaster/include/keymaster/
serializable.h 79 uint8_t* append_to_buf(uint8_t* buf, const uint8_t* end, const void* data, size_t data_len);
90 return append_to_buf(buf, end, &val, sizeof(val));
97 return append_to_buf(buf, end, &value, sizeof(value));
109 return append_to_buf(buf, end, data, data_len);
  /system/keymaster/
serializable.cpp 27 uint8_t* append_to_buf(uint8_t* buf, const uint8_t* end, const void* data, size_t data_len) { function in namespace:keymaster

Completed in 477 milliseconds