/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | pbe_scrypt.c | 41 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 D | property_query.c | 67 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 D | dsa_local.h | 55 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 D | pbe_scrypt.c | 41 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 D | property_query.c | 67 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 D | SkImageGenerator.cpp | 48 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 D | v3_extku.c | 18 X509V3_CTX *ctx, 70 X509V3_CTX *ctx,
|
H A D | v3_bcons.c | 24 X509V3_CTX *ctx, 56 X509V3_CTX *ctx,
|
H A D | v3_pcons.c | 22 X509V3_CTX *ctx, 56 X509V3_CTX *ctx,
|
/third_party/openssl/ssl/ |
H A D | d1_msg.c | 62 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 D | store_local.h | 162 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 D | folding_rules.h | 63 explicit FoldingRules(IRContext* ctx) : context_(ctx) {} in FoldingRules() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | folding_rules.h | 63 explicit FoldingRules(IRContext* ctx) : context_(ctx) {} in FoldingRules() argument
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | cost_mips32.c | 26 // 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 D | cost_mips_dsp_r2.c | 26 // 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 D | SkTextUtils.cpp | 39 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 D | SkSVGRadialGradient.cpp | 24 sk_sp<SkShader> SkSVGRadialGradient::onMakeShader(const SkSVGRenderContext& ctx, in onMakeShader() argument 31 : ctx.lengthContext(); in onMakeShader()
|
H A D | SkSVGFeTurbulence.cpp | 61 sk_sp<SkImageFilter> SkSVGFeTurbulence::onMakeImageFilter(const SkSVGRenderContext& ctx, in onMakeImageFilter() argument 77 return SkImageFilters::Shader(shader, this->resolveFilterSubregion(ctx, fctx)); in onMakeImageFilter()
|
H A D | SkSVGLine.cpp | 39 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 D | SkSGGroup.cpp | 61 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 D | folding_rules.h | 63 explicit FoldingRules(IRContext* ctx) : context_(ctx) {} in FoldingRules() argument
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fNegativeTestShared.cpp | 45 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 D | driver_wext.h | 15 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 D | eap_sim_db.h | 35 void (*get_complete_cb)(void *ctx, void *session_ctx), 36 void *ctx);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
H A D | fst_session.h | 51 void *ctx); 53 void fst_session_enum(struct fst_group *g, fst_session_enum_clb clb, void *ctx);
|