Searched defs:bytes_len (Results 1 – 3 of 3) sorted by relevance
/system/keymaster/include/keymaster/ |
D | authorization_set.h | 402 bool push_back(TypedTag<KM_BYTES, Tag> tag, const void* bytes, size_t bytes_len) { in push_back() 420 bool push_back(TypedTag<KM_BIGNUM, Tag> tag, const void* bytes, size_t bytes_len) { in push_back() 430 bool push_back(TypedTag<Type, Tag> tag, const void* bytes, size_t bytes_len) { in push_back()
|
/system/core/fs_mgr/ |
D | fs_mgr_avb.cpp | 110 static bool hex_to_bytes(uint8_t* bytes, size_t bytes_len, const std::string& hex) { in hex_to_bytes() 133 static std::string bytes_to_hex(const uint8_t* bytes, size_t bytes_len) { in bytes_to_hex()
|
/system/core/init/ |
D | util.cpp | 319 std::string bytes_to_hex(const uint8_t* bytes, size_t bytes_len) { in bytes_to_hex()
|