Home
last modified time | relevance | path

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

/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/vold/
DVoldNativeServiceValidation.cpp97 binder::Status CheckArgumentHex(const std::string& hex) { in CheckArgumentHex()
DUtils.cpp813 status_t HexToStr(const std::string& hex, std::string& str) { in HexToStr()
856 status_t StrToHex(const std::string& str, std::string& hex) { in StrToHex()
865 status_t StrToHex(const KeyBuffer& str, KeyBuffer& hex) { in StrToHex()
DFsCrypt.cpp615 static bool parse_hex(const std::string& hex, std::string* result) { in parse_hex()
DVoldNativeService.cpp105 #define CHECK_ARGUMENT_HEX(hex) \ argument
/system/netd/server/
DNetlinkHandler.cpp207 const char *hex = evt->findParam("HEX"); in onEvent() local
285 void NetlinkHandler::notifyStrictCleartext(uid_t uid, const std::string& hex) { in notifyStrictCleartext()
/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/
DINetdUnsolicitedEventListener.aidl47 oneway void onStrictCleartextDetected(int uid, @utf8InCpp String hex); in onStrictCleartextDetected()
/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/
DINetdUnsolicitedEventListener.aidl31 oneway void onStrictCleartextDetected(int uid, @utf8InCpp String hex); in onStrictCleartextDetected()
/system/netd/server/binder/android/net/
DINetdUnsolicitedEventListener.aidl144 void onStrictCleartextDetected(int uid, @utf8InCpp String hex); in onStrictCleartextDetected()
/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/
DINetdUnsolicitedEventListener.aidl31 oneway void onStrictCleartextDetected(int uid, @utf8InCpp String hex); in onStrictCleartextDetected()
/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/
DINetdUnsolicitedEventListener.aidl47 oneway void onStrictCleartextDetected(int uid, @utf8InCpp String hex); in onStrictCleartextDetected()
/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
DINetdUnsolicitedEventListener.aidl47 oneway void onStrictCleartextDetected(int uid, @utf8InCpp String hex); in onStrictCleartextDetected()
/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/
DINetdUnsolicitedEventListener.aidl30 oneway void onStrictCleartextDetected(int uid, @utf8InCpp String hex); in onStrictCleartextDetected()
/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
DINetdUnsolicitedEventListener.aidl31 oneway void onStrictCleartextDetected(int uid, @utf8InCpp String hex); in onStrictCleartextDetected()
/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/
DINetdUnsolicitedEventListener.aidl13 oneway void onStrictCleartextDetected(int uid, @utf8InCpp String hex); in onStrictCleartextDetected()
/system/apex/apexd/
Dapexd_verity.cpp50 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/core/libsysutils/src/
DNetlinkEvent.cpp330 char* hex = (char*)calloc(1, hexSize); in parseNfPacketMessage() local
/system/incremental_delivery/incfs/incfsdump/
Ddump.cpp391 std::string hex(uint64_t t) { in hex() function in __anon684c043f0111::Dump