Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/hpke/
Dhpke_test.go68 checkBytesEqual(t, "decrypted", decrypted, plaintext)
142 checkBytesEqual(t, "sender enc", enc, testVec.Enc)
158 checkBytesEqual(t, "sender enc", enc, testVec.Enc)
171 checkBytesEqual(t, "ciphertext", ciphertext, e.Ciphertext)
178 checkBytesEqual(t, "decrypted plaintext", decrypted, e.Plaintext)
183 checkBytesEqual(t, "exportValue", exportValue, ex.ExportValue)
186 checkBytesEqual(t, "exportValue", exportValue, ex.ExportValue)
208 func checkBytesEqual(t *testing.T, name string, actual, expected []byte) { func