Home
last modified time | relevance | path

Searched refs:ctx (Results 1026 - 1050 of 7610) sorted by relevance

1...<<41424344454647484950>>...305

/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_http.c51 OSSL_CMP_MSG *OSSL_CMP_MSG_http_perform(OSSL_CMP_CTX *ctx, in OSSL_CMP_MSG_http_perform() argument
62 if (ctx == NULL || req == NULL) { in OSSL_CMP_MSG_http_perform()
72 if (ctx->serverPort != 0) in OSSL_CMP_MSG_http_perform()
73 BIO_snprintf(server_port, sizeof(server_port), "%d", ctx->serverPort); in OSSL_CMP_MSG_http_perform()
74 tls_used = OSSL_CMP_CTX_get_http_cb_arg(ctx) != NULL; in OSSL_CMP_MSG_http_perform()
75 if (ctx->http_ctx == NULL) in OSSL_CMP_MSG_http_perform()
76 ossl_cmp_log3(DEBUG, ctx, "connecting to CMP server %s:%s%s", in OSSL_CMP_MSG_http_perform()
77 ctx->server, server_port, tls_used ? " using TLS" : ""); in OSSL_CMP_MSG_http_perform()
79 rsp = OSSL_HTTP_transfer(&ctx->http_ctx, ctx in OSSL_CMP_MSG_http_perform()
[all...]
/third_party/openssl/crypto/cmp/
H A Dcmp_http.c51 OSSL_CMP_MSG *OSSL_CMP_MSG_http_perform(OSSL_CMP_CTX *ctx, in OSSL_CMP_MSG_http_perform() argument
62 if (ctx == NULL || req == NULL) { in OSSL_CMP_MSG_http_perform()
72 if (ctx->serverPort != 0) in OSSL_CMP_MSG_http_perform()
73 BIO_snprintf(server_port, sizeof(server_port), "%d", ctx->serverPort); in OSSL_CMP_MSG_http_perform()
74 tls_used = OSSL_CMP_CTX_get_http_cb_arg(ctx) != NULL; in OSSL_CMP_MSG_http_perform()
75 if (ctx->http_ctx == NULL) in OSSL_CMP_MSG_http_perform()
76 ossl_cmp_log3(DEBUG, ctx, "connecting to CMP server %s:%s%s", in OSSL_CMP_MSG_http_perform()
77 ctx->server, server_port, tls_used ? " using TLS" : ""); in OSSL_CMP_MSG_http_perform()
79 rsp = OSSL_HTTP_transfer(&ctx->http_ctx, ctx in OSSL_CMP_MSG_http_perform()
[all...]
/third_party/python/Modules/_decimal/libmpdec/
H A Dbench.c58 color_point(mpd_t *x0, mpd_t *y0, long maxiter, mpd_context_t *ctx) in color_point() argument
65 mpd_set_u32(x, 0, ctx); in color_point()
66 mpd_set_u32(y, 0, ctx); in color_point()
70 mpd_set_u32(sq_x, 0, ctx); in color_point()
71 mpd_set_u32(sq_y, 0, ctx); in color_point()
74 mpd_set_u32(two, 2, ctx); in color_point()
77 mpd_mul(y, x, y, ctx); in color_point()
78 mpd_mul(y, y, two, ctx); in color_point()
79 mpd_add(y, y, y0, ctx); in color_point()
81 mpd_sub(x, sq_x, sq_y, ctx); in color_point()
101 mpd_context_t ctx; main() local
[all...]
/third_party/skia/third_party/externals/tint/src/transform/
H A Dsingle_entry_point.cc34 void SingleEntryPoint::Run(CloneContext& ctx, const DataMap& inputs, DataMap&) { in Run() argument
37 ctx.dst->Diagnostics().add_error( in Run()
46 for (auto* f : ctx.src->AST().Functions()) { in Run()
50 if (ctx.src->Symbols().NameFor(f->symbol) == cfg->entry_point_name) { in Run()
56 ctx.dst->Diagnostics().add_error( in Run()
62 auto& sem = ctx.src->Sem(); in Run()
72 for (auto* decl : ctx.src->AST().GlobalDeclarations()) { in Run()
75 ctx.dst->AST().AddTypeDecl(ctx.Clone(ty)); in Run()
88 ctx in Run()
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_draw.c54 emit_vertexbufs(struct fd_context *ctx) assert_dt
56 struct fd_vertex_stateobj *vtx = ctx->vtx.vtx;
57 struct fd_vertexbuf_stateobj *vertexbuf = &ctx->vtx.vertexbuf;
75 fd2_emit_vertex_bufs(ctx->batch->draw, 0x78, bufs, vtx->num_elements);
76 fd2_emit_vertex_bufs(ctx->batch->binning, 0x78, bufs, vtx->num_elements);
80 draw_impl(struct fd_context *ctx, const struct pipe_draw_info *info,
91 if (is_a20x(ctx->screen)) {
111 OUT_RELOC(ring, fd_resource(fd2_context(ctx)->solid_vertexbuf)->bo, 64, 0,
126 if (binning && is_a20x(ctx->screen)) {
129 OUT_RING(ring, fui(ctx
216 fd_context_all_clean(ctx); global() variable
225 struct fd_context *ctx = batch->ctx; global() variable
329 clear_state_restore(struct fd_context *ctx, struct fd_ringbuffer *ring) clear_state_restore() argument
643 struct fd_context *ctx = fd_context(pctx); global() variable
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_buffer_common.c35 bool r600_rings_is_buffer_referenced(struct r600_common_context *ctx, in r600_rings_is_buffer_referenced() argument
39 if (ctx->ws->cs_is_buffer_referenced(&ctx->gfx.cs, buf, usage)) { in r600_rings_is_buffer_referenced()
42 if (radeon_emitted(&ctx->dma.cs, 0) && in r600_rings_is_buffer_referenced()
43 ctx->ws->cs_is_buffer_referenced(&ctx->dma.cs, buf, usage)) { in r600_rings_is_buffer_referenced()
49 void *r600_buffer_map_sync_with_rings(struct r600_common_context *ctx, in r600_buffer_map_sync_with_rings() argument
59 return ctx->ws->buffer_map(ctx->ws, resource->buf, NULL, usage); in r600_buffer_map_sync_with_rings()
67 if (radeon_emitted(&ctx in r600_buffer_map_sync_with_rings()
244 r600_replace_buffer_storage(struct pipe_context *ctx, struct pipe_resource *dst, struct pipe_resource *src) r600_replace_buffer_storage() argument
267 r600_invalidate_resource(struct pipe_context *ctx, struct pipe_resource *resource) r600_invalidate_resource() argument
278 r600_buffer_get_transfer(struct pipe_context *ctx, struct pipe_resource *resource, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer, void *data, struct r600_resource *staging, unsigned offset) r600_buffer_get_transfer() argument
314 r600_buffer_transfer_map(struct pipe_context *ctx, struct pipe_resource *resource, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) r600_buffer_transfer_map() argument
456 r600_buffer_do_flush_region(struct pipe_context *ctx, struct pipe_transfer *transfer, const struct pipe_box *box) r600_buffer_do_flush_region() argument
482 r600_buffer_flush_region(struct pipe_context *ctx, struct pipe_transfer *transfer, const struct pipe_box *rel_box) r600_buffer_flush_region() argument
500 r600_buffer_transfer_unmap(struct pipe_context *ctx, struct pipe_transfer *transfer) r600_buffer_transfer_unmap() argument
525 r600_buffer_subdata(struct pipe_context *ctx, struct pipe_resource *buffer, unsigned usage, unsigned offset, unsigned size, const void *data) r600_buffer_subdata() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
H A Dest.c31 static int pkcs7_to_cert(struct hs20_osu_client *ctx, const u8 *pkcs7, in pkcs7_to_cert() argument
52 write_result(ctx, "Could not parse PKCS#7 object from EST"); in pkcs7_to_cert()
60 write_result(ctx, "Could not parse PKCS#7 object from EST"); in pkcs7_to_cert()
79 write_result(ctx, "No certificates found in PKCS#7 object"); in pkcs7_to_cert()
121 int est_load_cacerts(struct hs20_osu_client *ctx, const char *url) in est_load_cacerts() argument
136 write_summary(ctx, "Download EST cacerts from %s", buf); in est_load_cacerts()
137 ctx->no_osu_cert_validation = 1; in est_load_cacerts()
138 http_ocsp_set(ctx->http, 1); in est_load_cacerts()
139 res = http_download_file(ctx->http, buf, "Cert/est-cacerts.txt", in est_load_cacerts()
140 ctx in est_load_cacerts()
249 add_csrattrs_oid(struct hs20_osu_client *ctx, ASN1_OBJECT *oid, STACK_OF(X509_EXTENSION) *exts) add_csrattrs_oid() argument
272 add_csrattrs_ext_req(struct hs20_osu_client *ctx, STACK_OF(ASN1_OBJECT) *values, STACK_OF(X509_EXTENSION) *exts) add_csrattrs_ext_req() argument
303 add_csrattrs_attr(struct hs20_osu_client *ctx, Attribute *attr, STACK_OF(X509_EXTENSION) *exts) add_csrattrs_attr() argument
335 add_csrattrs(struct hs20_osu_client *ctx, CsrAttrs *csrattrs, STACK_OF(X509_EXTENSION) *exts) add_csrattrs() argument
384 generate_csr(struct hs20_osu_client *ctx, char *key_pem, char *csr_pem, char *est_req, char *old_cert, CsrAttrs *csrattrs) generate_csr() argument
602 est_build_csr(struct hs20_osu_client *ctx, const char *url) est_build_csr() argument
675 est_simple_enroll(struct hs20_osu_client *ctx, const char *url, const char *user, const char *pw) est_simple_enroll() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
H A Dest.c31 static int pkcs7_to_cert(struct hs20_osu_client *ctx, const u8 *pkcs7, in pkcs7_to_cert() argument
52 write_result(ctx, "Could not parse PKCS#7 object from EST"); in pkcs7_to_cert()
60 write_result(ctx, "Could not parse PKCS#7 object from EST"); in pkcs7_to_cert()
79 write_result(ctx, "No certificates found in PKCS#7 object"); in pkcs7_to_cert()
121 int est_load_cacerts(struct hs20_osu_client *ctx, const char *url) in est_load_cacerts() argument
136 write_summary(ctx, "Download EST cacerts from %s", buf); in est_load_cacerts()
137 ctx->no_osu_cert_validation = 1; in est_load_cacerts()
138 http_ocsp_set(ctx->http, 1); in est_load_cacerts()
139 res = http_download_file(ctx->http, buf, "Cert/est-cacerts.txt", in est_load_cacerts()
140 ctx in est_load_cacerts()
249 add_csrattrs_oid(struct hs20_osu_client *ctx, ASN1_OBJECT *oid, STACK_OF(X509_EXTENSION) *exts) add_csrattrs_oid() argument
272 add_csrattrs_ext_req(struct hs20_osu_client *ctx, STACK_OF(ASN1_OBJECT) *values, STACK_OF(X509_EXTENSION) *exts) add_csrattrs_ext_req() argument
303 add_csrattrs_attr(struct hs20_osu_client *ctx, Attribute *attr, STACK_OF(X509_EXTENSION) *exts) add_csrattrs_attr() argument
335 add_csrattrs(struct hs20_osu_client *ctx, CsrAttrs *csrattrs, STACK_OF(X509_EXTENSION) *exts) add_csrattrs() argument
384 generate_csr(struct hs20_osu_client *ctx, char *key_pem, char *csr_pem, char *est_req, char *old_cert, CsrAttrs *csrattrs) generate_csr() argument
602 est_build_csr(struct hs20_osu_client *ctx, const char *url) est_build_csr() argument
676 est_simple_enroll(struct hs20_osu_client *ctx, const char *url, const char *user, const char *pw) est_simple_enroll() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_compiler.cpp93 compile_nir(struct d3d12_context *ctx, struct d3d12_shader_selector *sel, in compile_nir() argument
96 struct d3d12_screen *screen = d3d12_screen(ctx->base.screen); in compile_nir()
153 opts.validator_version_max = dxil_get_validator_version(ctx->dxil_validator); in compile_nir()
195 if (ctx->dxil_validator) { in compile_nir()
198 if (!dxil_validate_module(ctx->dxil_validator, tmp.data, in compile_nir()
210 char *str = dxil_disasm_module(ctx->dxil_validator, tmp.data, in compile_nir()
237 struct d3d12_context *ctx; member
251 missing_dual_src_outputs(struct d3d12_context *ctx) in missing_dual_src_outputs() argument
253 if (!ctx->gfx_pipeline_state.blend->is_dual_src) in missing_dual_src_outputs()
256 struct d3d12_shader_selector *fs = ctx in missing_dual_src_outputs()
294 frag_result_color_lowering(struct d3d12_context *ctx) frag_result_color_lowering() argument
306 manual_depth_range(struct d3d12_context *ctx) manual_depth_range() argument
344 fill_mode_lowered(struct d3d12_context *ctx, const struct pipe_draw_info *dinfo) fill_mode_lowered() argument
371 has_stream_out_for_streams(struct d3d12_context *ctx) has_stream_out_for_streams() argument
384 needs_point_sprite_lowering(struct d3d12_context *ctx, const struct pipe_draw_info *dinfo) needs_point_sprite_lowering() argument
409 cull_mode_lowered(struct d3d12_context *ctx, unsigned fill_mode) cull_mode_lowered() argument
458 has_flat_varyings(struct d3d12_context *ctx) has_flat_varyings() argument
480 struct d3d12_context *ctx = sel_ctx->ctx; needs_vertex_reordering() local
592 struct d3d12_context *ctx = sel_ctx->ctx; validate_geometry_shader_variant() local
643 struct d3d12_context *ctx = sel_ctx->ctx; validate_tess_ctrl_shader_variant() local
1066 struct d3d12_context *ctx = sel_ctx->ctx; select_shader_variant() local
1235 get_prev_shader(struct d3d12_context *ctx, pipe_shader_type current) get_prev_shader() argument
1260 get_next_shader(struct d3d12_context *ctx, pipe_shader_type current) get_next_shader() argument
1345 d3d12_create_shader_impl(struct d3d12_context *ctx, struct d3d12_shader_selector *sel, struct nir_shader *nir, struct d3d12_shader_selector *prev, struct d3d12_shader_selector *next) d3d12_create_shader_impl() argument
1394 d3d12_create_shader(struct d3d12_context *ctx, pipe_shader_type stage, const struct pipe_shader_state *shader) d3d12_create_shader() argument
1442 d3d12_create_compute_shader(struct d3d12_context *ctx, const struct pipe_compute_state *shader) d3d12_create_compute_shader() argument
1465 d3d12_select_shader_variants(struct d3d12_context *ctx, const struct pipe_draw_info *dinfo) d3d12_select_shader_variants() argument
1502 workgroup_size_variable(struct d3d12_context *ctx, const struct pipe_grid_info *info) workgroup_size_variable() argument
1511 d3d12_select_compute_shader_variants(struct d3d12_context *ctx, const struct pipe_grid_info *info) d3d12_select_compute_shader_variants() argument
[all...]
/third_party/mbedtls/programs/cipher/
H A Dcipher_aead_demo.c127 mbedtls_cipher_context_t *ctx, in aead_prepare()
152 CHK(mbedtls_cipher_setup(ctx, in aead_prepare()
156 int key_len = mbedtls_cipher_get_key_bitlen(ctx); in aead_prepare()
157 CHK(mbedtls_cipher_setkey(ctx, key_bytes, key_len, MBEDTLS_ENCRYPT)); in aead_prepare()
167 * function demonstrates how each piece can be recovered from (ctx, tag_len).
169 static void aead_info(const mbedtls_cipher_context_t *ctx, size_t tag_len) in aead_info() argument
171 mbedtls_cipher_type_t type = mbedtls_cipher_get_type(ctx); in aead_info()
174 int key_bits = mbedtls_cipher_get_key_bitlen(ctx); in aead_info()
175 mbedtls_cipher_mode_t mode = mbedtls_cipher_get_cipher_mode(ctx); in aead_info()
188 static int aead_encrypt(mbedtls_cipher_context_t *ctx, size_ argument
126 aead_prepare(const char *info, mbedtls_cipher_context_t *ctx, size_t *tag_len) aead_prepare() argument
226 mbedtls_cipher_context_t ctx; aead_demo() local
[all...]
/third_party/nghttp2/
H A Dmkhufftbl.py311 def huffman_tree_add(ctx, sym, bits):
312 _add(ctx.root, sym, bits)
314 def _set_node_id(ctx, node, prefix):
319 node.id = ctx.next_id()
320 _set_node_id(ctx, node.left, prefix + [0])
321 _set_node_id(ctx, node.right, prefix + [1])
323 def huffman_tree_set_node_id(ctx):
324 _set_node_id(ctx, ctx.root, [])
349 def _build_transition_table(ctx, nod
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DParseContext.cs62 internal static void Initialize(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, out ParseContext ctx) in Initialize()
64 ctx.buffer = buffer; in Initialize()
65 ctx.state = state; in Initialize()
74 internal static void Initialize(CodedInputStream input, out ParseContext ctx) in Initialize()
76 ctx.buffer = new ReadOnlySpan<byte>(input.InternalBuffer); in Initialize()
80 ctx.state = input.InternalState; in Initialize()
84 internal static void Initialize(ReadOnlySequence<byte> input, out ParseContext ctx) in Initialize()
86 Initialize(input, DefaultRecursionLimit, out ctx); in Initialize()
90 internal static void Initialize(ReadOnlySequence<byte> input, int recursionLimit, out ParseContext ctx) in Initialize()
92 ctx in Initialize()
[all...]
/third_party/skia/src/xml/
H A DSkXMLParser.cpp94 HANDLER_CONTEXT(data, ctx); in start_element_handler()
95 ctx->flushText(); in start_element_handler()
97 ctx->fParser->startElement(tag); in start_element_handler()
100 ctx->fParser->addAttribute(attributes[i], attributes[i + 1]); in start_element_handler()
105 HANDLER_CONTEXT(data, ctx); in end_element_handler()
106 ctx->flushText(); in end_element_handler()
108 ctx->fParser->endElement(tag); in end_element_handler()
112 HANDLER_CONTEXT(data, ctx); in text_handler()
114 ctx->appendText(txt, SkTo<size_t>(len)); in text_handler()
126 HANDLER_CONTEXT(data, ctx); in entity_decl_handler()
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dssl.h601 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
603 uint64_t SSL_CTX_clear_options(SSL_CTX *ctx, uint64_t op);
605 uint64_t SSL_CTX_set_options(SSL_CTX *ctx, uint64_t op);
608 # define SSL_CTX_set_mode(ctx,op) \
609 SSL_CTX_ctrl((ctx),SSL_CTRL_MODE,(op),NULL)
610 # define SSL_CTX_clear_mode(ctx,op) \
611 SSL_CTX_ctrl((ctx),SSL_CTRL_CLEAR_MODE,(op),NULL)
612 # define SSL_CTX_get_mode(ctx) \
613 SSL_CTX_ctrl((ctx),SSL_CTRL_MODE,0,NULL)
630 # define SSL_CTX_set_cert_flags(ctx,o
698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx); global() variable
2061 __owur STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx); global() variable
2088 __owur const STACK_OF(X509_NAME) *SSL_CTX_get0_CA_list(const SSL_CTX *ctx); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dssl.h601 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
603 uint64_t SSL_CTX_clear_options(SSL_CTX *ctx, uint64_t op);
605 uint64_t SSL_CTX_set_options(SSL_CTX *ctx, uint64_t op);
608 # define SSL_CTX_set_mode(ctx,op) \
609 SSL_CTX_ctrl((ctx),SSL_CTRL_MODE,(op),NULL)
610 # define SSL_CTX_clear_mode(ctx,op) \
611 SSL_CTX_ctrl((ctx),SSL_CTRL_CLEAR_MODE,(op),NULL)
612 # define SSL_CTX_get_mode(ctx) \
613 SSL_CTX_ctrl((ctx),SSL_CTRL_MODE,0,NULL)
630 # define SSL_CTX_set_cert_flags(ctx,o
698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx); global() variable
2061 __owur STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx); global() variable
2088 __owur const STACK_OF(X509_NAME) *SSL_CTX_get0_CA_list(const SSL_CTX *ctx); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dssl.h601 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
603 uint64_t SSL_CTX_clear_options(SSL_CTX *ctx, uint64_t op);
605 uint64_t SSL_CTX_set_options(SSL_CTX *ctx, uint64_t op);
608 # define SSL_CTX_set_mode(ctx,op) \
609 SSL_CTX_ctrl((ctx),SSL_CTRL_MODE,(op),NULL)
610 # define SSL_CTX_clear_mode(ctx,op) \
611 SSL_CTX_ctrl((ctx),SSL_CTRL_CLEAR_MODE,(op),NULL)
612 # define SSL_CTX_get_mode(ctx) \
613 SSL_CTX_ctrl((ctx),SSL_CTRL_MODE,0,NULL)
630 # define SSL_CTX_set_cert_flags(ctx,o
698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx); global() variable
2061 __owur STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx); global() variable
2088 __owur const STACK_OF(X509_NAME) *SSL_CTX_get0_CA_list(const SSL_CTX *ctx); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dssl.h601 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
603 uint64_t SSL_CTX_clear_options(SSL_CTX *ctx, uint64_t op);
605 uint64_t SSL_CTX_set_options(SSL_CTX *ctx, uint64_t op);
608 # define SSL_CTX_set_mode(ctx,op) \
609 SSL_CTX_ctrl((ctx),SSL_CTRL_MODE,(op),NULL)
610 # define SSL_CTX_clear_mode(ctx,op) \
611 SSL_CTX_ctrl((ctx),SSL_CTRL_CLEAR_MODE,(op),NULL)
612 # define SSL_CTX_get_mode(ctx) \
613 SSL_CTX_ctrl((ctx),SSL_CTRL_MODE,0,NULL)
630 # define SSL_CTX_set_cert_flags(ctx,o
698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx); global() variable
2061 __owur STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx); global() variable
2088 __owur const STACK_OF(X509_NAME) *SSL_CTX_get0_CA_list(const SSL_CTX *ctx); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dssl.h601 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
603 uint64_t SSL_CTX_clear_options(SSL_CTX *ctx, uint64_t op);
605 uint64_t SSL_CTX_set_options(SSL_CTX *ctx, uint64_t op);
608 # define SSL_CTX_set_mode(ctx,op) \
609 SSL_CTX_ctrl((ctx),SSL_CTRL_MODE,(op),NULL)
610 # define SSL_CTX_clear_mode(ctx,op) \
611 SSL_CTX_ctrl((ctx),SSL_CTRL_CLEAR_MODE,(op),NULL)
612 # define SSL_CTX_get_mode(ctx) \
613 SSL_CTX_ctrl((ctx),SSL_CTRL_MODE,0,NULL)
630 # define SSL_CTX_set_cert_flags(ctx,o
698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx); global() variable
2061 __owur STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx); global() variable
2088 __owur const STACK_OF(X509_NAME) *SSL_CTX_get0_CA_list(const SSL_CTX *ctx); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dssl.h601 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
603 uint64_t SSL_CTX_clear_options(SSL_CTX *ctx, uint64_t op);
605 uint64_t SSL_CTX_set_options(SSL_CTX *ctx, uint64_t op);
608 # define SSL_CTX_set_mode(ctx,op) \
609 SSL_CTX_ctrl((ctx),SSL_CTRL_MODE,(op),NULL)
610 # define SSL_CTX_clear_mode(ctx,op) \
611 SSL_CTX_ctrl((ctx),SSL_CTRL_CLEAR_MODE,(op),NULL)
612 # define SSL_CTX_get_mode(ctx) \
613 SSL_CTX_ctrl((ctx),SSL_CTRL_MODE,0,NULL)
630 # define SSL_CTX_set_cert_flags(ctx,o
698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx); global() variable
2061 __owur STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx); global() variable
2088 __owur const STACK_OF(X509_NAME) *SSL_CTX_get0_CA_list(const SSL_CTX *ctx); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dssl.h601 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
603 uint64_t SSL_CTX_clear_options(SSL_CTX *ctx, uint64_t op);
605 uint64_t SSL_CTX_set_options(SSL_CTX *ctx, uint64_t op);
608 # define SSL_CTX_set_mode(ctx,op) \
609 SSL_CTX_ctrl((ctx),SSL_CTRL_MODE,(op),NULL)
610 # define SSL_CTX_clear_mode(ctx,op) \
611 SSL_CTX_ctrl((ctx),SSL_CTRL_CLEAR_MODE,(op),NULL)
612 # define SSL_CTX_get_mode(ctx) \
613 SSL_CTX_ctrl((ctx),SSL_CTRL_MODE,0,NULL)
630 # define SSL_CTX_set_cert_flags(ctx,o
698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx); global() variable
2061 __owur STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx); global() variable
2088 __owur const STACK_OF(X509_NAME) *SSL_CTX_get0_CA_list(const SSL_CTX *ctx); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dssl.h601 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
603 uint64_t SSL_CTX_clear_options(SSL_CTX *ctx, uint64_t op);
605 uint64_t SSL_CTX_set_options(SSL_CTX *ctx, uint64_t op);
608 # define SSL_CTX_set_mode(ctx,op) \
609 SSL_CTX_ctrl((ctx),SSL_CTRL_MODE,(op),NULL)
610 # define SSL_CTX_clear_mode(ctx,op) \
611 SSL_CTX_ctrl((ctx),SSL_CTRL_CLEAR_MODE,(op),NULL)
612 # define SSL_CTX_get_mode(ctx) \
613 SSL_CTX_ctrl((ctx),SSL_CTRL_MODE,0,NULL)
630 # define SSL_CTX_set_cert_flags(ctx,o
698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx); global() variable
2061 __owur STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx); global() variable
2088 __owur const STACK_OF(X509_NAME) *SSL_CTX_get0_CA_list(const SSL_CTX *ctx); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dssl.h601 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
603 uint64_t SSL_CTX_clear_options(SSL_CTX *ctx, uint64_t op);
605 uint64_t SSL_CTX_set_options(SSL_CTX *ctx, uint64_t op);
608 # define SSL_CTX_set_mode(ctx,op) \
609 SSL_CTX_ctrl((ctx),SSL_CTRL_MODE,(op),NULL)
610 # define SSL_CTX_clear_mode(ctx,op) \
611 SSL_CTX_ctrl((ctx),SSL_CTRL_CLEAR_MODE,(op),NULL)
612 # define SSL_CTX_get_mode(ctx) \
613 SSL_CTX_ctrl((ctx),SSL_CTRL_MODE,0,NULL)
630 # define SSL_CTX_set_cert_flags(ctx,o
698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx); global() variable
2061 __owur STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx); global() variable
2088 __owur const STACK_OF(X509_NAME) *SSL_CTX_get0_CA_list(const SSL_CTX *ctx); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dssl.h601 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
603 uint64_t SSL_CTX_clear_options(SSL_CTX *ctx, uint64_t op);
605 uint64_t SSL_CTX_set_options(SSL_CTX *ctx, uint64_t op);
608 # define SSL_CTX_set_mode(ctx,op) \
609 SSL_CTX_ctrl((ctx),SSL_CTRL_MODE,(op),NULL)
610 # define SSL_CTX_clear_mode(ctx,op) \
611 SSL_CTX_ctrl((ctx),SSL_CTRL_CLEAR_MODE,(op),NULL)
612 # define SSL_CTX_get_mode(ctx) \
613 SSL_CTX_ctrl((ctx),SSL_CTRL_MODE,0,NULL)
630 # define SSL_CTX_set_cert_flags(ctx,o
698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx); global() variable
2061 __owur STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx); global() variable
2088 __owur const STACK_OF(X509_NAME) *SSL_CTX_get0_CA_list(const SSL_CTX *ctx); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Dssl.h601 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
603 uint64_t SSL_CTX_clear_options(SSL_CTX *ctx, uint64_t op);
605 uint64_t SSL_CTX_set_options(SSL_CTX *ctx, uint64_t op);
608 # define SSL_CTX_set_mode(ctx,op) \
609 SSL_CTX_ctrl((ctx),SSL_CTRL_MODE,(op),NULL)
610 # define SSL_CTX_clear_mode(ctx,op) \
611 SSL_CTX_ctrl((ctx),SSL_CTRL_CLEAR_MODE,(op),NULL)
612 # define SSL_CTX_get_mode(ctx) \
613 SSL_CTX_ctrl((ctx),SSL_CTRL_MODE,0,NULL)
630 # define SSL_CTX_set_cert_flags(ctx,o
698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx); global() variable
2061 __owur STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx); global() variable
2088 __owur const STACK_OF(X509_NAME) *SSL_CTX_get0_CA_list(const SSL_CTX *ctx); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dssl.h601 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
603 uint64_t SSL_CTX_clear_options(SSL_CTX *ctx, uint64_t op);
605 uint64_t SSL_CTX_set_options(SSL_CTX *ctx, uint64_t op);
608 # define SSL_CTX_set_mode(ctx,op) \
609 SSL_CTX_ctrl((ctx),SSL_CTRL_MODE,(op),NULL)
610 # define SSL_CTX_clear_mode(ctx,op) \
611 SSL_CTX_ctrl((ctx),SSL_CTRL_CLEAR_MODE,(op),NULL)
612 # define SSL_CTX_get_mode(ctx) \
613 SSL_CTX_ctrl((ctx),SSL_CTRL_MODE,0,NULL)
630 # define SSL_CTX_set_cert_flags(ctx,o
698 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx); global() variable
2061 __owur STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx); global() variable
2088 __owur const STACK_OF(X509_NAME) *SSL_CTX_get0_CA_list(const SSL_CTX *ctx); global() variable
[all...]

Completed in 49 milliseconds

1...<<41424344454647484950>>...305