Home
last modified time | relevance | path

Searched +full:no +full:- +full:whirlpool (Results 1 – 25 of 29) sorted by relevance

12

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/30-test_evp_data/
H A Devpdigest.txt2 # Copyright 2001-2018 The OpenSSL Project Authors. All Rights Reserved.
16 # There are no official BLAKE2 test vectors we can use since they all use a key
170 # Some of the test vectors from the SHS CAVP for FIPS 180-4
171 Digest = SHA512-224
175 Digest = SHA512-224
179 Digest = SHA512-224
183 Digest = SHA512-224
187 Digest = SHA512-224
191 # The two examples from: https://csrc.nist.gov/CSRC/media/Projects/Cryptographic-Standards-and-Guid…
192 Digest = SHA512-224
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/whrlpool/
H A Dwp_dgst.c2 * Copyright 2005-2020 The OpenSSL Project Authors. All Rights Reserved.
11 * The Whirlpool hashing function.
15 * ``The Whirlpool hashing function,''
17 * <https://www.cosic.esat.kuleuven.ac.be/nessie/workshop/submissions/whirlpool.zip>
28 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE
40 * OpenSSL-specific implementation notes.
42 * WHIRLPOOL_Update as well as one-stroke WHIRLPOOL both expect
43 * number of *bytes* as input length argument. Bit-oriented routine
45 * does not have one-stroke counterpart.
47 * WHIRLPOOL_BitUpdate implements byte-oriented loop, essentially
[all …]
H A Dwp_block.c2 * Copyright 2005-2021 The OpenSSL Project Authors. All Rights Reserved.
11 * The Whirlpool hashing function.
15 * ``The Whirlpool hashing function,''
17 * <https://www.cosic.esat.kuleuven.ac.be/nessie/workshop/submissions/whirlpool.zip>
28 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE
40 * Whirlpool low level APIs are deprecated for public use, but still ok for
67 * unaligned loads, specifically those not crossing cache lines, IA-64 and
93 * it appears that for elder non-MMX
101 whirlpool_block_mmx(ctx->H.c,inp,num); return; \
109 # if defined(_WIN64) /* applies to both IA-64 and AMD64 */
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/whrlpool/
H A Dwp_dgst.c2 * Copyright 2005-2016 The OpenSSL Project Authors. All Rights Reserved.
11 * The Whirlpool hashing function.
15 * ``The Whirlpool hashing function,''
17 * <https://www.cosic.esat.kuleuven.ac.be/nessie/workshop/submissions/whirlpool.zip>
28 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE
40 * OpenSSL-specific implementation notes.
42 * WHIRLPOOL_Update as well as one-stroke WHIRLPOOL both expect
43 * number of *bytes* as input length argument. Bit-oriented routine
45 * does not have one-stroke counterpart.
47 * WHIRLPOOL_BitUpdate implements byte-oriented loop, essentially
[all …]
H A Dwp_block.c2 * Copyright 2005-2020 The OpenSSL Project Authors. All Rights Reserved.
11 * The Whirlpool hashing function.
15 * ``The Whirlpool hashing function,''
17 * <https://www.cosic.esat.kuleuven.ac.be/nessie/workshop/submissions/whirlpool.zip>
28 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE
60 * unaligned loads, specifically those not crossing cache lines, IA-64 and
86 * it appears that for elder non-MMX
95 whirlpool_block_mmx(ctx->H.c,inp,num); return; \
103 # if defined(_WIN64) /* applies to both IA-64 and AMD64 */
115 * Most will argue that x86_64 is always little-endian. Well, yes, but
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/man/
H A DEVP_whirlpool.320 .\" Set up some character translations and predefined strings. \*(-- will
26 .tr \(*W-
29 . ds -- \(*W-
31 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
32 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
39 . ds -- \|\(em\|
75 .\" Fear. Run. Save yourself. No user-serviceable parts.
85 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
101 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
102 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A Dcrypto.pod5 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 …]
H A Dprovider-digest.pod5 provider-digest - The digest library E<lt>-E<gt> provider functions
61 (see L<provider-base(7)/Provider Functions>).
74 macros in L<openssl-core_dispatch.h(7)>, as follows:
137 No provider side digest context is used.
173 Parameters currently recognised by built-in digests with this function
201 This digest method is an extensible-output function (XOF) and supports
264 L<provider(7)>, L<OSSL_PROVIDER-FIPS(7)>, L<OSSL_PROVIDER-default(7)>,
265 L<OSSL_PROVIDER-legacy(7)>,
266 L<EVP_MD-common(7)>, L<EVP_MD-BLAKE2(7)>, L<EVP_MD-MD2(7)>,
267 L<EVP_MD-MD4(7)>, L<EVP_MD-MD5(7)>, L<EVP_MD-MD5-SHA1(7)>,
[all …]
H A Dmigration_guide.pod5 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.
103 See L<OSSL_PROVIDER-legacy(7)> for a complete list of algorithms.
131 Engine-backed keys can be loaded via custom B<OSSL_STORE> implementation.
136 To prefer the provider-based hardware offload, you can specify the default
139 Setting engine-based or application-based default low-level crypto method such
141 default provider will use the engine-based implementation for the crypto
[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.old/dist/apps/
H A Dopenssl.c2 * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
42 #define EXIT_THE_PROGRAM (-1)
48 * macro-generated wrapper functions.
67 for (f = functions; f->name != NULL; ++f) in calculate_columns()
68 if (f->type == FT_general || f->type == FT_md || f->type == FT_cipher) in calculate_columns()
69 if ((len = strlen(f->name)) > maxlen) in calculate_columns()
72 dc->width = maxlen + 2; in calculate_columns()
73 dc->columns = (80 - 1) / dc->width; in calculate_columns()
82 /* Set non-default library initialisation settings */ in apps_startup()
142 * Replace argv[] with UTF-8 encoded strings. in main()
[all …]
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/crypto/external/bsd/openssl.old/dist/Configurations/
H A DREADME10 *.tmpl Build file templates, please read 'Build-file
96 like "-fPIC".
140 shared library as 'libssl.so -> libssl.so.1.1' with
142 definition that sets 'shlib_variant => "-abc"' will
143 create 'libssl.so -> libssl-abc.so.1.1', again with
150 and all non-alphanumeric characters to '_'.
189 32-bit and a 64-bit variant), this is used
206 this is default if no
213 but 64-bit 'unsigned long
270 wp_asm_src => Assembler implementation of core WHIRLPOOL
[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 …]
H A Dlist.c2 * Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
464 for (; gettables->key != NULL; gettables++) { in display_random()
466 if (OPENSSL_strcasecmp(gettables->key, OSSL_RAND_PARAM_STATE) == 0) in display_random()
468 /* Outside of verbose mode, we skip non-string values */ in display_random()
469 if (gettables->data_type != OSSL_PARAM_UTF8_STRING in display_random()
470 && gettables->data_type != OSSL_PARAM_UTF8_PTR in display_random()
473 params->key = gettables->key; in display_random()
474 params->data_type = gettables->data_type; in display_random()
475 if (gettables->data_type == OSSL_PARAM_UNSIGNED_INTEGER in display_random()
476 || gettables->data_type == OSSL_PARAM_INTEGER) { in display_random()
[all …]
/netbsd-src/games/adventure/
H A Dglorkz12 7 At your feet all the water of the stream splashes into a 2-inch slit
14 8 You are in a 20-foot depression floored with bare dirt. Set into the
145 78 The canyon runs into a mass of boulders -- dead end.
167 93 The passage here is blocked by a recent cave-in.
170 95 over a sparkling waterfall into a roaring whirlpool which disappears
186 101 You're in the Dark-Room. A corridor leading south is the only exit.
194 105 You are in a cul-de-sac about eight feet across.
204 109 above you, an enormous two-sided mirror is hanging parallel to and
262 126 You are on the edge of a breath-taking view. Far below you is an
265 126 farthest reaches of the cavern with a blood-red glare, giving every-
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/objects/
H A Dobjects.txt1 # CCITT was renamed to ITU-T quite some time ago
2 0 : ITU-T : itu-t
3 !Alias ccitt itu-t
7 2 : JOINT-ISO-ITU-T : joint-iso-itu-t
8 !Alias joint-iso-ccitt joint-iso-itu-t
10 iso 2 : member-body : ISO Member Body
12 iso 3 : identified-organization
18 identified-organization 6 1 5 5 8 1 1 : HMAC-MD5 : hmac-md5
19 identified-organization 6 1 5 5 8 1 2 : HMAC-SHA1 : hmac-sha1
22 identified-organization 36 8 3 3 : x509ExtAdmission : Professional Information or basis for Admissi…
[all …]
H A Dobj_dat.h5 * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
1129 {"RSA-MD2", "md2WithRSAEncryption", NID_md2WithRSAEncryption, 9, &so[46]},
1130 {"RSA-MD5", "md5WithRSAEncryption", NID_md5WithRSAEncryption, 9, &so[55]},
1131 {"PBE-MD2-DES", "pbeWithMD2AndDES-CBC", NID_pbeWithMD2AndDES_CBC, 9, &so[64]},
1132 {"PBE-MD5-DES", "pbeWithMD5AndDES-CBC", NID_pbeWithMD5AndDES_CBC, 9, &so[73]},
1143 {"pkcs7-data", "pkcs7-data", NID_pkcs7_data, 9, &so[115]},
1144 {"pkcs7-signedData", "pkcs7-signedData", NID_pkcs7_signed, 9, &so[124]},
1145 {"pkcs7-envelopedData", "pkcs7-envelopedData", NID_pkcs7_enveloped, 9, &so[133]},
1146 …{"pkcs7-signedAndEnvelopedData", "pkcs7-signedAndEnvelopedData", NID_pkcs7_signedAndEnveloped, 9, …
1147 {"pkcs7-digestData", "pkcs7-digestData", NID_pkcs7_digest, 9, &so[151]},
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/objects/
H A Dobjects.txt1 # CCITT was renamed to ITU-T quite some time ago
2 0 : ITU-T : itu-t
3 !Alias ccitt itu-t
7 2 : JOINT-ISO-ITU-T : joint-iso-itu-t
8 !Alias joint-iso-ccitt joint-iso-itu-t
10 iso 2 : member-body : ISO Member Body
12 iso 3 : identified-organization
15 identified-organization 6 1 5 5 8 1 1 : HMAC-MD5 : hmac-md5
16 identified-organization 6 1 5 5 8 1 2 : HMAC-SHA1 : hmac-sha1
19 identified-organization 36 8 3 3 : x509ExtAdmission : Professional Information or basis for Admissi…
[all …]
H A Dobj_dat.h5 * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
1090 {"RSA-MD2", "md2WithRSAEncryption", NID_md2WithRSAEncryption, 9, &so[46]},
1091 {"RSA-MD5", "md5WithRSAEncryption", NID_md5WithRSAEncryption, 9, &so[55]},
1092 {"PBE-MD2-DES", "pbeWithMD2AndDES-CBC", NID_pbeWithMD2AndDES_CBC, 9, &so[64]},
1093 {"PBE-MD5-DES", "pbeWithMD5AndDES-CBC", NID_pbeWithMD5AndDES_CBC, 9, &so[73]},
1104 {"pkcs7-data", "pkcs7-data", NID_pkcs7_data, 9, &so[115]},
1105 {"pkcs7-signedData", "pkcs7-signedData", NID_pkcs7_signed, 9, &so[124]},
1106 {"pkcs7-envelopedData", "pkcs7-envelopedData", NID_pkcs7_enveloped, 9, &so[133]},
1107 …{"pkcs7-signedAndEnvelopedData", "pkcs7-signedAndEnvelopedData", NID_pkcs7_signedAndEnveloped, 9, …
1108 {"pkcs7-digestData", "pkcs7-digestData", NID_pkcs7_digest, 9, &so[151]},
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dobj_mac.h5 * Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved.
21 #define SN_itu_t "ITU-T"
22 #define LN_itu_t "itu-t"
34 #define SN_joint_iso_itu_t "JOINT-ISO-ITU-T"
35 #define LN_joint_iso_itu_t "joint-iso-itu-t"
42 #define SN_member_body "member-body"
47 #define SN_identified_organization "identified-organization"
56 #define SN_hmac_md5 "HMAC-MD5"
57 #define LN_hmac_md5 "hmac-md5"
61 #define SN_hmac_sha1 "HMAC-SHA1"
[all …]

12