/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A D | extensions_clnt.c | 390 if (s->ctx->ext.npn_select_cb == NULL || !SSL_IS_FIRST_HANDSHAKE(s)) in tls_construct_ctos_npn() 936 const EVP_MD *md = ssl_md(s->ctx, s->session->cipher->algorithm2); in tls_construct_ctos_padding() 1012 mdres = ssl_md(s->ctx, s->session->cipher->algorithm2); in tls_construct_ctos_psk() 1084 mdpsk = ssl_md(s->ctx, s->psksession->cipher->algorithm2); in tls_construct_ctos_psk() 1564 if (s->ctx->ext.npn_select_cb == NULL) { in tls_parse_stoc_npn() 1575 if (s->ctx->ext.npn_select_cb(s, &selected, &selected_len, in tls_parse_stoc_npn() 1578 s->ctx->ext.npn_select_cb_arg) != in tls_parse_stoc_npn() 1866 if ((ginf = tls1_group_id_lookup(s->ctx, group_id)) == NULL) { in tls_parse_stoc_key_share()
|
/third_party/openssl/ssl/statem/ |
H A D | extensions_clnt.c | 390 if (s->ctx->ext.npn_select_cb == NULL || !SSL_IS_FIRST_HANDSHAKE(s)) in tls_construct_ctos_npn() 936 const EVP_MD *md = ssl_md(s->ctx, s->session->cipher->algorithm2); in tls_construct_ctos_padding() 1012 mdres = ssl_md(s->ctx, s->session->cipher->algorithm2); in tls_construct_ctos_psk() 1084 mdpsk = ssl_md(s->ctx, s->psksession->cipher->algorithm2); in tls_construct_ctos_psk() 1524 if (s->ctx->ext.npn_select_cb == NULL) { in tls_parse_stoc_npn() 1535 if (s->ctx->ext.npn_select_cb(s, &selected, &selected_len, in tls_parse_stoc_npn() 1538 s->ctx->ext.npn_select_cb_arg) != in tls_parse_stoc_npn() 1851 if ((ginf = tls1_group_id_lookup(s->ctx, group_id)) == NULL) { in tls_parse_stoc_key_share()
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | compiler.py | 229 if node.ctx == "load" and node.name in self.names: 1137 if name.ctx == "store" and name.name == "loop": 1486 if node.ctx == "store" and frame.toplevel: 1494 if node.ctx == "load": 1811 ctx = self.temporary_identifier() 1812 self.writeline("%s = %s" % (ctx, self.derive_context(frame))) 1813 self.writeline("%s.vars = " % ctx) 1815 self.push_context_reference(ctx)
|
/third_party/skia/src/ports/ |
H A D | SkFontHost_FreeType_common.cpp | 1580 static int Move(const FT_Vector* pt, void* ctx) { in Move() argument 1581 SkFTGeometrySink& self = *(SkFTGeometrySink*)ctx; in Move() 1590 static int Line(const FT_Vector* pt, void* ctx) { in Line() argument 1591 SkFTGeometrySink& self = *(SkFTGeometrySink*)ctx; in Line() 1599 static int Quad(const FT_Vector* pt0, const FT_Vector* pt1, void* ctx) { in Quad() argument 1600 SkFTGeometrySink& self = *(SkFTGeometrySink*)ctx; in Quad() 1609 static int Cubic(const FT_Vector* pt0, const FT_Vector* pt1, const FT_Vector* pt2, void* ctx) { in Cubic() argument 1610 SkFTGeometrySink& self = *(SkFTGeometrySink*)ctx; in Cubic()
|
/third_party/skia/tests/ |
H A D | SurfaceTest.cpp | 523 auto imageProxy = [ctx = surface1->recordingContext()](SkImage* img) { in test_crbug263329() 524 GrTextureProxy* proxy = sk_gpu_test::GetTextureImageProxy(img, ctx); in test_crbug263329() 920 auto ctx = ctxInfo.directContext(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 921 GrGpu* gpu = ctx->priv().getGpu(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 934 mbet = sk_gpu_test::ManagedBackendTexture::MakeFromInfo(ctx, ii, GrMipmapped::kNo, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 941 ctx, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 956 surface = SkSurface::MakeFromBackendRenderTarget(ctx, backendRT, texOrigin, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 969 ctx->submit(true); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/python/Modules/ |
H A D | _json.c | 1169 PyObject *ctx; in scanner_new() local 1173 if (!PyArg_ParseTupleAndKeywords(args, kwds, "O:make_scanner", kwlist, &ctx)) in scanner_new() 1186 strict = PyObject_GetAttrString(ctx, "strict"); in scanner_new() 1193 s->object_hook = PyObject_GetAttrString(ctx, "object_hook"); in scanner_new() 1196 s->object_pairs_hook = PyObject_GetAttrString(ctx, "object_pairs_hook"); in scanner_new() 1199 s->parse_float = PyObject_GetAttrString(ctx, "parse_float"); in scanner_new() 1202 s->parse_int = PyObject_GetAttrString(ctx, "parse_int"); in scanner_new() 1205 s->parse_constant = PyObject_GetAttrString(ctx, "parse_constant"); in scanner_new()
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | spirv_to_nir.c | 1040 struct member_decoration_ctx *ctx = void_ctx; in struct_member_decoration_cb() local 1045 assert(member < ctx->num_fields); in struct_member_decoration_cb() 1053 vtn_handle_access_qualifier(b, ctx->type, member, ACCESS_NON_WRITEABLE); in struct_member_decoration_cb() 1056 vtn_handle_access_qualifier(b, ctx->type, member, ACCESS_NON_READABLE); in struct_member_decoration_cb() 1059 vtn_handle_access_qualifier(b, ctx->type, member, ACCESS_VOLATILE); in struct_member_decoration_cb() 1062 vtn_handle_access_qualifier(b, ctx->type, member, ACCESS_COHERENT); in struct_member_decoration_cb() 1065 ctx->fields[member].interpolation = INTERP_MODE_NOPERSPECTIVE; in struct_member_decoration_cb() 1068 ctx->fields[member].interpolation = INTERP_MODE_FLAT; in struct_member_decoration_cb() 1071 ctx->fields[member].interpolation = INTERP_MODE_EXPLICIT; in struct_member_decoration_cb() 1074 ctx in struct_member_decoration_cb() 1198 struct member_decoration_ctx *ctx = void_ctx; struct_member_matrix_stride_cb() local 1241 struct_block_decoration_cb(struct vtn_builder *b, struct vtn_value *val, int member, const struct vtn_decoration *dec, void *ctx) struct_block_decoration_cb() argument 1256 type_decoration_cb(struct vtn_builder *b, struct vtn_value *val, int member, const struct vtn_decoration *dec, UNUSED void *ctx) type_decoration_cb() argument 1553 struct member_decoration_ctx ctx = { vtn_handle_type() local [all...] |
/third_party/curl/lib/vtls/ |
H A D | schannel.c | 452 struct ssl_connect_data *connssl = cf->ctx; in schannel_acquire_credential_handle() 1055 struct ssl_connect_data *connssl = cf->ctx; in schannel_connect_step1() 1316 struct ssl_connect_data *connssl = cf->ctx; in schannel_connect_step2() 1676 struct ssl_connect_data *connssl = cf->ctx; in schannel_connect_step3() 1822 struct ssl_connect_data *connssl = cf->ctx; in schannel_connect_common() 1948 struct ssl_connect_data *connssl = cf->ctx; in schannel_send() 2094 struct ssl_connect_data *connssl = cf->ctx; in schannel_recv() 2437 const struct ssl_connect_data *connssl = cf->ctx; in schannel_data_pending() 2481 struct ssl_connect_data *connssl = cf->ctx; in schannel_shutdown() 2612 struct ssl_connect_data *connssl = cf->ctx; in schannel_pkp_pin_peer_pubkey() [all...] |
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_pipeline.c | 2600 tu_hash_stage(struct mesa_sha1 *ctx, in tu_hash_stage() argument 2607 _mesa_sha1_update(ctx, stage_hash, sizeof(stage_hash)); in tu_hash_stage() 2608 _mesa_sha1_update(ctx, key, sizeof(*key)); in tu_hash_stage() 2615 tu_hash_compiler(struct mesa_sha1 *ctx, const struct ir3_compiler *compiler) in tu_hash_compiler() argument 2617 _mesa_sha1_update(ctx, &compiler->robust_buffer_access2, in tu_hash_compiler() 2619 _mesa_sha1_update(ctx, &ir3_shader_debug, sizeof(ir3_shader_debug)); in tu_hash_compiler() 2630 struct mesa_sha1 ctx; in tu_hash_shaders() local 2632 _mesa_sha1_init(&ctx); in tu_hash_shaders() 2635 _mesa_sha1_update(&ctx, layout->sha1, sizeof(layout->sha1)); in tu_hash_shaders() 2637 _mesa_sha1_update(&ctx, ir3_ke in tu_hash_shaders() 2655 struct mesa_sha1 ctx; tu_hash_compute() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wpa_auth_ft.c | 3268 void (*cb)(void *ctx, const u8 *dst, const u8 *bssid, in wpa_ft_process_auth() 3271 void *ctx) in wpa_ft_process_auth() 3288 sm->ft_pending_cb_ctx = ctx; in wpa_ft_process_auth() 3304 cb(ctx, sm->addr, bssid, auth_transaction + 1, status, in wpa_ft_process_auth() 3629 static void wpa_ft_rrb_rx_request_cb(void *ctx, const u8 *dst, const u8 *bssid, in wpa_ft_rrb_rx_request_cb() argument 3633 struct wpa_state_machine *sm = ctx; in wpa_ft_rrb_rx_request_cb() 4171 static int ft_get_sta_cb(struct wpa_state_machine *sm, void *ctx) in ft_get_sta_cb() argument 4173 struct ft_get_sta_ctx *info = ctx; in ft_get_sta_cb() 4196 struct ft_get_sta_ctx ctx; in wpa_ft_rrb_rx_resp() local 4206 os_memset(&ctx, in wpa_ft_rrb_rx_resp() 3266 wpa_ft_process_auth(struct wpa_state_machine *sm, const u8 *bssid, u16 auth_transaction, const u8 *ies, size_t ies_len, void (*cb)(void *ctx, const u8 *dst, const u8 *bssid, u16 auth_transaction, u16 status, const u8 *ies, size_t ies_len), void *ctx) wpa_ft_process_auth() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wpa_auth_ft.c | 3071 void (*cb)(void *ctx, const u8 *dst, const u8 *bssid, in wpa_ft_process_auth() 3074 void *ctx) in wpa_ft_process_auth() 3091 sm->ft_pending_cb_ctx = ctx; in wpa_ft_process_auth() 3107 cb(ctx, sm->addr, bssid, auth_transaction + 1, status, in wpa_ft_process_auth() 3402 static void wpa_ft_rrb_rx_request_cb(void *ctx, const u8 *dst, const u8 *bssid, in wpa_ft_rrb_rx_request_cb() argument 3406 struct wpa_state_machine *sm = ctx; in wpa_ft_rrb_rx_request_cb() 3943 static int ft_get_sta_cb(struct wpa_state_machine *sm, void *ctx) in ft_get_sta_cb() argument 3945 struct ft_get_sta_ctx *info = ctx; in ft_get_sta_cb() 3968 struct ft_get_sta_ctx ctx; in wpa_ft_rrb_rx_resp() local 3978 os_memset(&ctx, in wpa_ft_rrb_rx_resp() 3069 wpa_ft_process_auth(struct wpa_state_machine *sm, const u8 *bssid, u16 auth_transaction, const u8 *ies, size_t ies_len, void (*cb)(void *ctx, const u8 *dst, const u8 *bssid, u16 auth_transaction, u16 status, const u8 *ies, size_t ies_len), void *ctx) wpa_ft_process_auth() argument [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/ |
H A D | grid_common_test_ng.cpp | 1421 auto ctx = AceType::DynamicCast<MockRenderContext>(frameNode_->GetRenderContext()); in HWTEST_F() local 1422 ASSERT_TRUE(ctx); in HWTEST_F() 1428 EXPECT_CALL(*ctx, SetContentClip(ClipRectEq(rect))).Times(1); in HWTEST_F() 1433 EXPECT_CALL(*ctx, SetContentClip(ClipRectEq(frameNode_->GetGeometryNode()->GetPaddingRect()))).Times(1); in HWTEST_F() 1437 EXPECT_CALL(*ctx, SetContentClip(ClipRectEq(frameNode_->GetGeometryNode()->GetFrameRect()))).Times(1); in HWTEST_F()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/ |
H A D | HeifDecoderImpl.cpp | 131 SwsContext *ctx = sws_getContext(static_cast<int>(srcParam.width), static_cast<int>(srcParam.height), in ConvertPixelFormat() local 140 sws_setColorspaceDetails(ctx, srcColorTable, in ConvertPixelFormat() 144 if (srcFrame != nullptr && dstFrame != nullptr && ctx != nullptr) { in ConvertPixelFormat() 147 && sws_scale(ctx, srcFrame->data, srcFrame->linesize, 0, in ConvertPixelFormat() 153 sws_freeContext(ctx); in ConvertPixelFormat()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_android.c | 1115 _EGLContext *ctx, 1118 if (ctx != NULL) { 1121 * * If <target> is EGL_NATIVE_BUFFER_ANDROID and <ctx> is not 1155 droid_create_image_khr(_EGLDisplay *disp, _EGLContext *ctx, EGLenum target, argument 1160 return dri2_create_image_android_native_buffer(disp, ctx, 1163 return dri2_create_image_khr(disp, ctx, target, buffer, attr_list); 1114 dri2_create_image_android_native_buffer(_EGLDisplay *disp, _EGLContext *ctx, struct ANativeWindowBuffer *buf) global() argument
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3dx_state.c | 1285 struct v3d_context *ctx = v3d_context(pctx); in v3d_set_stream_output_targets() local 1286 struct v3d_streamout_stateobj *so = &ctx->streamout; in v3d_set_stream_output_targets() 1297 v3d_update_primitive_counters(ctx); in v3d_set_stream_output_targets() 1313 v3d_ensure_prim_counts_allocated(ctx); in v3d_set_stream_output_targets() 1315 ctx->dirty |= V3D_DIRTY_STREAMOUT; in v3d_set_stream_output_targets()
|
/third_party/mesa3d/src/mesa/program/ |
H A D | prog_to_nir.c | 49 const struct gl_context *ctx; member 871 if (c->ctx->Const.GLSLFragCoordIsSysVal && in setup_registers_and_variables() 989 prog_to_nir(const struct gl_context *ctx, const struct gl_program *prog, in prog_to_nir() argument 1000 c->ctx = ctx; in prog_to_nir()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ocsp.c | 1237 SSL_CTX *ctx = NULL; in process_responder() local 1241 ctx = SSL_CTX_new(TLS_client_method()); in process_responder() 1242 if (ctx == NULL) { in process_responder() 1250 ctx, headers, "application/ocsp-request", in process_responder() 1259 SSL_CTX_free(ctx); in process_responder()
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha256-586.pl | 197 &mov ("esi",wparam(0)); # ctx 212 &mov (&DWP(0,"esp"),"esi"); # ctx 270 # copy ctx->h[0-7] to A,B,C,D,E,F,G,H on stack 307 &mov ("esi",&DWP(4*(9+16+64)+0,"esp"));#ctx 380 # copy ctx->h[0-7] to A,B,C,D,E,F,G,H on stack 484 &mov ("esi",&DWP(96,"esp")); #ctx 531 my ($ctx,$inp,$end)=("esi","edi","eax"); 547 &movdqu ($ABEF,&QWP(0,$ctx)); # DCBA 549 &movdqu ($CDGH,&QWP(16,$ctx)); # HGFE 662 &movdqu (&QWP(0,$ctx), [all...] |
/third_party/python/Lib/ |
H A D | ssl.py | 516 # ctx._wrap_socket() 884 def context(self, ctx): 885 self._sslobj.context = ctx 1116 def context(self, ctx): 1117 self._context = ctx 1118 self._sslobj.context = ctx
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha256-586.pl | 197 &mov ("esi",wparam(0)); # ctx 212 &mov (&DWP(0,"esp"),"esi"); # ctx 270 # copy ctx->h[0-7] to A,B,C,D,E,F,G,H on stack 307 &mov ("esi",&DWP(4*(9+16+64)+0,"esp"));#ctx 380 # copy ctx->h[0-7] to A,B,C,D,E,F,G,H on stack 484 &mov ("esi",&DWP(96,"esp")); #ctx 531 my ($ctx,$inp,$end)=("esi","edi","eax"); 547 &movdqu ($ABEF,&QWP(0,$ctx)); # DCBA 549 &movdqu ($CDGH,&QWP(16,$ctx)); # HGFE 662 &movdqu (&QWP(0,$ctx), [all...] |
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | x509.h | 368 int X509_sign_ctx(X509 *x, EVP_MD_CTX *ctx); 373 int X509_REQ_sign_ctx(X509_REQ *x, EVP_MD_CTX *ctx); 375 int X509_CRL_sign_ctx(X509_CRL *x, EVP_MD_CTX *ctx); 633 void *asn, EVP_MD_CTX *ctx); 975 int X509_verify_cert(X509_STORE_CTX *ctx);
|
/third_party/openssl/apps/ |
H A D | ocsp.c | 1237 SSL_CTX *ctx = NULL; in process_responder() local 1241 ctx = SSL_CTX_new(TLS_client_method()); in process_responder() 1242 if (ctx == NULL) { in process_responder() 1250 ctx, headers, "application/ocsp-request", in process_responder() 1259 SSL_CTX_free(ctx); in process_responder()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTextureSpecificationTests.cpp | 257 sglr::Context* ctx = ndx ? static_cast<sglr::Context*>(&refContext) : static_cast<sglr::Context*>(&gles3Context); in verifyTexture() local 259 setContext(ctx); in verifyTexture() 290 sglr::Context* ctx = ndx ? static_cast<sglr::Context*>(&refContext) : static_cast<sglr::Context*>(&gles3Context); in verifyTexture() local 293 setContext(ctx); in verifyTexture() 294 shader.setUniforms(*ctx, shaderID); in verifyTexture()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
H A D | fst_session.c | 1183 void fst_session_enum(struct fst_group *g, fst_session_enum_clb clb, void *ctx) in fst_session_enum() argument 1189 clb(s->group, s, ctx); in fst_session_enum() 1317 struct fst_get_peer_ctx *ctx; in get_group_fill_session() local 1333 old_addr = fst_iface_get_peer_first(s->data.old_iface, &ctx, TRUE); in get_group_fill_session() 1337 new_addr = fst_iface_get_peer_first(s->data.new_iface, &ctx, TRUE); in get_group_fill_session()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/ |
H A D | fst_session.c | 1183 void fst_session_enum(struct fst_group *g, fst_session_enum_clb clb, void *ctx) in fst_session_enum() argument 1189 clb(s->group, s, ctx); in fst_session_enum() 1317 struct fst_get_peer_ctx *ctx; in get_group_fill_session() local 1333 old_addr = fst_iface_get_peer_first(s->data.old_iface, &ctx, true); in get_group_fill_session() 1337 new_addr = fst_iface_get_peer_first(s->data.new_iface, &ctx, true); in get_group_fill_session()
|