| /third_party/openssl/ |
| D | README-PROVIDERS.md | 4 - [Standard Providers](#standard-providers) 5 - [The Default Provider](#the-default-provider) 6 - [The Legacy Provider](#the-legacy-provider) 7 - [The FIPS Provider](#the-fips-provider) 8 - [The Base Provider](#the-base-provider) 9 - [The Null Provider](#the-null-provider) 10 - [Loading Providers](#loading-providers) 26 -------------------- 28 The default provider collects together all of the standard built-in OpenSSL 32 get an algorithm from a provider if no other provider has been loaded yet. [all …]
|
| D | make_openssl_build_all_generated.sh | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 set -e 21 # https://github.com/openssl/openssl/blob/master/INSTALL.md#out-of-tree-builds 24 rm -rf ${build_all_generated_path}/${openssl_selected_platform} 25 mkdir -p ${build_all_generated_path}/${openssl_selected_platform} 27 # https://github.com/openssl/openssl/issues/20112#issuecomment-1400388204 28 # no-shared will disable building shared libcrypto and libssl libraries. 29 # But the legacy provider would still be built as a shared module. 30 # So you would need the legacy shared module present on the installed 32 # You can use no-module to make the legacy provider built-in. [all …]
|
| /third_party/openssl/test/ |
| D | provider_test.c | 2 * Copyright 2019-2022 The OpenSSL Project Authors. All Rights Reserved. 24 { "digest-check", OSSL_PARAM_UNSIGNED_INTEGER, &digestsuccess, 31 { "stop-property-mirror", OSSL_PARAM_UNSIGNED_INTEGER, &stopsuccess, 37 OSSL_PROVIDER *legacy) in test_provider() argument 44 int dolegacycheck = (legacy != NULL); in test_provider() 54 * This should mean that the p_test provider will fail any fetches - which in test_provider() 59 * Check that it is possible to have a built-in provider mirrored in in test_provider() 102 OSSL_PROVIDER_unload(legacy); in test_provider() 103 legacy = NULL; in test_provider() 106 /* Legacy provider should also be unloaded from child libctx */ in test_provider() [all …]
|
| /third_party/alsa-utils/alsaconf/po/ |
| D | ja.po | 8 "Project-Id-Version: alsaconf\n" 9 "Report-Msgid-Bugs-To: \n" 10 "POT-Creation-Date: 2005-12-02 12:37+0100\n" 11 "PO-Revision-Date: 2005-12-02 12:39+0100\n" 12 "Last-Translator: Takashi Iwai <tiwai@suse.de>\n" 13 "Language-Team: Japanese <LL@li.org>\n" 14 "MIME-Version: 1.0\n" 15 "Content-Type: text/plain; charset=UTF-8\n" 16 "Content-Transfer-Encoding: 8bit\n" 19 msgid "-s" [all …]
|
| D | eu.po | 1 # Basque translation for alsa-utils 3 # This file is distributed under the same license as the alsa-utils package. 8 "Project-Id-Version: alsaconf\n" 9 "Report-Msgid-Bugs-To: \n" 10 "POT-Creation-Date: 2005-12-02 12:37+0100\n" 11 "PO-Revision-Date: 2020-09-11 09:40+0200\n" 12 "Last-Translator: Porrumentzio <porrumentzio@riseup.net>\n" 13 "Language-Team: Librezale <Librezale@librezale.eus>\n" 14 "MIME-Version: 1.0\n" 15 "Content-Type: text/plain; charset=UTF-8\n" [all …]
|
| D | ru.po | 1 # Russian translations for alsa-utils package 2 # Английские переводы для пакета alsa-utils. 3 # Copyright (C) 2005 THE alsa-utils'S COPYRIGHT HOLDER 4 # This file is distributed under the same license as the alsa-utils package. 9 "Project-Id-Version: alsa-utils 1.0.9rc4a\n" 10 "Report-Msgid-Bugs-To: \n" 11 "POT-Creation-Date: 2005-12-02 12:37+0100\n" 12 "PO-Revision-Date: 2005-12-02 12:39+0100\n" 13 "Last-Translator: <dushistov@mail.ru>\n" 14 "Language-Team: Russian <ru@li.org>\n" [all …]
|
| /third_party/python/Doc/library/ |
| D | compileall.rst | 1 :mod:`compileall` --- Byte-compile Python libraries 5 :synopsis: Tools for byte-compiling all Python source files in a directory tree. 9 -------------- 13 This module can be used to create the cached byte-code files at library 18 Command-line use 19 ---------------- 21 This module can work as a script (using :program:`python -m compileall`) to 30 source files, traversed recursively. If no argument is given, behave as if 31 the command line was ``-l <directories from sys.path>``. 33 .. cmdoption:: -l [all …]
|
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| D | radeon_video.c | 20 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 21 * IN NO EVENT SHALL THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR 57 stream_handle |= ((pid >> i) & 1) << (31 - i); in rvid_alloc_stream_handle() 68 buffer->usage = usage; in rvid_create_buffer() 72 * non-sub-allocated buffer. in rvid_create_buffer() 74 buffer->res = (struct r600_resource *) in rvid_create_buffer() 78 return buffer->res != NULL; in rvid_create_buffer() 84 r600_resource_reference(&buffer->res, NULL); in rvid_destroy_buffer() 92 struct radeon_winsys* ws = rscreen->ws; in rvid_resize_buffer() 93 unsigned bytes = MIN2(new_buf->res->buf->size, new_size); in rvid_resize_buffer() [all …]
|
| /third_party/openssl/doc/man1/ |
| D | openssl-pkcs12.pod.in | 2 {- OpenSSL::safe::output_do_not_edit_headers(); -} 6 openssl-pkcs12 - PKCS#12 file command 11 [B<-help>] 12 [B<-passin> I<arg>] 13 [B<-passout> I<arg>] 14 [B<-password> I<arg>] 15 [B<-twopass>] 16 [B<-in> I<filename>|I<uri>] 17 [B<-out> I<filename>] 18 [B<-nokeys>] [all …]
|
| /third_party/openssl/doc/man7/ |
| D | crypto.pod | 5 crypto - OpenSSL cryptographic library 21 pseudo-random number generators, message authentication codes (MACs), key 52 OpenSSL built-in "default" provider will be automatically loaded. 72 1.1.0) no explicit initialisation steps need to be taken. 75 automatically destroyed. No explicit de-initialisation steps need to be taken. 80 =head2 Multi-threaded applications 83 on most platforms) then most OpenSSL I<functions> are thread-safe in the sense 85 time. However most OpenSSL I<data structures> are not thread-safe. For example 97 See L<openssl-threads(7)> for a more detailed discussion on OpenSSL threading 107 Two types of fetching are supported by OpenSSL - explicit fetching and implicit [all …]
|
| D | migration_guide.pod | 5 migration_guide - OpenSSL migration guide 37 licenses|https://www.openssl.org/source/license-openssl-ssleay.txt> 39 L<Apache License v2|https://www.openssl.org/source/apache-license-2.0.txt>. 56 at configuration time using the C<enable-fips> option. If it is enabled, 58 providers. No separate installation procedure is necessary. 69 See also L</Legacy Algorithms> for information on the legacy provider. 96 =head3 Legacy Algorithms 99 the EVP APIs are now considered legacy and their use is strongly discouraged. 100 These legacy EVP algorithms are still available in OpenSSL 3.0 but not by 101 default. If you want to use them then you must load the legacy provider. [all …]
|
| /third_party/python/Lib/ |
| D | compileall.py | 1 """Module/script to byte-compile all .py files to .pyc files. 4 given as arguments recursively; the -l option prevents it from 9 packages -- for now, you'll have to deal with packages separately.) 11 See module py_compile for details of the actual byte-compilation. 45 yield from _walk_dir(fullname, maxlevels=maxlevels - 1, 49 rx=None, quiet=0, legacy=False, optimize=-1, workers=1, argument 52 """Byte-compile all modules in the given directory tree. 56 dir: the directory to byte-compile 59 file as it is compiled into each byte-code file. 60 force: if True, force compilation, even if timestamps are up-to-date [all …]
|
| /third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
| D | Durations.java | 1 // Protocol Buffers - Google's data interchange format 3 // https://developers.google.com/protocol-buffers/ 22 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 55 static final long DURATION_SECONDS_MIN = -315576000000L; 62 /** A constant holding the minimum valid {@link Duration}, approximately {@code -10,000} years. */ 64 Duration.newBuilder().setSeconds(DURATION_SECONDS_MIN).setNanos(-999999999).build(); 107 * range [-315,576,000,000, +315,576,000,000]. The {@code nanos} value must be in the range 108 * [-999,999,999, +999,999,999]. 111 * and a positive or negative {@code nanos} field. For durations of one second or more, a non-zero 120 * seconds} value must be in the range [-315,576,000,000, +315,576,000,000]. The {@code nanos} [all …]
|
| /third_party/openssl/test/ssl-tests/ |
| D | 17-renegotiate.cnf | 5 test-0 = 0-renegotiate-client-no-resume 6 test-1 = 1-renegotiate-client-resume 7 test-2 = 2-renegotiate-server-no-resume 8 test-3 = 3-renegotiate-server-resume 9 test-4 = 4-renegotiate-client-auth-require 10 test-5 = 5-renegotiate-client-auth-once 11 test-6 = 6-renegotiate-client-legacy-connect 12 test-7 = 7-renegotiate-aead-to-non-aead 13 test-8 = 8-renegotiate-non-aead-to-aead 14 test-9 = 9-renegotiate-non-aead-to-non-aead [all …]
|
| /third_party/openssl/test/recipes/ |
| D | 30-test_evp_libctx.t | 2 # Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved. 19 my $no_legacy = disabled('legacy') || ($ENV{NO_LEGACY} // 0); 25 # If no fips then run the test with no extra arguments. 31 @test_args = ("-config", srctop_file("test","fips-and-base.cnf"), 32 "-provider", "fips"); 38 "-config", srctop_file("test","default.cnf"),])), 43 "-config", srctop_file("test","default-and-legacy.cnf"),])), 44 "running default-and-legacy evp_libctx_test");
|
| /third_party/icu/icu4c/source/common/unicode/ |
| D | uloc.h | 5 * Copyright (C) 1997-2016, International Business Machines 36 * its task is called <em>locale-sensitive</em> and uses the <code>Locale</code> 38 * is a locale-sensitive operation--the number should be formatted 57 * Language Code.</STRONG> These codes are the lower-case two-letter 58 * codes as defined by ISO-639. 65 * Code.</STRONG> These codes are the upper-case two-letter codes 66 * as defined by ISO-3166. 68 * <BR><a href="http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html"> 69 * http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html</a> 72 * The third option requires another additional information--the [all …]
|
| /third_party/node/deps/icu-small/source/common/unicode/ |
| D | uloc.h | 5 * Copyright (C) 1997-2016, International Business Machines 36 * its task is called <em>locale-sensitive</em> and uses the <code>Locale</code> 38 * is a locale-sensitive operation--the number should be formatted 57 * Language Code.</STRONG> These codes are the lower-case two-letter 58 * codes as defined by ISO-639. 65 * Code.</STRONG> These codes are the upper-case two-letter codes 66 * as defined by ISO-3166. 68 * <BR><a href="http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html"> 69 * http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html</a> 72 * The third option requires another additional information--the [all …]
|
| /third_party/skia/third_party/externals/icu/source/common/unicode/ |
| D | uloc.h | 5 * Copyright (C) 1997-2016, International Business Machines 36 * its task is called <em>locale-sensitive</em> and uses the <code>Locale</code> 38 * is a locale-sensitive operation--the number should be formatted 57 * Language Code.</STRONG> These codes are the lower-case two-letter 58 * codes as defined by ISO-639. 65 * Code.</STRONG> These codes are the upper-case two-letter codes 66 * as defined by ISO-3166. 68 * <BR><a href="http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html"> 69 * http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html</a> 72 * The third option requires another additional information--the [all …]
|
| /third_party/node/deps/npm/test/tap/ |
| D | tree-style.js | 7 var fs = require('graceful-fs') 8 var common = require('../common-tap') 19 'name': 'test-tree-style', 22 'modA': modA + '-1.0.0.tgz' 30 'modB': modB + '-1.0.0.tgz' 38 'modC': modC + '-1.0.0.tgz' 99 test('tree-style', function (t) { 104 t.is(stderr, '', 'normal install; no errors') 109 …common.npm(['install', '--global-style'], {cwd: testGlobal}, function (err, code, stdout, stderr) { 111 t.is(code, 0, 'global-style install; result code') [all …]
|
| /third_party/openssl/crypto/evp/ |
| D | exchange.c | 2 * Copyright 2019-2022 The OpenSSL Project Authors. All Rights Reserved. 30 exchange->lock = CRYPTO_THREAD_lock_new(); in evp_keyexch_new() 31 if (exchange->lock == NULL) { in evp_keyexch_new() 36 exchange->prov = prov; in evp_keyexch_new() 38 exchange->refcnt = 1; in evp_keyexch_new() 47 const OSSL_DISPATCH *fns = algodef->implementation; in evp_keyexch_from_algorithm() 56 exchange->name_id = name_id; in evp_keyexch_from_algorithm() 57 if ((exchange->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL) in evp_keyexch_from_algorithm() 59 exchange->description = algodef->algorithm_description; in evp_keyexch_from_algorithm() 61 for (; fns->function_id != 0; fns++) { in evp_keyexch_from_algorithm() [all …]
|
| D | m_sigver.c | 2 * Copyright 2006-2022 The OpenSSL Project Authors. All Rights Reserved. 54 if (ctx->algctx != NULL) { in do_sigver_init() 55 if (!ossl_assert(ctx->digest != NULL)) { in do_sigver_init() 59 if (ctx->digest->freectx != NULL) in do_sigver_init() 60 ctx->digest->freectx(ctx->algctx); in do_sigver_init() 61 ctx->algctx = NULL; in do_sigver_init() 64 if (ctx->pctx == NULL) { in do_sigver_init() 67 ctx->pctx = EVP_PKEY_CTX_new_from_pkey(libctx, pkey, props); in do_sigver_init() 69 ctx->pctx = EVP_PKEY_CTX_new(pkey, e); in do_sigver_init() 71 if (ctx->pctx == NULL) in do_sigver_init() [all …]
|
| D | asymcipher.c | 2 * Copyright 2006-2021 The OpenSSL Project Authors. All Rights Reserved. 33 return -2; in evp_pkey_asym_cipher_init() 37 ctx->operation = operation; in evp_pkey_asym_cipher_init() 42 goto legacy; in evp_pkey_asym_cipher_init() 44 if (ctx->pkey == NULL) { in evp_pkey_asym_cipher_init() 51 * Try to derive the supported asym cipher from |ctx->keymgmt|. in evp_pkey_asym_cipher_init() 53 if (!ossl_assert(ctx->pkey->keymgmt == NULL in evp_pkey_asym_cipher_init() 54 || ctx->pkey->keymgmt == ctx->keymgmt)) { in evp_pkey_asym_cipher_init() 60 = evp_keymgmt_util_query_operation_name(ctx->keymgmt, in evp_pkey_asym_cipher_init() 74 * as |ctx->keymgmt| in evp_pkey_asym_cipher_init() [all …]
|
| D | p_lib.c | 2 * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved. 67 size = pkey->cache.bits; in EVP_PKEY_get_bits() 68 if (pkey->ameth != NULL && pkey->ameth->pkey_bits != NULL) in EVP_PKEY_get_bits() 69 size = pkey->ameth->pkey_bits(pkey); in EVP_PKEY_get_bits() 79 size = pkey->cache.security_bits; in EVP_PKEY_get_security_bits() 80 if (pkey->ameth != NULL && pkey->ameth->pkey_security_bits != NULL) in EVP_PKEY_get_security_bits() 81 size = pkey->ameth->pkey_security_bits(pkey); in EVP_PKEY_get_security_bits() 89 if (pkey->type == EVP_PKEY_DSA) { in EVP_PKEY_save_parameters() 90 int ret = pkey->save_parameters; in EVP_PKEY_save_parameters() 93 pkey->save_parameters = mode; in EVP_PKEY_save_parameters() [all …]
|
| /third_party/node/deps/npm/node_modules/validate-npm-package-name/ |
| D | README.md | 1 # validate-npm-package-name 8 - `validForNewPackages` :: `Boolean` 9 - `validForOldPackages` :: `Boolean` 13 - [Naming rules](#naming-rules) 14 - [Examples](#examples) 15 + [Valid Names](#valid-names) 16 + [Invalid Names](#invalid-names) 17 - [Legacy Names](#legacy-names) 18 - [Tests](#tests) 19 - [License](#license) [all …]
|
| /third_party/openssl/providers/ |
| D | build.info | 9 # go into the legacy provider. The compilations for 21 # -o {modulename}.so {object files...} lib{modulename}.a libcommon.a 58 # used is determined by non-weak dependencies. 100 IF[{- !$disabled{fips} -}] 112 IF[{- defined $target{shared_defflag} -}] 118 GENERATE[fipsmodule.cnf]=../util/mk-fipsmodule-cnf.pl \ 119 -module $(FIPSMODULE) -section_name fips_sect -key $(FIPSKEY) 123 IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-|BC-)/ -}] 130 # Legacy provider stuff 132 IF[{- !$disabled{legacy} -}] [all …]
|