• Home
  • Raw
  • Download

Lines Matching refs:ERROR

129     LOG(ERROR) << "not big enough to contain footer";  in verify_file()
135 LOG(ERROR) << "Failed to read footer"; in verify_file()
140 LOG(ERROR) << "footer is wrong"; in verify_file()
150 LOG(ERROR) << "signature start: " << signature_start in verify_file()
156 LOG(ERROR) << "Signature start is in the footer"; in verify_file()
166 LOG(ERROR) << "not big enough to contain EOCD"; in verify_file()
177 LOG(ERROR) << "Failed to read EOCD of " << eocd_size << " bytes"; in verify_file()
183 LOG(ERROR) << "signature length doesn't match EOCD marker"; in verify_file()
192 LOG(ERROR) << "EOCD marker occurs after start of EOCD"; in verify_file()
254 LOG(ERROR) << "Could not find signature DER block"; in verify_file()
308 LOG(ERROR) << "failed to verify whole-file signature"; in verify_file()
317 LOG(ERROR) << "Failed to iterate over entries in the certificate zipfile: " in IterateZipEntriesAndSearchForKeys()
331 LOG(ERROR) << "Failed to extract " << std::string(name.name, name.name + name.name_length); in IterateZipEntriesAndSearchForKeys()
338 LOG(ERROR) << "Failed to load keys from " in IterateZipEntriesAndSearchForKeys()
347 LOG(ERROR) << "Error while iterating over zip entries: " << ErrorCodeString(iter_status); in IterateZipEntriesAndSearchForKeys()
357 LOG(ERROR) << "Failed to open " << zip_name << ": " << ErrorCodeString(open_status); in LoadKeysFromZipfile()
376 LOG(ERROR) << "Modulus should be 2048 or 4096 bits long, actual: " << modulus_bits; in CheckRSAKey()
382 LOG(ERROR) << "Public exponent should be 3 or 65537, actual: " << exponent; in CheckRSAKey()
396 LOG(ERROR) << "Failed to get the ec_group from the ec_key"; in CheckECKey()
401 LOG(ERROR) << "Field size of the ec key should be 256 bits long, actual: " << degree; in CheckECKey()
415 LOG(ERROR) << "Failed to read x509 certificate"; in LoadCertificateFromBuffer()
434 LOG(ERROR) << "Unrecognized signature nid " << OBJ_nid2ln(nid); in LoadCertificateFromBuffer()
441 LOG(ERROR) << "Failed to extract the public key from x509 certificate"; in LoadCertificateFromBuffer()
451 LOG(ERROR) << "Failed to validate the rsa key info from public key"; in LoadCertificateFromBuffer()
459 LOG(ERROR) << "Failed to validate the ec key info from the public key"; in LoadCertificateFromBuffer()
463 LOG(ERROR) << "Unrecognized public key type " << OBJ_nid2ln(key_type); in LoadCertificateFromBuffer()