Home | History | Annotate | Download | only in bn

Lines Matching defs:ctx_

932     ctx_.reset(BN_CTX_new());
933 ASSERT_TRUE(ctx_);
936 BN_CTX *ctx() { return ctx_.get(); }
939 bssl::UniquePtr<BN_CTX> ctx_;