Searched defs:a2b_hex (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/third_party/tlslite/tlslite/utils/
H A Dcompat.py28 def a2b_hex(s): function
30 b = bytearray(binascii.a2b_hex(bytearray(s, "ascii")))
69 def a2b_hex(s): function
71 b = bytearray(binascii.a2b_hex(s))
/external/chromium_org/net/spdy/
H A Dspdy_test_utils.cc135 std::string a2b_hex(const char* hex_data) { function in namespace:net::test

Completed in 6284 milliseconds