/system/keymaster/ |
D | google_keymaster_messages.cpp | 36 bool KeymasterResponse::Deserialize(const uint8_t** buf_ptr, const uint8_t* end) { in Deserialize() 52 bool SupportedAlgorithmsResponse::NonErrorDeserialize(const uint8_t** buf_ptr, const uint8_t* end) { in NonErrorDeserialize() 77 bool GenerateKeyResponse::NonErrorDeserialize(const uint8_t** buf_ptr, const uint8_t* end) { in NonErrorDeserialize() 109 bool GetKeyCharacteristicsRequest::Deserialize(const uint8_t** buf_ptr, const uint8_t* end) { in Deserialize() 131 const uint8_t* end) { in NonErrorDeserialize() 152 bool BeginOperationRequest::Deserialize(const uint8_t** buf_ptr, const uint8_t* end) { in Deserialize() 173 bool BeginOperationResponse::NonErrorDeserialize(const uint8_t** buf_ptr, const uint8_t* end) { in NonErrorDeserialize() 186 bool UpdateOperationRequest::Deserialize(const uint8_t** buf_ptr, const uint8_t* end) { in Deserialize() 198 bool UpdateOperationResponse::NonErrorDeserialize(const uint8_t** buf_ptr, const uint8_t* end) { in NonErrorDeserialize() 211 bool FinishOperationRequest::Deserialize(const uint8_t** buf_ptr, const uint8_t* end) { in Deserialize() [all …]
|
D | serializable.cpp | 22 uint8_t* append_to_buf(uint8_t* buf, const uint8_t* end, const void* data, size_t data_len) { in append_to_buf() 28 bool copy_from_buf(const uint8_t** buf_ptr, const uint8_t* end, void* dest, size_t size) { in copy_from_buf() 36 bool copy_size_and_data_from_buf(const uint8_t** buf_ptr, const uint8_t* end, size_t* size, in copy_size_and_data_from_buf() 122 bool Buffer::Deserialize(const uint8_t** buf_ptr, const uint8_t* end) { in Deserialize()
|
D | key_blob_test.cpp | 90 uint8_t* end = begin + size; in TEST_F() local 121 uint8_t* end = begin + size; in TEST_F() local 141 uint8_t* end = begin + size; in TEST_F() local 161 uint8_t* end = begin + size; in TEST_F() local 199 uint8_t* end = begin + size; in TEST_F() local 224 uint8_t* end = begin + size; in TEST_F() local 249 uint8_t* end = begin + size; in TEST_F() local 264 uint8_t* end = begin + size; in TEST_F() local 281 uint8_t* end = begin + size; in TEST_F() local
|
D | authorization_set.cpp | 243 static uint8_t* serialize(const keymaster_key_param_t& param, uint8_t* buf, const uint8_t* end, in serialize() 277 static bool deserialize(keymaster_key_param_t* param, const uint8_t** buf_ptr, const uint8_t* end, in deserialize() 346 bool AuthorizationSet::DeserializeIndirectData(const uint8_t** buf_ptr, const uint8_t* end) { in DeserializeIndirectData() 356 bool AuthorizationSet::DeserializeElementsData(const uint8_t** buf_ptr, const uint8_t* end) { in DeserializeElementsData() 388 bool AuthorizationSet::Deserialize(const uint8_t** buf_ptr, const uint8_t* end) { in Deserialize()
|
D | key_blob.cpp | 131 bool KeyBlob::Deserialize(const uint8_t** buf_ptr, const uint8_t* end) { in Deserialize() 244 uint8_t* end = derivation_data + *derivation_data_length; in BuildDerivationData() local
|
/system/keymaster/include/keymaster/ |
D | serializable.h | 79 inline uint8_t* append_uint32_to_buf(uint8_t* buf, const uint8_t* end, T value) { in append_uint32_to_buf() 87 inline uint8_t* append_uint64_to_buf(uint8_t* buf, const uint8_t* end, uint64_t value) { in append_uint64_to_buf() 97 inline uint8_t* append_size_and_data_to_buf(uint8_t* buf, const uint8_t* end, const void* data, in append_size_and_data_to_buf() 110 inline uint8_t* append_uint32_array_to_buf(uint8_t* buf, const uint8_t* end, const T* data, in append_uint32_array_to_buf() 143 inline bool copy_uint32_from_buf(const uint8_t** buf_ptr, const uint8_t* end, T* value) { in copy_uint32_from_buf() 155 inline bool copy_uint64_from_buf(const uint8_t** buf_ptr, const uint8_t* end, uint64_t* value) { in copy_uint64_from_buf() 166 inline bool copy_uint32_array_from_buf(const uint8_t** buf_ptr, const uint8_t* end, in copy_uint32_array_from_buf()
|
/system/core/run-as/ |
D | package.c | 281 skip_spaces(const char* p, const char* end) in skip_spaces() 293 skip_non_spaces(const char* p, const char* end) in skip_non_spaces() 305 find_first(const char* p, const char* end, char ch) in find_first() 320 compare_name(const char* p, const char* end, const char* name) in compare_name() 357 parse_spaces(const char** pp, const char* end) in parse_spaces() 381 parse_positive_decimal(const char** pp, const char* end) in parse_positive_decimal() 458 const char* end = find_first(p, buffer_end, '\n'); in get_package_info() local
|
/system/core/libutils/ |
D | Tokenizer.cpp | 119 const char* end = getEnd(); in peekRemainderOfLine() local 135 const char* end = getEnd(); in nextToken() local 151 const char* end = getEnd(); in nextLine() local 165 const char* end = getEnd(); in skipDelimiters() local
|
D | PropertyMap.cpp | 84 char* end; in tryGetProperty() local 101 char* end; in tryGetProperty() local
|
D | Unicode.cpp | 184 const char32_t *end = src + src_len; in utf32_to_utf8_length() local 414 const char16_t* const end = src + src_len; in utf16_to_utf8_length() local 455 const char* end; in utf8_to_utf32_length() local 480 const char* const end = src + src_len; in utf8_to_utf32() local 573 char16_t* end = utf8_to_utf16_no_null_terminator(u8str, u8len, u16str); in utf8_to_utf16() local
|
D | LinearAllocator.cpp | 101 void* end(int pageSize) { in end() function in android::LinearAllocator::Page 136 void* LinearAllocator::end(Page* p) { in end() function in android::LinearAllocator
|
/system/core/include/backtrace/ |
D | BacktraceMap.h | 37 uintptr_t end; member 70 iterator end() { return maps_.end(); } in end() function 74 const_iterator end() const { return maps_.end(); } in end() function
|
D | Backtrace.h | 105 iterator end() { return frames_.end(); } in end() function 109 const_iterator end() const { return frames_.end(); } in end() function
|
/system/core/libcutils/ |
D | cpu_info.c | 32 char* chp, *end; in get_cpu_serial_number() local
|
D | trace.c | 68 char* end = strchr(start, ','); in atrace_is_cmdline_match() local
|
/system/core/include/utils/ |
D | Vector.h | 189 inline iterator end() { return editArray() + size(); } in end() function 191 inline const_iterator end() const { return array() + size(); } in end() function
|
/system/core/libbacktrace/ |
D | map_info.c | 37 unsigned long int end; in parse_vmmap_line() local 98 unsigned long int end; in parse_maps_line() local
|
D | BacktraceMap.cpp | 52 unsigned long int end; local
|
/system/netd/server/ |
D | UidRanges.cpp | 80 auto end = std::set_difference(mRanges.begin(), mRanges.end(), other.mRanges.begin(), in remove() local
|
/system/core/toolbox/ |
D | r.c | 40 char* end = strchr(argv[1], '-'); in r_main() local
|
D | insmod.c | 72 char *end = opts + sizeof(opts) - 1; in insmod_main() local
|
/system/extras/tests/ext4/ |
D | rand_emmc_perf.c | 40 struct timeval end; member 148 struct timeval start, end, res; in perf_test() local
|
/system/core/logd/ |
D | LogStatistics.h | 87 PidStatisticsCollection::iterator end() { return Pids.end(); } in end() function 124 UidStatisticsCollection::iterator end() { return Uids.end(); } in end() function
|
/system/media/camera/tests/ |
D | camera_metadata_tests_fake_vendor.h | 163 unsigned int start, end; in get_fakevendor_tag_count() local 177 unsigned int start, end, tag; in get_fakevendor_tags() local
|
/system/core/libsysutils/src/ |
D | NetlinkEvent.cpp | 525 has_prefix(const char* str, const char* end, const char* prefix, size_t prefixlen) in has_prefix() 537 #define HAS_CONST_PREFIX(str,end,prefix) has_prefix((str),(end),prefix,CONST_STRLEN(prefix)) argument 546 const char *end; in parseAsciiNetlinkMessage() local
|