Searched refs:PrintLine (Results 1 – 6 of 6) sorted by relevance
/external/boringssl/src/crypto/hmac/ |
D | hmac_test.cc | 96 t->PrintLine("Unknown digest '%s'", digest_str.c_str()); in TestHMAC() 115 t->PrintLine("One-shot API failed."); in TestHMAC() 127 t->PrintLine("HMAC_CTX failed."); in TestHMAC() 137 t->PrintLine("HMAC_CTX with reset failed."); in TestHMAC() 143 t->PrintLine("HMAC_CTX streaming failed."); in TestHMAC() 148 t->PrintLine("HMAC_CTX streaming failed."); in TestHMAC() 155 t->PrintLine("HMAC_CTX streaming failed."); in TestHMAC()
|
/external/boringssl/src/crypto/test/ |
D | file_test.cc | 71 PrintLine("Unused attribute: %s", key.c_str()); in ReadNext() 76 PrintLine("Unused block"); in ReadNext() 148 void FileTest::PrintLine(const char *format, ...) { in PrintLine() function in FileTest 183 PrintLine("Missing attribute '%s'.", key.c_str()); in GetAttribute() 225 PrintLine("Error decoding value: %s", value.c_str()); in GetBytes() 232 PrintLine("Error decoding value: %s", value.c_str()); in GetBytes() 260 PrintLine("Expected: %s", expected_hex.c_str()); in ExpectBytesEqual() 261 PrintLine("Actual: %s", actual_hex.c_str()); in ExpectBytesEqual() 298 t.PrintLine("Operation unexpectedly succeeded."); in FileTestMain() 304 t.PrintLine("Unexpected error; wanted '%s', got '%s'.", in FileTestMain() [all …]
|
D | file_test.h | 83 void PrintLine(const char *format, ...)
|
/external/boringssl/src/crypto/cipher/ |
D | aead_test.cc | 67 t->PrintLine("Failed to init AEAD."); in TestAEAD() 79 t->PrintLine("Failed to run AEAD."); in TestAEAD() 85 t->PrintLine("Bad output length: %u vs %u.", (unsigned)out_len, in TestAEAD() 108 t->PrintLine("Failed to init AEAD."); in TestAEAD() 121 t->PrintLine("Decrypted bad data."); in TestAEAD() 129 t->PrintLine("Failed to decrypt."); in TestAEAD() 144 t->PrintLine("Failed to init AEAD."); in TestAEAD() 155 t->PrintLine("Decrypted bad data with trailing garbage."); in TestAEAD() 166 t->PrintLine("Failed to init AEAD."); in TestAEAD() 178 t->PrintLine("Decrypted bad data with corrupted byte."); in TestAEAD()
|
D | cipher_test.cc | 136 t->PrintLine("Bad IV length."); in TestOperation() 149 t->PrintLine("Input/output size mismatch (%u vs %u).", (unsigned)in->size(), in TestOperation() 169 t->PrintLine("Operation failed."); in TestOperation() 180 t->PrintLine("Bad tag length."); in TestOperation() 200 t->PrintLine("Unknown cipher: '%s'.", cipher_str.c_str()); in TestCipher() 233 t->PrintLine("Unknown operation: '%s'.", str.c_str()); in TestCipher()
|
/external/boringssl/src/crypto/evp/ |
D | evp_test.cc | 95 t->PrintLine("Unknown digest: '%s'", name.c_str()); in GetDigest() 106 t->PrintLine("Duplicate key '%s'.", key_name.c_str()); in ImportPrivateKey() 116 t->PrintLine("Error reading private key."); in ImportPrivateKey() 186 t->PrintLine("Unknown test '%s'", t->GetType().c_str()); in TestEVP() 193 t->PrintLine("Could not find key '%s'.", key_name.c_str()); in TestEVP()
|