Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dfpdf_parser_decode_unittest.cpp45 TEST(fpdf_parser_decode, HexDecode) { in TEST() argument
69 HexDecode(ptr->input, ptr->input_size, &result, &result_size)) in TEST()
Dfpdf_parser_decode.h73 uint32_t HexDecode(const uint8_t* src_buf,
Dfpdf_parser_decode.cpp158 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/
Dfpdfattachment.cpp31 HexDecode(bsHex.raw_str(), bsHex.GetLength(), &result, &size); in CFXByteStringHexDecode()
/external/boringssl/src/ssl/test/
Dtest_config.cc769 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/
Dcpdf_streamparser.cpp80 return HexDecode(src_buf, limit, dest_buf, dest_size); in DecodeInlineStream()