/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_blind.c | 24 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 D | PdbIndex.cpp | 91 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 D | BN_BLINDING_new.pod | 38 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 D | DH_meth_new.pod | 46 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); 50 BN_MONT_CTX *m_ctx));
|
H A D | RSA_meth_new.pod | 80 BN_CTX *ctx, BN_MONT_CTX *m_ctx); 84 BN_CTX *ctx, BN_MONT_CTX *m_ctx));
|
H A D | RSA_set_method.pod | 114 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | FuncUnwinders.cpp | 184 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 D | dh_key.c | 32 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 D | dh_local.h | 52 BN_MONT_CTX *m_ctx);
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bn.h | 308 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 D | rsa.h | 538 BN_MONT_CTX *m_ctx); 546 BN_MONT_CTX *m_ctx));
|
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_meth.c | 188 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 D | rsa_local.h | 117 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
|
/freebsd/crypto/openssl/crypto/dsa/ |
H A D | dsa_local.h | 58 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
|
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 7480 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()
|