Home
last modified time | relevance | path

Searched +full:no +full:- +full:multiblock (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d9 import std.typecons : Flag, Yes, No;
12 // Common implementation for shared and non-shared versions of the BitmappedBlock
13 private mixin template BitmappedBlockImpl(bool isShared, bool multiBlock) in BitmappedBlockImpl() argument
20 static if (isShared && multiBlock) in BitmappedBlockImpl()
38 static if (multiBlock) in BitmappedBlockImpl()
76 // For multiblock, '_control' is a BitVector, otherwise just a regular ulong[] in BitmappedBlockImpl()
77 static if (multiBlock) in BitmappedBlockImpl()
90 static if (multiBlock && isShared) in BitmappedBlockImpl()
105 : alignment - initialAlignment; in BitmappedBlockImpl()
122 for (localBlocks = _blocks; localBlocks; --localBlocks) in BitmappedBlockImpl()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A Dappveyor.yml2 - Visual Studio 2017
5 - x64
6 - x86
11 - VSVER: 15
14 - shared
15 - plain
16 - minimal
19 - ps: >-
20 Install-Module VSSetup -Scope CurrentUser
21 - ps: >-
[all …]
H A DINSTALL2 --------------------
28 ---------------------------------------
46 - or -
48 - or -
76 -----------
96 $ perl Configure { VC-WIN32 | VC-WIN64A | VC-WIN64I | VC-CE }
114 engines. If you already have a pre-installed version of OpenSSL as part of
119 --prefix and --openssldir are explained further down, and the values shown
124 $ ./config --prefix=/opt/openssl --openssldir=/usr/local/ssl
128 $ @config --prefix=PROGRAM:[INSTALLS] --openssldir=SYS$MANAGER:[OPENSSL]
[all …]
H A DNEWS10 o Fixed X.400 address type confusion in X.509 GeneralName (CVE-2023-0286)
11 o Fixed Use-after-free following BIO_new_NDEF (CVE-2023-0215)
12 o Fixed Double free after calling PEM_read_bio_ex (CVE-2022-4450)
13 o Fixed Timing Oracle in RSA Decryption (CVE-2022-4304)
27 o Fixed AES OCB failure to encrypt some bytes on 32-bit x86 platforms
28 (CVE-2022-2097)
34 (CVE-2022-2068)
39 shell metacharacters to prevent command injection (CVE-2022-1292)
44 forever for non-prime moduli (CVE-2022-0778)
52 o Fixed an SM2 Decryption Buffer Overflow (CVE-2021-3711)
[all …]
H A DConfigure2 # -*- mode: perl; -*-
3 # Copyright 2016-2023 The OpenSSL Project Authors. All Rights Reserved.
10 ## Configure -- OpenSSL source tree configuration script
27no-<cipher> ...] [enable-<cipher> ...] [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [no-hw-xxx|no-hw] […
31 # --config add the given configuration file, which will be read after
34 # --prefix prefix for the OpenSSL installation, which includes the
38 # --openssldir OpenSSL data area, such as openssl.cnf, certificates and keys.
40 # given with --prefix.
44 # --cross-compile-prefix Add specified prefix to binutils components.
46 # --api One of 0.9.8, 1.0.0 or 1.1.0. Do not compile support for
[all …]
H A DCHANGES5 This is a high-level summary of the most important changes.
21 David Benjamin for discovering this issue. (CVE-2023-0286)
28 no ABI change.
31 *) Fixed Use-after-free following BIO_new_NDEF.
46 then a use-after-free will occur. This will most likely result in a crash.
47 (CVE-2023-0215)
71 (CVE-2022-4450)
81 modes: PKCS#1 v1.5, RSA-OEAP and RSASVE.
82 (CVE-2022-4304)
93 *) Fixed the linux-mips64 Configure target which was missing the
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/
H A Devp_lib.c2 * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
54 return -1; in EVP_CIPHER_get_asn1_iv()
57 return -1; in EVP_CIPHER_get_asn1_iv()
59 if (!EVP_CipherInit_ex(ctx, NULL, NULL, NULL, iv, -1)) in EVP_CIPHER_get_asn1_iv()
60 return -1; in EVP_CIPHER_get_asn1_iv()
74 OPENSSL_assert(j <= sizeof(c->iv)); in EVP_CIPHER_set_asn1_iv()
83 int ret = -1; /* Assume the worst */ in evp_cipher_param_to_asn1_ex()
84 const EVP_CIPHER *cipher = c->cipher; in evp_cipher_param_to_asn1_ex()
89 * cipher->set_asn1_parameters is set. We know that this pointer in evp_cipher_param_to_asn1_ex()
102 if (cipher->set_asn1_parameters != NULL) { in evp_cipher_param_to_asn1_ex()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dspeed.c2 * Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
102 static int mr = 0; /* machine-readeable output format to merge fork results */
145 # define SIGALRM -1
202 if (strcmp(name, pairs->name) == 0) { in opt_found()
203 *result = pairs->retval; in opt_found()
219 {OPT_HELP_STR, 1, '-', "Usage: %s [options] [algorithm...]\n"},
222 {"help", OPT_HELP, '-', "Display this summary"},
223 {"mb", OPT_MB, '-',
224 "Enable (tls1>=1) multi-block mode on EVP-named cipher"},
225 {"mr", OPT_MR, '-', "Produce machine readable output"},
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dspeed.c2 * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
230 # define SIGALRM -1
292 if (strcmp(name, pairs->name) == 0) { in opt_found()
293 *result = pairs->retval; in opt_found()
300 OPT_ERR = -1, OPT_EOF = 0, OPT_HELP,
307 {OPT_HELP_STR, 1, '-', "Usage: %s [options] ciphers...\n"},
308 {OPT_HELP_STR, 1, '-', "Valid options are:\n"},
309 {"help", OPT_HELP, '-', "Display this summary"},
310 {"evp", OPT_EVP, 's', "Use EVP-named cipher or digest"},
311 {"decrypt", OPT_DECRYPT, '-',
[all …]
/netbsd-src/external/gpl2/libmalloc/dist/
H A Dgmalloc.c3 /* DO NOT EDIT THIS FILE -- it is automagically generated. -*- C -*- */
102 /* Re-allocate the previously allocated block
128 #define BLOCKIFY(SIZE) (((SIZE) + BLOCKSIZE - 1) / BLOCKSIZE)
138 /* Data structure giving per-block information. */
144 /* Zero for a large (multiblock) object, or positive giving the
173 /* Table indexed by block number giving per-block information. */
177 #define BLOCK(A) (((char *) (A) - _heapbase) / BLOCKSIZE + 1)
178 #define ADDRESS(B) ((__ptr_t) (((B) - 1) * BLOCKSIZE + _heapbase))
246 MCHECK_DISABLED = -1, /* Consistency checking is not turned on. */
273 __malloc_size_t bytes_used; /* Byte total of user-allocated chunks. */
[all …]