Searched defs:hex (Results 1 – 14 of 14) sorted by relevance
| /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/netd/server/ |
| D | NetlinkHandler.cpp | 163 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/ |
| D | fs_mgr_avb.cpp | 63 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/ |
| D | Utils.cpp | 411 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()
|
| D | VoldNativeService.cpp | 138 binder::Status checkArgumentHex(const std::string& hex) { in checkArgumentHex() 170 #define CHECK_ARGUMENT_HEX(hex) { \ argument
|
| D | Ext4Crypt.cpp | 493 static bool parse_hex(const std::string& hex, std::string* result) { in parse_hex()
|
| /system/extras/ext4_utils/ |
| D | ext4_crypt.cpp | 100 static void policy_to_hex(const char* policy, char* hex) { in policy_to_hex()
|
| /system/core/init/ |
| D | util.cpp | 279 std::string hex("0x"); in bytes_to_hex() local
|
| D | property_service.cpp | 750 std::string hex = bytes_to_hex(reinterpret_cast<uint8_t*>(hdr.id), sizeof(hdr.id)); in load_recovery_id_prop() local
|
| /system/extras/libfec/ |
| D | fec_read.cpp | 34 char hex[bytes_per_line * 3 + 1]; in dump() local
|
| /system/tpm/attestation/common/ |
| D | crypto_utility_impl_test.cc | 48 std::string HexDecode(const std::string hex) { in HexDecode()
|
| /system/core/libsysutils/src/ |
| D | NetlinkEvent.cpp | 304 char* hex = (char*) calloc(1, 5 + (len * 2)); in parseNfPacketMessage() local
|
| /system/tpm/attestation/server/ |
| D | pkcs11_key_store_test.cc | 93 std::string HexDecode(const std::string hex) { in HexDecode()
|
| /system/netd/tests/dns_responder/ |
| D | dns_responder.cpp | 54 static const char* hex = "0123456789ABCDEF"; in str2hex() local
|