Home
last modified time | relevance | path

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

/third_party/ntfs-3g/ntfsprogs/
Dcluster.c48 struct mft_search_ctx *m_ctx = NULL; in cluster_find() local
58 m_ctx = mft_get_search_ctx(vol); in cluster_find()
59 m_ctx->flags_search = FEMR_IN_USE | FEMR_BASE_RECORD; in cluster_find()
62 while (mft_next_record(m_ctx) == 0) { in cluster_find()
64 if (!(m_ctx->flags_match & FEMR_BASE_RECORD)) in cluster_find()
68 m_ctx->inode->mft_no); in cluster_find()
70 a_ctx = ntfs_attr_get_search_ctx(m_ctx->inode, NULL); in cluster_find()
109 if ((*cb) (m_ctx->inode, a_ctx->attr, runs+j, data)) in cluster_find()
128 mft_put_search_ctx(m_ctx); in cluster_find()
Dntfscluster.c285 struct mft_search_ctx *m_ctx; in info() local
292 m_ctx = mft_get_search_ctx(vol); in info()
293 m_ctx->flags_search = FEMR_IN_USE | FEMR_METADATA | FEMR_BASE_RECORD | FEMR_NOT_BASE_RECORD; in info()
294 while (mft_next_record(m_ctx) == 0) { in info()
296 if (!(m_ctx->flags_match & FEMR_IN_USE)) in info()
301 a_ctx = ntfs_attr_get_search_ctx(m_ctx->inode, NULL); in info()
313 if (m_ctx->flags_match & FEMR_METADATA) in info()
326 mft_put_search_ctx(m_ctx); in info()
/third_party/openssl/crypto/bn/
Dbn_blind.c97 if (b->m_ctx != NULL) { in BN_BLINDING_update()
98 if (!bn_mul_mont_fixed_top(b->Ai, b->Ai, b->Ai, b->m_ctx, ctx) in BN_BLINDING_update()
99 || !bn_mul_mont_fixed_top(b->A, b->A, b->A, b->m_ctx, ctx)) in BN_BLINDING_update()
140 if (b->m_ctx != NULL) in BN_BLINDING_convert_ex()
141 ret = BN_mod_mul_montgomery(n, n, b->A, b->m_ctx, ctx); in BN_BLINDING_convert_ex()
165 if (b->m_ctx != NULL) { in BN_BLINDING_invert_ex()
180 ret = BN_mod_mul_montgomery(n, n, r, b->m_ctx, ctx); in BN_BLINDING_invert_ex()
226 BN_MONT_CTX *m_ctx), in BN_BLINDING_create_param() argument
227 BN_MONT_CTX *m_ctx) in BN_BLINDING_create_param()
254 if (m_ctx != NULL) in BN_BLINDING_create_param()
[all …]
Drsa_sup_mul.c558 if (blinding->m_ctx != NULL) { in ossl_bn_rsa_do_unblind()
571 if (blinding->m_ctx != NULL) { in ossl_bn_rsa_do_unblind()
574 blinding->m_ctx->n0[0], l_tmp); in ossl_bn_rsa_do_unblind()
Dbn_local.h274 BN_MONT_CTX *m_ctx; member
276 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
/third_party/gstreamer/gstplugins_bad/sys/nvdec/
Dcuviddec.h968 CUvideoctxlock m_ctx;
970 CCtxAutoLock(CUvideoctxlock ctx):m_ctx(ctx) { cuvidCtxLock(m_ctx,0); } in CCtxAutoLock()
971 ~CCtxAutoLock() { cuvidCtxUnlock(m_ctx,0); } in ~CCtxAutoLock()
/third_party/openssl/crypto/dh/
Ddh_key.c19 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
251 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) in dh_bn_mod_exp() argument
253 return BN_mod_exp_mont(r, a, p, m, ctx, m_ctx); in dh_bn_mod_exp()
Ddh_local.h49 BN_MONT_CTX *m_ctx);
/third_party/openssl/doc/man3/
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
DDH_meth_new.pod42 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
46 BN_MONT_CTX *m_ctx));
DRSA_meth_new.pod76 BN_CTX *ctx, BN_MONT_CTX *m_ctx);
80 BN_CTX *ctx, BN_MONT_CTX *m_ctx));
DRSA_set_method.pod107 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
/third_party/openssl/include/openssl/
Dbn.h284 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
289 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
292 BN_CTX *ctx, BN_MONT_CTX *m_ctx);
399 BN_MONT_CTX *m_ctx),
400 BN_MONT_CTX *m_ctx);
Drsa.h466 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
473 BN_MONT_CTX *m_ctx));
/third_party/openssl/crypto/rsa/
Drsa_meth.c182 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) in RSA_meth_get_bn_mod_exp()
193 BN_MONT_CTX *m_ctx)) in RSA_meth_set_bn_mod_exp() argument
Drsa_local.h82 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
/third_party/openssl/crypto/dsa/
Ddsa_local.h53 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);