Searched defs:m_ctx (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/bn/
H A Dbn_blind.c131 BN_MONT_CTX *m_ctx; member in struct:bn_blinding_st
134 BN_MONT_CTX *m_ctx);
309 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx),
310 BN_MONT_CTX *m_ctx)
339 if (m_ctx != NULL)
340 ret->m_ctx = m_ctx;
365 if (ret->bn_mod_exp != NULL && ret->m_ctx != NULL)
367 if (!ret->bn_mod_exp(ret->A, ret->A, ret->e, ret->mod, ctx, ret->m_ctx))
306 BN_BLINDING_create_param(BN_BLINDING *b, const BIGNUM *e, BIGNUM *m, BN_CTX *ctx, int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx), BN_MONT_CTX *m_ctx) argument
/external/chromium_org/third_party/openssl/openssl/crypto/dh/
H A Ddh_key.c70 BN_MONT_CTX *m_ctx);
266 BN_MONT_CTX *m_ctx)
274 return BN_mod_exp_mont_word(r,A,p,m,ctx,m_ctx);
277 return BN_mod_exp_mont(r,a,p,m,ctx,m_ctx);
263 dh_bn_mod_exp(const DH *dh, BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
/external/deqp/modules/glshared/
H A DglsFboCompletenessTests.hpp88 Context& getContext (void) const { return m_ctx; }
96 , m_ctx (ctx) {}
111 Context& m_ctx; member in class:deqp::gls::fboc::details::TestBase
H A DglsLifetimeTests.hpp83 const Context& getContext (void) const { return m_ctx; }
84 const RenderContext& getRenderContext (void) const { return m_ctx.getRenderContext(); }
85 TestContext& getTestContext (void) const { return m_ctx.getTestContext(); }
86 const Functions& gl (void) const { return m_ctx.gl(); }
87 TestLog& log (void) const { return m_ctx.log(); }
95 const Context m_ctx; member in class:deqp::gls::LifetimeTests::details::ContextWrapper
H A DglsLifetimeTests.cpp131 , m_ctx (ctx)
690 const Context& getContext (void) const { return m_ctx; }
691 const RenderContext& getRenderContext (void) const { return m_ctx.getRenderContext(); }
692 const Functions& gl (void) const { return m_ctx.gl(); }
693 TestLog& log (void) const { return m_ctx.log(); }
696 Context m_ctx; member in class:deqp::gls::LifetimeTests::details::TestBase
703 , m_ctx (ctx)
H A DglsLongStressCase.cpp297 const glu::RenderContext& m_ctx; member in class:deqp::gls::LongStressCaseInternal::DebugInfoRenderer
335 : m_ctx (ctx)
H A DglsVertexArrayTests.hpp199 sglr::Context& m_ctx; member in class:deqp::gls::ContextArray
229 sglr::Context& m_ctx; member in class:deqp::gls::ContextArrayPack
H A DglsBuiltinPrecisionTests.cpp4319 , m_ctx (context)
4327 RenderContext& getRenderContext(void) const { return m_ctx.renderContext; }
4329 const FloatFormat& getFormat (void) const { return m_ctx.floatFormat; }
4343 return Symbol(variable.getName(), getVarTypeOf<T>(m_ctx.precision));
4346 Context m_ctx; member in class:deqp::gls::BuiltinPrecisionTests::PrecisionCase
4379 const FloatFormat highpFmt = m_ctx.highpFormat;
4412 os << "precision " << glu::getPrecisionName(m_ctx.precision) << " float;\n";
4446 m_ctx.shaderType,
4496 EvalContext ctx (fmt, m_ctx.precision, env);
4806 m_ctx
[all...]
/external/openssl/crypto/bn/
H A Dbn_blind.c131 BN_MONT_CTX *m_ctx; member in struct:bn_blinding_st
134 BN_MONT_CTX *m_ctx);
309 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx),
310 BN_MONT_CTX *m_ctx)
339 if (m_ctx != NULL)
340 ret->m_ctx = m_ctx;
365 if (ret->bn_mod_exp != NULL && ret->m_ctx != NULL)
367 if (!ret->bn_mod_exp(ret->A, ret->A, ret->e, ret->mod, ctx, ret->m_ctx))
306 BN_BLINDING_create_param(BN_BLINDING *b, const BIGNUM *e, BIGNUM *m, BN_CTX *ctx, int (*bn_mod_exp)(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx), BN_MONT_CTX *m_ctx) argument
/external/openssl/crypto/dh/
H A Ddh_key.c70 BN_MONT_CTX *m_ctx);
266 BN_MONT_CTX *m_ctx)
274 return BN_mod_exp_mont_word(r,A,p,m,ctx,m_ctx);
277 return BN_mod_exp_mont(r,a,p,m,ctx,m_ctx);
263 dh_bn_mod_exp(const DH *dh, BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
/external/chromium_org/third_party/openssl/openssl/crypto/engine/
H A Deng_cryptodev.c112 const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
117 const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
127 BN_MONT_CTX *m_ctx);
1141 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
1143 return (cryptodev_bn_mod_exp(r, a, p, m, ctx, m_ctx));
1282 BN_MONT_CTX *m_ctx)
1284 return (cryptodev_bn_mod_exp(r, a, p, m, ctx, m_ctx));
1140 cryptodev_dsa_bn_mod_exp(DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
1280 cryptodev_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
/external/lldb/tools/debugserver/source/
H A DRNBRemote.h150 return DNBProcessGetCurrentThread (m_ctx.ProcessID());
156 DNBProcessSetCurrentThread (m_ctx.ProcessID(), tid);
232 RNBContext& Context() { return m_ctx; }
304 RNBContext m_ctx; // process context member in class:RNBRemote
/external/openssl/crypto/engine/
H A Deng_cryptodev.c112 const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
117 const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
127 BN_MONT_CTX *m_ctx);
1141 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx)
1143 return (cryptodev_bn_mod_exp(r, a, p, m, ctx, m_ctx));
1282 BN_MONT_CTX *m_ctx)
1284 return (cryptodev_bn_mod_exp(r, a, p, m, ctx, m_ctx));
1140 cryptodev_dsa_bn_mod_exp(DSA *dsa, BIGNUM *r, BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
1280 cryptodev_mod_exp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) argument
/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp2264 sglr::Context* m_ctx; member in class:deqp::gles31::Functional::__anon19463::NegativeDrawCase
2272 , m_ctx (DE_NULL)
2289 m_ctx = new sglr::GLContext(m_context.getRenderContext(), m_testCtx.getLog(), sglr::GLCONTEXT_LOG_CALLS | sglr::GLCONTEXT_LOG_PROGRAMS, tcu::IVec4(0, 0, 1, 1));
2295 delete m_ctx;
2298 m_ctx = NULL;
2304 const GLuint programId = m_ctx->createProgram(m_program);
2305 const GLint attrPosLoc = m_ctx->getAttribLocation(programId, "a_position");
2312 m_ctx->genVertexArrays(1, &vaoId);
2313 m_ctx->bindVertexArray(vaoId);
2315 m_ctx
[all...]

Completed in 392 milliseconds