Searched defs:bytes_len (Results 1 – 3 of 3) sorted by relevance
/system/core/fs_mgr/libfs_avb/ |
D | util.cpp | 52 bool HexToBytes(uint8_t* bytes, size_t bytes_len, const std::string& hex) { in HexToBytes() 75 std::string BytesToHex(const uint8_t* bytes, size_t bytes_len) { in BytesToHex()
|
/system/apex/apexd/ |
D | apexd_verity.cpp | 204 std::string BytesToHex(const uint8_t* bytes, size_t bytes_len) { in BytesToHex()
|
/system/keymaster/include/keymaster/ |
D | authorization_set.h | 403 bool push_back(TypedTag<KM_BYTES, Tag> tag, const void* bytes, size_t bytes_len) { in push_back() 421 bool push_back(TypedTag<KM_BIGNUM, Tag> tag, const void* bytes, size_t bytes_len) { in push_back() 431 bool push_back(TypedTag<Type, Tag> tag, const void* bytes, size_t bytes_len) { in push_back()
|