/system/libbase/ |
D | hex_test.cpp | 21 TEST(hex, empty) { in TEST() argument 26 TEST(hex, short) { in TEST() argument 34 TEST(hex, all) { in TEST() argument
|
/system/keymaster/tests/ |
D | ckdf_test.cpp | 73 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/ |
D | util_test.cpp | 107 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/ |
D | util.cpp | 52 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/ |
D | HkdfTest.java | 56 static byte[] hexDecode(String hex) { in hexDecode()
|
/system/vold/ |
D | VoldNativeServiceValidation.cpp | 97 binder::Status CheckArgumentHex(const std::string& hex) { in CheckArgumentHex()
|
D | Utils.cpp | 865 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()
|
D | FsCrypt.cpp | 625 static bool parse_hex(const std::string& hex, std::string* result) { in parse_hex()
|
D | VoldNativeService.cpp | 101 #define CHECK_ARGUMENT_HEX(hex) \ argument
|
/system/netd/server/ |
D | NetlinkHandler.cpp | 195 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/ |
D | apexd_verity.cpp | 53 std::vector<uint8_t> HexToBin(const std::string& hex) { in HexToBin()
|
/system/netd/tests/ |
D | TestUnsolService.cpp | 143 binder::Status TestUnsolService::onStrictCleartextDetected(int uid, const std::string& hex) { in onStrictCleartextDetected()
|
/system/extras/libfscrypt/ |
D | fscrypt.cpp | 118 void BytesToHex(const std::string& bytes, std::string* hex) { in BytesToHex()
|
/system/extras/libfec/ |
D | fec_read.cpp | 34 char hex[bytes_per_line * 3 + 1]; in dump() local
|
/system/security/ondevice-signing/ |
D | VerityUtils.cpp | 61 static std::vector<uint8_t> fromHex(std::string_view hex) { in fromHex()
|
/system/core/libsysutils/src/ |
D | NetlinkEvent.cpp | 472 char* hex = (char*)calloc(1, hexSize); in parseNfPacketMessage() local
|
/system/incremental_delivery/incfs/incfsdump/ |
D | dump.cpp | 438 static std::string hex(uint64_t t) { in hex() function in __anon825703040111::Dump
|