Home
last modified time | relevance | path

Searched defs:exts (Results 1 – 25 of 84) sorted by relevance

1234

/third_party/openssl/ssl/statem/
Dextensions_cust.c81 custom_ext_method *custom_ext_find(const custom_ext_methods *exts, in custom_ext_find()
103 void custom_ext_init(custom_ext_methods *exts) in custom_ext_init()
118 custom_ext_methods *exts = &s->cert->custext; in custom_ext_parse() local
177 custom_ext_methods *exts = &s->cert->custext; in custom_ext_add() local
320 void custom_exts_free(custom_ext_methods *exts) in custom_exts_free()
352 custom_ext_methods *exts = &ctx->cert->custext; in add_custom_ext_intern() local
Dextensions.c415 int tls_validate_all_contexts(SSL *s, unsigned int thisctx, RAW_EXTENSION *exts) in tls_validate_all_contexts()
563 custom_ext_methods *exts = &s->cert->custext; in tls_collect_extensions() local
692 RAW_EXTENSION *exts, X509 *x, size_t chainidx) in tls_parse_extension()
741 int tls_parse_all_extensions(SSL *s, int context, RAW_EXTENSION *exts, X509 *x, in tls_parse_all_extensions()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/tools/
Dutils.py20 def GetFontList(path, exts, negate=False): argument
/third_party/flutter/skia/tools/flags/
DCommonFlagsImages.cpp11 static const char* const exts[] = { in CollectImages() local
/third_party/skia/third_party/externals/sfntly/cpp/tools/
Dutils.py20 def GetFontList(path, exts, negate=False): argument
/third_party/mesa3d/src/freedreno/rnn/
Dpath.c42 const char *exts[] = { "", ".gz" }; in find_in_path() local
/third_party/skia/tools/flags/
DCommonFlagsImages.cpp12 static const char* const exts[] = { in CollectImages() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
Dest.c249 static void add_csrattrs_oid(struct hs20_osu_client *ctx, ASN1_OBJECT *oid, in add_csrattrs_oid()
272 static void add_csrattrs_ext_req(struct hs20_osu_client *ctx, in add_csrattrs_ext_req()
303 static void add_csrattrs_attr(struct hs20_osu_client *ctx, Attribute *attr, in add_csrattrs_attr()
335 static void add_csrattrs(struct hs20_osu_client *ctx, CsrAttrs *csrattrs, in add_csrattrs()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
Dest.c249 static void add_csrattrs_oid(struct hs20_osu_client *ctx, ASN1_OBJECT *oid, in add_csrattrs_oid()
272 static void add_csrattrs_ext_req(struct hs20_osu_client *ctx, in add_csrattrs_ext_req()
303 static void add_csrattrs_attr(struct hs20_osu_client *ctx, Attribute *attr, in add_csrattrs_attr()
335 static void add_csrattrs(struct hs20_osu_client *ctx, CsrAttrs *csrattrs, in add_csrattrs()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
Dgenerate_grammar_tables.py109 def compose_extension_list(exts): argument
216 def __init__(self, opname, caps, exts, operands, version, lastVersion): argument
392 def __init__(self, enumerant, value, caps, exts, parameters, version, lastVersion): argument
/third_party/spirv-tools/utils/
Dgenerate_grammar_tables.py109 def compose_extension_list(exts): argument
216 def __init__(self, opname, caps, exts, operands, version, lastVersion): argument
392 def __init__(self, enumerant, value, caps, exts, parameters, version, lastVersion): argument
/third_party/skia/third_party/externals/spirv-tools/utils/
Dgenerate_grammar_tables.py109 def compose_extension_list(exts): argument
216 def __init__(self, opname, caps, exts, operands, version, lastVersion): argument
392 def __init__(self, enumerant, value, caps, exts, parameters, version, lastVersion): argument
/third_party/boost/libs/beast/test/beast/http/
Dchunk_encode.cpp87 chunk_extensions exts; in testChunkHeader() local
121 chunk_extensions exts; in testChunkBody() local
/third_party/flutter/skia/third_party/externals/spirv-tools/utils/
Dgenerate_grammar_tables.py75 def compose_extension_list(exts): argument
270 def __init__(self, enumerant, value, caps, exts, parameters): argument
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dimage_folder_op.cc28const std::set<std::string> &exts, const std::map<std::string, int32_t> &map, in ImageFolderOp()
244 …ImageFolderOp::CountRowsAndClasses(const std::string &path, const std::set<std::string> &exts, int… in CountRowsAndClasses()
/third_party/boost/libs/compute/test/
Dtest_extents.cpp90 compute::extents<3> exts = compute::dim(4, 5, 6); in BOOST_AUTO_TEST_CASE() local
/third_party/spirv-headers/tools/buildHeaders/
DjsonToSpirv.cpp297 const auto& exts = object["extensions"]; in jsonToSpirv() local
341 Extensions exts = getExts(inst); in jsonToSpirv() local
390 Extensions exts(getExts(enumerant)); in jsonToSpirv() local
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
DjsonToSpirv.cpp313 const auto& exts = object["extensions"]; in jsonToSpirv() local
372 Extensions exts = getExts(inst); in jsonToSpirv() local
436 Extensions exts(getExts(enumerant)); in jsonToSpirv() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.cpp313 const auto& exts = object["extensions"]; in jsonToSpirv() local
372 Extensions exts = getExts(inst); in jsonToSpirv() local
436 Extensions exts(getExts(enumerant)); in jsonToSpirv() local
/third_party/mesa3d/src/virtio/vulkan/
Dvn_device.c121 find_extension_names(const char *const *exts, in find_extension_names()
133 merge_extension_names(const char *const *exts, in merge_extension_names()
/third_party/openssl/crypto/x509/
Dx509_req.c183 int X509_REQ_add_extensions_nid(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts, in X509_REQ_add_extensions_nid()
200 int X509_REQ_add_extensions(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts) in X509_REQ_add_extensions()
/third_party/libwebsockets/lwsws/
Dmain.c69 static const struct lws_extension exts[] = { variable
/third_party/openssl/crypto/x509v3/
Dv3_prn.c138 int X509V3_extensions_print(BIO *bp, const char *title, in X509V3_extensions_print()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DFunctionsGL.cpp117 const char *exts = reinterpret_cast<const char *>(getString(GL_EXTENSIONS)); in initialize() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DFunctionsGL.cpp117 const char *exts = reinterpret_cast<const char *>(getString(GL_EXTENSIONS)); in initialize() local

1234