Lines Matching refs:GetBytes
151 if (!t->GetBytes(&input, "Input")) { in ImportKey()
181 !t->GetBytes(&output, "Output")) { in ImportKey()
192 if (!t->GetBytes(&expected, "ExpectRawPrivate")) { in ImportKey()
219 if (!t->GetBytes(&expected, "ExpectRawPublic")) { in ImportKey()
277 if (!t->GetBytes(&label, "OAEPLabel")) { in SetupContext()
330 if (!t->GetBytes(&output, "Output")) { in TestDerive()
421 if (!t->GetBytes(&input, "Input") || in TestEVP()
422 (is_verify && !t->GetBytes(&output, "Output"))) { in TestEVP()
449 !t->GetBytes(&output, "Output")) { in TestEVP()
464 !t->GetBytes(&output, "Output")) { in TestEVP()
546 if (!t->GetBytes(&output, "Output")) { in TestEVP()
601 ASSERT_TRUE(t->GetBytes(&msg, "msg")); in RunWycheproofVerifyTest()
603 ASSERT_TRUE(t->GetBytes(&sig, "sig")); in RunWycheproofVerifyTest()
718 ASSERT_TRUE(t->GetBytes(&msg, "msg")); in TEST()
719 ASSERT_TRUE(t->GetBytes(&sig, "sig")); in TEST()
778 ASSERT_TRUE(t->GetBytes(&ct, "ct")); in RunWycheproofDecryptTest()
779 ASSERT_TRUE(t->GetBytes(&msg, "msg")); in RunWycheproofDecryptTest()
809 ASSERT_TRUE(t->GetBytes(&label, "label")); in RunWycheproofOAEPTest()