HomeSort by relevance Sort by last modified time
    Searched refs:HexDecode (Results 1 - 8 of 8) sorted by null

  /system/tpm/attestation/common/
crypto_utility_impl_test.cc 48 std::string HexDecode(const std::string hex) {
156 std::string public_key = HexDecode(kValidPublicKeyHex);
169 std::string public_key = HexDecode(kValidPublicKeyHex);
178 std::string public_key = HexDecode(kValidPublicKeyHex);
196 std::string public_key = HexDecode(kValidPublicKeyHex);
212 std::string public_key = HexDecode(kValidPublicKeyHex);
223 std::string public_key = HexDecode(kValidPublicKeyHex);
  /external/pdfium/core/fpdfapi/parser/
fpdf_parser_decode_unittest.cpp 45 TEST(fpdf_parser_decode, HexDecode) {
69 HexDecode(ptr->input, ptr->input_size, &result, &result_size))
fpdf_parser_decode.h 73 uint32_t HexDecode(const uint8_t* src_buf,
fpdf_parser_decode.cpp 158 uint32_t HexDecode(const uint8_t* src_buf,
389 offset = HexDecode(last_buf, last_size, &new_buf, &new_size);
  /system/tpm/attestation/server/
pkcs11_key_store_test.cc 93 std::string HexDecode(const std::string hex) {
463 std::string public_key_der = HexDecode(kValidPublicKeyHex);
477 std::string public_key_der = HexDecode(kValidPublicKeyHex);
478 std::string certificate_der = HexDecode(kValidCertificateHex);
496 std::string public_key_der = HexDecode(kValidPublicKeyHex);
504 std::string public_key_der = HexDecode(kValidPublicKeyHex);
513 std::string public_key_der = HexDecode(kValidPublicKeyHex);
521 std::string certificate_der = HexDecode(kValidCertificateHex);
534 std::string certificate_der = HexDecode(kValidCertificateHex);
543 std::string certificate_der = HexDecode(kValidCertificateHex)
    [all...]
  /external/pdfium/fpdfsdk/
fpdfattachment.cpp 31 HexDecode(bsHex.raw_str(), bsHex.GetLength(), &result, &size);
  /external/pdfium/core/fpdfapi/page/
cpdf_streamparser.cpp 80 return HexDecode(src_buf, limit, dest_buf, dest_size);
  /external/boringssl/src/ssl/test/
bssl_shim.cc 246 static bool HexDecode(std::string *out, const std::string &in) {
288 if (!HexDecode(&binary, part)) {
    [all...]

Completed in 249 milliseconds