| /src/crypto/external/apache2/openssl/dist/crypto/bn/ |
| bn_blind.c | 24 BN_MONT_CTX *m_ctx; member in struct:bn_blinding_st 26 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); 108 if (b->m_ctx != NULL) { 109 if (!bn_mul_mont_fixed_top(b->Ai, b->Ai, b->Ai, b->m_ctx, ctx) 110 || !bn_mul_mont_fixed_top(b->A, b->A, b->A, b->m_ctx, ctx)) 151 if (b->m_ctx != NULL) 152 ret = BN_mod_mul_montgomery(n, n, b->A, b->m_ctx, ctx); 176 if (b->m_ctx != NULL) { 191 ret = bn_mul_mont_fixed_top(n, n, r, b->m_ctx, ctx); 238 BN_MONT_CTX *m_ctx), [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/bn/ |
| bn_blind.c | 24 BN_MONT_CTX *m_ctx; member in struct:bn_blinding_st 26 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); 111 if (b->m_ctx != NULL) { 112 if (!bn_mul_mont_fixed_top(b->Ai, b->Ai, b->Ai, b->m_ctx, ctx) 113 || !bn_mul_mont_fixed_top(b->A, b->A, b->A, b->m_ctx, ctx)) 154 if (b->m_ctx != NULL) 155 ret = BN_mod_mul_montgomery(n, n, b->A, b->m_ctx, ctx); 179 if (b->m_ctx != NULL) { 194 ret = bn_mul_mont_fixed_top(n, n, r, b->m_ctx, ctx); 241 BN_MONT_CTX *m_ctx), [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/bn/ |
| bn_local.h | 294 BN_MONT_CTX *m_ctx; member in struct:bn_blinding_st 296 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
|
| /src/external/gpl3/gcc/dist/gcc/jit/ |
| jit-playback.cc | 2480 scoped_lock (context &ctx) : m_ctx (&ctx) { m_ctx->lock (); } 2481 ~scoped_lock () { m_ctx->unlock (); } 2483 context *m_ctx; member in struct:gcc::jit::playback::context::scoped_lock
|