Home
last modified time | relevance | path

Searched refs:m_ctx (Results 1 – 15 of 15) sorted by relevance

/freebsd/crypto/openssl/crypto/bn/
H A Dbn_blind.c24 BN_MONT_CTX *m_ctx; member
26 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
111 if (b->m_ctx != NULL) { in BN_BLINDING_update()
112 if (!bn_mul_mont_fixed_top(b->Ai, b->Ai, b->Ai, b->m_ctx, ctx) in BN_BLINDING_update()
113 || !bn_mul_mont_fixed_top(b->A, b->A, b->A, b->m_ctx, ctx)) in BN_BLINDING_update()
154 if (b->m_ctx != NULL) in BN_BLINDING_convert_ex()
155 ret = BN_mod_mul_montgomery(n, n, b->A, b->m_ctx, ctx); in BN_BLINDING_convert_ex()
179 if (b->m_ctx != NULL) { in BN_BLINDING_invert_ex()
194 ret = bn_mul_mont_fixed_top(n, n, r, b->m_ctx, ctx); in BN_BLINDING_invert_ex()
241 BN_MONT_CTX *m_ctx), in BN_BLINDING_create_param() argument
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.cpp91 PdbIndex &m_ctx; in ParseSectionContribs() member in PdbIndex::ParseSectionContribs::Visitor
96 : m_ctx(ctx), m_imap(imap) {} in ParseSectionContribs()
102 uint64_t va = m_ctx.MakeVirtualAddress(C.ISect, C.Off); in ParseSectionContribs()
/freebsd/crypto/openssl/doc/man3/
H A DBN_BLINDING_new.pod38 BN_MONT_CTX *m_ctx),
39 BN_MONT_CTX *m_ctx);
86 B<m_ctx> can be used to pass special functions for exponentiation
H A DDH_meth_new.pod46 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
50 BN_MONT_CTX *m_ctx));
H A DRSA_meth_new.pod80 BN_CTX *ctx, BN_MONT_CTX *m_ctx);
84 BN_CTX *ctx, BN_MONT_CTX *m_ctx));
H A DRSA_set_method.pod114 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFuncUnwinders.cpp184 RegisterContextToInfo(RegisterContext &ctx) : m_ctx(ctx) {} in RegisterContextToInfo()
187 return m_ctx.GetRegisterInfoByName(name); in ResolveName()
191 return m_ctx.GetRegisterInfo(kind, number); in ResolveNumber()
195 RegisterContext &m_ctx; member in __anon37d9345d0111::RegisterContextToInfo
/freebsd/crypto/openssl/crypto/dh/
H A Ddh_key.c32 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
191 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) in dh_bn_mod_exp() argument
193 return BN_mod_exp_mont(r, a, p, m, ctx, m_ctx); in dh_bn_mod_exp()
H A Ddh_local.h52 BN_MONT_CTX *m_ctx);
/freebsd/crypto/openssl/include/openssl/
H A Dbn.h308 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
313 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
316 BN_CTX *ctx, BN_MONT_CTX *m_ctx);
441 BN_MONT_CTX *m_ctx),
442 BN_MONT_CTX *m_ctx);
H A Drsa.h538 BN_MONT_CTX *m_ctx);
546 BN_MONT_CTX *m_ctx));
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_meth.c188 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) in RSA_meth_get_bn_mod_exp()
199 BN_MONT_CTX *m_ctx)) in RSA_meth_set_bn_mod_exp() argument
H A Drsa_local.h117 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
/freebsd/crypto/openssl/crypto/dsa/
H A Ddsa_local.h58 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp7480 TrackerContext& m_ctx; member in Catch::TestCaseTracking::TrackerBase
14110 m_ctx( ctx ), in TrackerBase()
14171 while( &m_ctx.currentTracker() != this ) in close()
14172 m_ctx.currentTracker().close(); in close()
14195 m_ctx.completeCycle(); in close()
14202 m_ctx.completeCycle(); in fail()
14210 m_ctx.setCurrentTracker( m_parent ); in moveToParent()
14213 m_ctx.setCurrentTracker( this ); in moveToThis()