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()
316 LOG(ERROR) << "Failed to iterate over entries in the certificate zipfile: " in IterateZipEntriesAndSearchForKeys()
330 LOG(ERROR) << "Failed to extract " << name; in IterateZipEntriesAndSearchForKeys()
337 LOG(ERROR) << "Failed to load keys from " << name; in IterateZipEntriesAndSearchForKeys()
345 LOG(ERROR) << "Error while iterating over zip entries: " << ErrorCodeString(iter_status); in IterateZipEntriesAndSearchForKeys()
355 LOG(ERROR) << "Failed to open " << zip_name << ": " << ErrorCodeString(open_status); in LoadKeysFromZipfile()
374 LOG(ERROR) << "Modulus should be 2048 or 4096 bits long, actual: " << modulus_bits; in CheckRSAKey()
380 LOG(ERROR) << "Public exponent should be 3 or 65537, actual: " << exponent; in CheckRSAKey()
394 LOG(ERROR) << "Failed to get the ec_group from the ec_key"; in CheckECKey()
399 LOG(ERROR) << "Field size of the ec key should be 256 bits long, actual: " << degree; in CheckECKey()
413 LOG(ERROR) << "Failed to read x509 certificate"; in LoadCertificateFromBuffer()
432 LOG(ERROR) << "Unrecognized signature nid " << OBJ_nid2ln(nid); in LoadCertificateFromBuffer()
439 LOG(ERROR) << "Failed to extract the public key from x509 certificate"; in LoadCertificateFromBuffer()
449 LOG(ERROR) << "Failed to validate the rsa key info from public key"; in LoadCertificateFromBuffer()
457 LOG(ERROR) << "Failed to validate the ec key info from the public key"; in LoadCertificateFromBuffer()
461 LOG(ERROR) << "Unrecognized public key type " << OBJ_nid2ln(key_type); in LoadCertificateFromBuffer()