Searched defs:TestCtx (Results 1 – 9 of 9) sorted by relevance
31 struct TestCtx { struct32 const EVP_CIPHER *cipher;33 bool has_iv;34 enum Mode {38 Mode mode;
33 struct TestCtx { struct34 std::vector<uint8_t> N;35 bool is_pss;
32 struct TestCtx { struct33 bssl::UniquePtr<RSA> key;34 bool is_pss;
31 struct TestCtx { struct32 const EVP_CIPHER *cipher;33 enum Mode {37 bool has_iv;38 Mode mode;
30 struct TestCtx { struct31 bool encrypt;32 bool padding;
29 struct TestCtx { struct30 std::string hash;
30 struct TestCtx { struct31 std::string hash;
32 struct TestCtx { struct33 const EVP_AEAD *aead;
157 struct TestCtx { struct158 TestCtx() {} in TestCtx() function160 ~TestCtx() { in ~TestCtx()168 Context* fContext;169 std::unique_ptr<Recorder> fRecorder;170 BackendTexture fBackendTextures[2];171 PromiseTextureChecker fPromiseChecker;172 sk_sp<SkImage> fImg;173 sk_sp<SkSurface> fSurface;