Home
last modified time | relevance | path

Searched refs:exts (Results 151 - 175 of 365) sorted by relevance

12345678910>>...15

/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/
H A Dcrmf.h186 int OSSL_CRMF_MSG_set0_extensions(OSSL_CRMF_MSG *crm, X509_EXTENSIONS *exts);
/third_party/node/deps/openssl/config/archs/linux64-riscv64/no-asm/include/openssl/
H A Dcrmf.h186 int OSSL_CRMF_MSG_set0_extensions(OSSL_CRMF_MSG *crm, X509_EXTENSIONS *exts);
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/include/openssl/
H A Dcrmf.h186 int OSSL_CRMF_MSG_set0_extensions(OSSL_CRMF_MSG *crm, X509_EXTENSIONS *exts);
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/include/openssl/
H A Dcrmf.h186 int OSSL_CRMF_MSG_set0_extensions(OSSL_CRMF_MSG *crm, X509_EXTENSIONS *exts);
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/no-asm/include/openssl/
H A Dcrmf.h186 int OSSL_CRMF_MSG_set0_extensions(OSSL_CRMF_MSG *crm, X509_EXTENSIONS *exts);
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/include/openssl/
H A Dcrmf.h186 int OSSL_CRMF_MSG_set0_extensions(OSSL_CRMF_MSG *crm, X509_EXTENSIONS *exts);
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/include/openssl/
H A Dcrmf.h186 int OSSL_CRMF_MSG_set0_extensions(OSSL_CRMF_MSG *crm, X509_EXTENSIONS *exts);
/third_party/node/deps/openssl/config/archs/linux64-mips64/no-asm/include/openssl/
H A Dcrmf.h186 int OSSL_CRMF_MSG_set0_extensions(OSSL_CRMF_MSG *crm, X509_EXTENSIONS *exts);
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/include/openssl/
H A Dcrmf.h186 int OSSL_CRMF_MSG_set0_extensions(OSSL_CRMF_MSG *crm, X509_EXTENSIONS *exts);
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dninja.py2015 exts = gyp.MSVSUtil.TARGET_TYPE_EXT
2017 default_variables["EXECUTABLE_SUFFIX"] = "." + exts["executable"]
2019 default_variables["STATIC_LIB_SUFFIX"] = "." + exts["static_library"]
2021 default_variables["SHARED_LIB_SUFFIX"] = "." + exts["shared_library"]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dninja.py2012 exts = gyp.MSVSUtil.TARGET_TYPE_EXT
2014 default_variables["EXECUTABLE_SUFFIX"] = "." + exts["executable"]
2016 default_variables["STATIC_LIB_SUFFIX"] = "." + exts["static_library"]
2018 default_variables["SHARED_LIB_SUFFIX"] = "." + exts["shared_library"]
/third_party/node/deps/openssl/openssl/apps/
H A Ds_server.c481 STACK_OF(X509_EXTENSION) *exts; in get_ocsp_resp_from_responder()
535 SSL_get_tlsext_status_exts(s, &exts); in get_ocsp_resp_from_responder()
536 for (i = 0; i < sk_X509_EXTENSION_num(exts); i++) { in get_ocsp_resp_from_responder()
537 X509_EXTENSION *ext = sk_X509_EXTENSION_value(exts, i); in get_ocsp_resp_from_responder()
/third_party/openssl/apps/
H A Ds_server.c481 STACK_OF(X509_EXTENSION) *exts; in get_ocsp_resp_from_responder()
535 SSL_get_tlsext_status_exts(s, &exts); in get_ocsp_resp_from_responder()
536 for (i = 0; i < sk_X509_EXTENSION_num(exts); i++) { in get_ocsp_resp_from_responder()
537 X509_EXTENSION *ext = sk_X509_EXTENSION_value(exts, i); in get_ocsp_resp_from_responder()
/third_party/skia/dm/
H A DDMSrcSink.cpp337 static const char* const exts[] = { in serial_from_path_name() local
344 for (auto* ext : exts) { in serial_from_path_name()
594 auto exts = { "png", "PNG", "gif", "GIF" }; in draw()
595 for (auto ext : exts) { in draw()
/third_party/openssl/ohos_lite/include/openssl/
H A Dx509.h695 int X509_REQ_add_extensions_nid(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts,
697 int X509_REQ_add_extensions(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts);
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dextensions_clnt.c362 if (s->ext.ocsp.exts) { in tls_construct_ctos_status_request()
364 int extlen = i2d_X509_EXTENSIONS(s->ext.ocsp.exts, NULL); in tls_construct_ctos_status_request()
371 || i2d_X509_EXTENSIONS(s->ext.ocsp.exts, &extbytes) in tls_construct_ctos_status_request()
/third_party/openssl/ssl/statem/
H A Dextensions_clnt.c362 if (s->ext.ocsp.exts) { in tls_construct_ctos_status_request()
364 int extlen = i2d_X509_EXTENSIONS(s->ext.ocsp.exts, NULL); in tls_construct_ctos_status_request()
371 || i2d_X509_EXTENSIONS(s->ext.ocsp.exts, &extbytes) in tls_construct_ctos_status_request()
/third_party/skia/tests/
H A DCodecTest.cpp272 static const char* const exts[] = { in supports_partial_scanlines() local
277 for (uint32_t i = 0; i < SK_ARRAY_COUNT(exts); i++) { in supports_partial_scanlines()
278 if (SkStrEndsWith(path, exts[i])) { in supports_partial_scanlines()
/third_party/vulkan-loader/tests/
H A Dloader_handle_validation_tests.cpp992 InstWrapper setup_BadPhysDev_env(FrameworkEnvironment& env, std::vector<const char*> exts) { in setup_BadPhysDev_env() argument
994 for (const auto& ext : exts) { in setup_BadPhysDev_env()
1003 instance.create_info.add_extensions(exts); in setup_BadPhysDev_env()
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c3515 const upb_fielddef *exts; member
4905 f = (upb_fielddef*)&ctx->file->exts[ctx->file->ext_count++]; in create_fielddef()
5241 const google_protobuf_FieldDescriptorProto *const *exts; in build_filedef() local
5250 file->exts = upb_malloc(alloc, sizeof(*file->exts) * counts.ext_count); in build_filedef()
5254 CHK_OOM(counts.ext_count == 0 || file->exts); in build_filedef()
5343 exts = google_protobuf_FileDescriptorProto_extension(file_proto, &n); in build_filedef()
5344 file->exts = upb_malloc(alloc, sizeof(*file->exts) * n); in build_filedef()
5345 CHK_OOM(n == 0 || file->exts); in build_filedef()
[all...]
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_local.h1629 X509_EXTENSIONS *exts; member
2850 custom_ext_method *custom_ext_find(const custom_ext_methods *exts,
2866 void custom_exts_free(custom_ext_methods *exts);
/third_party/openssl/ssl/
H A Dssl_local.h1600 X509_EXTENSIONS *exts; member
2794 custom_ext_method *custom_ext_find(const custom_ext_methods *exts,
2810 void custom_exts_free(custom_ext_methods *exts);
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_c.cpp2458 auto &exts = compiler->compiler->get_declared_extensions(); in spvc_compiler_get_declared_extensions() local
2460 duped.reserve(exts.size()); in spvc_compiler_get_declared_extensions()
2461 for (auto &ext : exts) in spvc_compiler_get_declared_extensions()
/third_party/curl/lib/vtls/
H A Dopenssl.c379 CONST_EXTS STACK_OF(X509_EXTENSION) *exts) in X509V3_ext()
383 if((int)sk_X509_EXTENSION_num(exts) <= 0) in X509V3_ext()
387 for(i = 0; i < (int)sk_X509_EXTENSION_num(exts); i++) { in X509V3_ext()
389 X509_EXTENSION *ext = sk_X509_EXTENSION_value(exts, i); in X509V3_ext()
377 X509V3_ext(struct Curl_easy *data, int certnum, CONST_EXTS STACK_OF(X509_EXTENSION) *exts) X509V3_ext() argument
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dcmp.h460 int OSSL_CMP_CTX_set0_reqExtensions(OSSL_CMP_CTX *ctx, X509_EXTENSIONS *exts);

Completed in 79 milliseconds

12345678910>>...15