Home
last modified time | relevance | path

Searched refs:MakeJsonVector (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/child/webcrypto/test/
Dtest_helpers.h71 std::vector<uint8_t> MakeJsonVector(const std::string& json_string);
72 std::vector<uint8_t> MakeJsonVector(const base::DictionaryValue& dict);
Dtest_helpers.cc149 std::vector<uint8_t> MakeJsonVector(const std::string& json_string) { in MakeJsonVector() function
153 std::vector<uint8_t> MakeJsonVector(const base::DictionaryValue& dict) { in MakeJsonVector() function
156 return MakeJsonVector(json); in MakeJsonVector()
390 CryptoData(MakeJsonVector(dict)), in ImportKeyJwkFromDict()
Dhmac_unittest.cc267 std::vector<uint8_t> json_vec = MakeJsonVector(dict); in TEST()
294 json_vec = MakeJsonVector(dict); in TEST()
Daes_cbc_unittest.cc456 CryptoData(MakeJsonVector("")), in TEST()
463 const std::vector<uint8_t> bad_json_vec = MakeJsonVector( in TEST()