Searched refs:HexDecode (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/fpdfapi/parser/ |
D | fpdf_parser_decode_unittest.cpp | 45 TEST(fpdf_parser_decode, HexDecode) { in TEST() argument 69 HexDecode(ptr->input, ptr->input_size, &result, &result_size)) in TEST()
|
D | fpdf_parser_decode.h | 73 uint32_t HexDecode(const uint8_t* src_buf,
|
D | fpdf_parser_decode.cpp | 158 uint32_t HexDecode(const uint8_t* src_buf, in HexDecode() function 389 offset = HexDecode(last_buf, last_size, &new_buf, &new_size); in PDF_DataDecode()
|
/external/pdfium/fpdfsdk/ |
D | fpdfattachment.cpp | 31 HexDecode(bsHex.raw_str(), bsHex.GetLength(), &result, &size); in CFXByteStringHexDecode()
|
/external/boringssl/src/ssl/test/ |
D | test_config.cc | 769 static bool HexDecode(std::string *out, const std::string &in) { in HexDecode() function 810 if (!HexDecode(&binary, part)) { in DecodeHexStrings() 1688 if (!HexDecode(&dc, dc_hex) || !HexDecode(&pkcs8, pkcs8_hex)) { in NewSSL()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_streamparser.cpp | 80 return HexDecode(src_buf, limit, dest_buf, dest_size); in DecodeInlineStream()
|