Home
last modified time | relevance | path

Searched defs:hex (Results 1 – 14 of 14) 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/netd/server/
DNetlinkHandler.cpp163 const char *hex = evt->findParam("HEX"); in onEvent() local
261 void NetlinkHandler::notifyStrictCleartext(const char* uid, const char* hex) { in notifyStrictCleartext()
/system/core/fs_mgr/
Dfs_mgr_avb.cpp63 static bool hex_to_bytes(uint8_t* bytes, size_t bytes_len, const std::string& hex) { in hex_to_bytes()
90 std::string hex; in bytes_to_hex() local
/system/vold/
DUtils.cpp411 status_t HexToStr(const std::string& hex, std::string& str) { in HexToStr()
452 status_t StrToHex(const std::string& str, std::string& hex) { in StrToHex()
461 status_t StrToHex(const KeyBuffer& str, KeyBuffer& hex) { in StrToHex()
DVoldNativeService.cpp138 binder::Status checkArgumentHex(const std::string& hex) { in checkArgumentHex()
170 #define CHECK_ARGUMENT_HEX(hex) { \ argument
DExt4Crypt.cpp493 static bool parse_hex(const std::string& hex, std::string* result) { in parse_hex()
/system/extras/ext4_utils/
Dext4_crypt.cpp100 static void policy_to_hex(const char* policy, char* hex) { in policy_to_hex()
/system/core/init/
Dutil.cpp279 std::string hex("0x"); in bytes_to_hex() local
Dproperty_service.cpp750 std::string hex = bytes_to_hex(reinterpret_cast<uint8_t*>(hdr.id), sizeof(hdr.id)); in load_recovery_id_prop() local
/system/extras/libfec/
Dfec_read.cpp34 char hex[bytes_per_line * 3 + 1]; in dump() local
/system/tpm/attestation/common/
Dcrypto_utility_impl_test.cc48 std::string HexDecode(const std::string hex) { in HexDecode()
/system/core/libsysutils/src/
DNetlinkEvent.cpp304 char* hex = (char*) calloc(1, 5 + (len * 2)); in parseNfPacketMessage() local
/system/tpm/attestation/server/
Dpkcs11_key_store_test.cc93 std::string HexDecode(const std::string hex) { in HexDecode()
/system/netd/tests/dns_responder/
Ddns_responder.cpp54 static const char* hex = "0123456789ABCDEF"; in str2hex() local