| /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); 109 if (b->m_ctx != NULL) { in BN_BLINDING_update() 110 if (!bn_mul_mont_fixed_top(b->Ai, b->Ai, b->Ai, b->m_ctx, ctx) in BN_BLINDING_update() 111 || !bn_mul_mont_fixed_top(b->A, b->A, b->A, b->m_ctx, ctx)) in BN_BLINDING_update() 152 if (b->m_ctx != NULL) in BN_BLINDING_convert_ex() 153 ret = BN_mod_mul_montgomery(n, n, b->A, b->m_ctx, ctx); in BN_BLINDING_convert_ex() 177 if (b->m_ctx != NULL) { in BN_BLINDING_invert_ex() 192 ret = bn_mul_mont_fixed_top(n, n, r, b->m_ctx, ctx); in BN_BLINDING_invert_ex() 239 BN_MONT_CTX *m_ctx), in BN_BLINDING_create_param() argument [all …]
|
| H A D | bn_s390x.c | 72 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) in s390x_mod_exp() argument 76 return BN_mod_exp_mont(r, a, p, m, ctx, m_ctx); in s390x_mod_exp() 150 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) in s390x_mod_exp() argument 152 return BN_mod_exp_mont(r, a, p, m, ctx, m_ctx); in s390x_mod_exp()
|
| /freebsd/crypto/krb5/src/windows/leashdll/ |
| H A D | lshutil.cpp | 360 ,m_ctx(0) in PrincipalEditControl() 365 pkrb5_init_context(&m_ctx); in PrincipalEditControl() 375 if (m_ctx && m_defaultRealm) in ~PrincipalEditControl() 376 pkrb5_free_default_realm(m_ctx, m_defaultRealm); in ~PrincipalEditControl() 377 if (m_ctx) in ~PrincipalEditControl() 378 pkrb5_free_context(m_ctx); in ~PrincipalEditControl() 415 if ((m_defaultRealm == NULL) && m_ctx) { in GetDefaultRealm() 416 pkrb5_get_default_realm(m_ctx, &m_defaultRealm); in GetDefaultRealm() 549 krb5_context m_ctx; member in PrincipalEditControl
|
| /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/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 194 return s390x_mod_exp(r, a, p, m, ctx, m_ctx); in dh_bn_mod_exp() 196 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/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/secure/lib/libcrypto/man/man3/ |
| H A D | BN_BLINDING_new.3 | 97 \& BN_MONT_CTX *m_ctx), 98 \& BN_MONT_CTX *m_ctx);
|
| H A D | DH_meth_new.3 | 107 \& const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); 111 \& BN_MONT_CTX *m_ctx));
|
| H A D | RSA_meth_new.3 | 141 \& BN_CTX *ctx, BN_MONT_CTX *m_ctx); 145 \& BN_CTX *ctx, BN_MONT_CTX *m_ctx));
|
| H A D | RSA_set_method.3 | 175 \& 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/include/openssl/ |
| H A D | bn.h | 314 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); 319 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); 322 BN_CTX *ctx, BN_MONT_CTX *m_ctx); 448 BN_MONT_CTX *m_ctx), 449 BN_MONT_CTX *m_ctx);
|
| H A D | rsa.h | 549 BN_MONT_CTX *m_ctx); 557 BN_MONT_CTX *m_ctx));
|
| /freebsd/crypto/openssl/crypto/rsa/ |
| H A D | rsa_meth.c | 184 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) in RSA_meth_get_bn_mod_exp() 195 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/crypto/openssl/include/crypto/ |
| H A D | bn.h | 136 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()
|