Home
last modified time | relevance | path

Searched defs:hex (Results 1 – 17 of 17) sorted by relevance

/system/libbase/
Dhex_test.cpp21 TEST(hex, empty) { in TEST() argument
26 TEST(hex, short) { in TEST() argument
34 TEST(hex, all) { in TEST() argument
/system/keymaster/tests/
Dckdf_test.cpp73 template <class Blob> Blob hex2span(const char* hex) { in hex2span()
79 KeymasterKeyBlob hex2key(const char* hex) { in hex2key()
83 KeymasterBlob hex2blob(const char* hex) { in hex2blob()
/system/core/fs_mgr/libfs_avb/tests/
Dutil_test.cpp107 std::string hex = "000102030405060708090A0B0C0D0E0F"; in TEST() local
117 std::string hex = "101112131415161718191A1B1C1D1E1F"; in TEST() local
140 std::string hex = "12345"; in TEST() local
147 std::string hex = "101112131415161718191A1B1C1D1E1F"; in TEST() local
/system/core/fs_mgr/libfs_avb/
Dutil.cpp52 bool HexToBytes(uint8_t* bytes, size_t bytes_len, const std::string& hex) { in HexToBytes()
79 std::string hex; in BytesToHex() local
/system/security/identity/util/test/java/com/android/security/identity/internal/
DHkdfTest.java56 static byte[] hexDecode(String hex) { in hexDecode()
/system/vold/
DVoldNativeServiceValidation.cpp97 binder::Status CheckArgumentHex(const std::string& hex) { in CheckArgumentHex()
DUtils.cpp865 status_t HexToStr(const std::string& hex, std::string& str) { in HexToStr()
908 status_t StrToHex(const std::string& str, std::string& hex) { in StrToHex()
917 status_t StrToHex(const KeyBuffer& str, KeyBuffer& hex) { in StrToHex()
DFsCrypt.cpp625 static bool parse_hex(const std::string& hex, std::string* result) { in parse_hex()
DVoldNativeService.cpp101 #define CHECK_ARGUMENT_HEX(hex) \ argument
/system/netd/server/
DNetlinkHandler.cpp195 const char *hex = evt->findParam("HEX"); in onEvent() local
273 void NetlinkHandler::notifyStrictCleartext(uid_t uid, const std::string& hex) { in notifyStrictCleartext()
/system/apex/apexd/
Dapexd_verity.cpp53 std::vector<uint8_t> HexToBin(const std::string& hex) { in HexToBin()
/system/netd/tests/
DTestUnsolService.cpp143 binder::Status TestUnsolService::onStrictCleartextDetected(int uid, const std::string& hex) { in onStrictCleartextDetected()
/system/extras/libfscrypt/
Dfscrypt.cpp118 void BytesToHex(const std::string& bytes, std::string* hex) { in BytesToHex()
/system/extras/libfec/
Dfec_read.cpp34 char hex[bytes_per_line * 3 + 1]; in dump() local
/system/security/ondevice-signing/
DVerityUtils.cpp61 static std::vector<uint8_t> fromHex(std::string_view hex) { in fromHex()
/system/core/libsysutils/src/
DNetlinkEvent.cpp472 char* hex = (char*)calloc(1, hexSize); in parseNfPacketMessage() local
/system/incremental_delivery/incfs/incfsdump/
Ddump.cpp438 static std::string hex(uint64_t t) { in hex() function in __anon825703040111::Dump