Home
last modified time | relevance | path

Searched refs:hex_string (Results 1 – 6 of 6) sorted by relevance

/external/google-tv-pairing-protocol/cpp/src/polo/util/
Dpoloutil.cc27 std::string hex_string(hex); in BytesToHexString() local
30 return hex_string; in BytesToHexString()
33 const size_t PoloUtil::HexStringToBytes(const std::string hex_string, in HexStringToBytes() argument
37 BN_hex2bn(&bn, hex_string.c_str()); in HexStringToBytes()
Dpoloutil.h43 static const size_t HexStringToBytes(const std::string hex_string,
/external/chromium_org/content/child/webcrypto/test/
Dtest_helpers.cc210 std::string hex_string; in GetBytesFromHexString() local
211 if (!dict->GetString(property_name, &hex_string)) { in GetBytesFromHexString()
216 return HexStringToBytes(hex_string); in GetBytesFromHexString()
/external/bluetooth/bluedroid/btif/src/
Dbtif_config_util.cpp567 char hex_string[len + 1], hex_bytes[len/2]; in parse_hid_attribute() local
568 memcpy(hex_string, str - 1, len); in parse_hid_attribute()
569 hex_string[len] = 0; in parse_hid_attribute()
570 hex2bytes(hex_string, len, hex_bytes); in parse_hid_attribute()
/external/chromium_org/chrome/common/net/
Dx509_certificate_model_openssl.cc1012 std::string hex_string = ProcessRawBytesWithSeparators( in GetSerialNumberHexified() local
1014 return AlternativeWhenEmpty(hex_string, alternative_text); in GetSerialNumberHexified()
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp8159 static void hex_string(char **dest, unsigned char* input, int len) in hex_string() function
8177 hex_string(&session_id_str, session->session_id, session->session_id_length); in debug_print_session_key()
8178 hex_string(&master_key_str, session->master_key, session->master_key_length); in debug_print_session_key()