Searched refs:HexDecode (Results 1 – 5 of 5) 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 | 148 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/ |
D | cpdf_streamparser.cpp | 77 return HexDecode(src_buf, limit, dest_buf, dest_size); in PDF_DecodeInlineStream()
|
/external/boringssl/src/ssl/test/ |
D | bssl_shim.cc | 216 static bool HexDecode(std::string *out, const std::string &in) { in HexDecode() function 258 if (!HexDecode(&binary, part)) { in DecodeHexStrings()
|