/third_party/ntfs-3g/ntfsprogs/ |
D | cluster.c | 48 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()
|
D | ntfscluster.c | 285 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/ |
D | bn_blind.c | 97 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 …]
|
D | rsa_sup_mul.c | 558 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()
|
D | bn_local.h | 274 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/ |
D | cuviddec.h | 968 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/ |
D | dh_key.c | 19 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()
|
D | dh_local.h | 49 BN_MONT_CTX *m_ctx);
|
/third_party/openssl/doc/man3/ |
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
|
D | DH_meth_new.pod | 42 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); 46 BN_MONT_CTX *m_ctx));
|
D | RSA_meth_new.pod | 76 BN_CTX *ctx, BN_MONT_CTX *m_ctx); 80 BN_CTX *ctx, BN_MONT_CTX *m_ctx));
|
D | RSA_set_method.pod | 107 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
|
/third_party/openssl/include/openssl/ |
D | bn.h | 284 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);
|
D | rsa.h | 466 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); 473 BN_MONT_CTX *m_ctx));
|
/third_party/openssl/crypto/rsa/ |
D | rsa_meth.c | 182 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
|
D | rsa_local.h | 82 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
|
/third_party/openssl/crypto/dsa/ |
D | dsa_local.h | 53 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
|