Home
last modified time | relevance | path

Searched refs:ctx (Results 4751 - 4775 of 6865) sorted by relevance

1...<<191192193194195196197198199200>>...275

/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dpbe_scrypt.c41 OSSL_LIB_CTX *ctx, const char *propq) in EVP_PBE_scrypt_ex()
67 kdf = EVP_KDF_fetch(ctx, OSSL_KDF_NAME_SCRYPT, propq); in EVP_PBE_scrypt_ex()
37 EVP_PBE_scrypt_ex(const char *pass, size_t passlen, const unsigned char *salt, size_t saltlen, uint64_t N, uint64_t r, uint64_t p, uint64_t maxmem, unsigned char *key, size_t keylen, OSSL_LIB_CTX *ctx, const char *propq) EVP_PBE_scrypt_ex() argument
/third_party/node/deps/openssl/openssl/crypto/property/
H A Dproperty_query.c67 int ossl_property_is_enabled(OSSL_LIB_CTX *ctx, const char *property_name, in ossl_property_is_enabled() argument
72 prop = ossl_property_find_property(prop_list, ctx, property_name); in ossl_property_is_enabled()
/third_party/openssl/crypto/dsa/
H A Ddsa_local.h55 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont);
58 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
/third_party/openssl/crypto/evp/
H A Dpbe_scrypt.c41 OSSL_LIB_CTX *ctx, const char *propq) in EVP_PBE_scrypt_ex()
67 kdf = EVP_KDF_fetch(ctx, OSSL_KDF_NAME_SCRYPT, propq); in EVP_PBE_scrypt_ex()
37 EVP_PBE_scrypt_ex(const char *pass, size_t passlen, const unsigned char *salt, size_t saltlen, uint64_t N, uint64_t r, uint64_t p, uint64_t maxmem, unsigned char *key, size_t keylen, OSSL_LIB_CTX *ctx, const char *propq) EVP_PBE_scrypt_ex() argument
/third_party/openssl/crypto/property/
H A Dproperty_query.c67 int ossl_property_is_enabled(OSSL_LIB_CTX *ctx, const char *property_name, in ossl_property_is_enabled() argument
72 prop = ossl_property_find_property(prop_list, ctx, property_name); in ossl_property_is_enabled()
/third_party/skia/src/core/
H A DSkImageGenerator.cpp48 GrSurfaceProxyView SkImageGenerator::generateTexture(GrRecordingContext* ctx, in generateTexture() argument
57 return this->onGenerateTexture(ctx, info, origin, mipMapped, texGenPolicy); in generateTexture()
/third_party/openssl/crypto/x509/
H A Dv3_extku.c18 X509V3_CTX *ctx,
70 X509V3_CTX *ctx,
H A Dv3_bcons.c24 X509V3_CTX *ctx,
56 X509V3_CTX *ctx,
H A Dv3_pcons.c22 X509V3_CTX *ctx,
56 X509V3_CTX *ctx,
/third_party/openssl/ssl/
H A Dd1_msg.c62 else if (s->ctx->info_callback != NULL) in dtls1_dispatch_alert()
63 cb = s->ctx->info_callback; in dtls1_dispatch_alert()
/third_party/openssl/crypto/store/
H A Dstore_local.h162 int ossl_store_file_detach_pem_bio_int(OSSL_STORE_LOADER_CTX *ctx);
178 OSSL_STORE_CTX *ctx; member
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dfolding_rules.h63 explicit FoldingRules(IRContext* ctx) : context_(ctx) {} in FoldingRules() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dfolding_rules.h63 explicit FoldingRules(IRContext* ctx) : context_(ctx) {} in FoldingRules() argument
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dcost_mips32.c26 // bit_cost(1, p0) is already incorporated in t[] tables, but only if ctx != 0 in GetResidualCost_MIPS32()
91 const int ctx = (v == 1) ? 1 : 2; in GetResidualCost_MIPS32() local
92 const int last_p0 = res->prob[b][ctx][0]; in GetResidualCost_MIPS32()
H A Dcost_mips_dsp_r2.c26 // bit_cost(1, p0) is already incorporated in t[] tables, but only if ctx != 0 in GetResidualCost_MIPSdspR2()
86 const int ctx = (v == 1) ? 1 : 2; in GetResidualCost_MIPSdspR2() local
87 const int last_p0 = res->prob[b][ctx][0]; in GetResidualCost_MIPSdspR2()
/third_party/skia/src/utils/
H A DSkTextUtils.cpp39 font.getPaths(ag.glyphs(), ag.count(), [](const SkPath* src, const SkMatrix& mx, void* ctx) { in GetPath()
40 Rec* rec = (Rec*)ctx; in GetPath()
/third_party/skia/modules/svg/src/
H A DSkSVGRadialGradient.cpp24 sk_sp<SkShader> SkSVGRadialGradient::onMakeShader(const SkSVGRenderContext& ctx, in onMakeShader() argument
31 : ctx.lengthContext(); in onMakeShader()
H A DSkSVGFeTurbulence.cpp61 sk_sp<SkImageFilter> SkSVGFeTurbulence::onMakeImageFilter(const SkSVGRenderContext& ctx, in onMakeImageFilter() argument
77 return SkImageFilters::Shader(shader, this->resolveFilterSubregion(ctx, fctx)); in onMakeImageFilter()
H A DSkSVGLine.cpp39 SkPath SkSVGLine::onAsPath(const SkSVGRenderContext& ctx) const { in onAsPath()
41 std::tie(p0, p1) = this->resolve(ctx.lengthContext()); in onAsPath()
/third_party/skia/modules/sksg/src/
H A DSkSGGroup.cpp61 void Group::onRender(SkCanvas* canvas, const RenderContext* ctx) const { in onRender()
62 const auto local_ctx = ScopedRenderContext(canvas, ctx).setIsolation(this->bounds(), in onRender()
/third_party/spirv-tools/source/opt/
H A Dfolding_rules.h63 explicit FoldingRules(IRContext* ctx) : context_(ctx) {} in FoldingRules() argument
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeTestShared.cpp45 ErrorCase::ErrorCase (Context& ctx, const char* name, const char* desc) in ErrorCase() argument
46 : TestCase(ctx, name, desc) in ErrorCase()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_wext.h15 void *ctx; member
67 void * wpa_driver_wext_init(void *ctx, const char *ifname);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_sim_db.h35 void (*get_complete_cb)(void *ctx, void *session_ctx),
36 void *ctx);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
H A Dfst_session.h51 void *ctx);
53 void fst_session_enum(struct fst_group *g, fst_session_enum_clb clb, void *ctx);

Completed in 9 milliseconds

1...<<191192193194195196197198199200>>...275