Home
last modified time | relevance | path

Searched refs:HexDecode (Results 1 – 5 of 5) 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.cpp148 uint32_t HexDecode(const uint8_t* src_buf, in HexDecode() function
379 offset = HexDecode(last_buf, last_size, new_buf, new_size); in PDF_DataDecode()
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamparser.cpp77 return HexDecode(src_buf, limit, dest_buf, dest_size); in PDF_DecodeInlineStream()
/external/boringssl/src/ssl/test/
Dbssl_shim.cc216 static bool HexDecode(std::string *out, const std::string &in) { in HexDecode() function
258 if (!HexDecode(&binary, part)) { in DecodeHexStrings()