Lines Matching defs:string
11 #include <string>
88 std::string digest_algorithm;
115 const std::string& algorithm,
137 void TestDigestForGeneratedCert(const std::string& algorithm,
160 void TestDigestForFixedCert(const std::string& algorithm,
288 std::string der;
313 const char* string;
371 size_t length = strlen(entry.string);
372 memcpy(buf, entry.string, length); // Copy the ASN1 string...
375 LOG(LS_VERBOSE) << entry.string;
380 size_t length = strlen(entry.string);
381 memcpy(buf, entry.string, length); // Copy the ASN1 string...
384 LOG(LS_VERBOSE) << entry.string;