Home
last modified time | relevance | path

Searched +full:post +full:- +full:init +full:- +full:providers (Results 1 – 15 of 15) sorted by relevance

/freebsd/crypto/openssl/doc/designs/
H A Dxof.md5 --------------
7 An extendable output function (XOF) is defined as a variable-length hash
10 At a minimum an XOF needs to support the following pseudo-code
23 - absorb can be called multiple times
24 - finalize ends the absorb process (by adding padding bytes and doing a final
27 - finalize may be done as part of the first squeeze operation
28 - squeeze can be called multiple times.
31 ------------------------
42 Older providers that have not been updated to support this change should produce
46 -------------------------
[all …]
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Drenesas,rsnd.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Renesas R-Car Sound Driver
10 - Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
17 - items:
18 - enum:
19 - renesas,rcar_sound-r8a7778 # R-Car M1A
20 - renesas,rcar_sound-r8a7779 # R-Car H1
21 - const: renesas,rcar_sound-gen1
[all …]
/freebsd/sys/geom/
H A Dgeom_subr.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
4 * Copyright (c) 2002 Poul-Henning Kamp
8 * This software was developed for the FreeBSD Project by Poul-Henning Kamp
10 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the
78 int post; member
120 * This event offers a new class a chance to taste all preexisting providers.
137 mp = hh->mp; in g_load_class()
138 hh->error = 0; in g_load_class()
139 if (hh->post) { in g_load_class()
[all …]
/freebsd/crypto/krb5/src/kdc/
H A Dkdc_preauth.c1 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
2 /* kdc/kdc_preauth.c - Preauthentication routines for the KDC */
52 * Copyright (c) 2006-2008, Novell, Inc.
79 #include "k5-int.h"
98 krb5_kdcpreauth_init_fn init; member
129 /* Auto-register encrypted challenge and (if possible) pkinit. */ in get_plugin_vtables()
173 list = calloc(handle->kdc_numrealms + 1, sizeof(*list)); in get_realm_names()
176 for (i = 0; i < handle->kdc_numrealms; i++) in get_realm_names()
177 list[i] = handle->kdc_realmlist[i]->realm_name; in get_realm_names()
205 /* Add the dynamically-loaded mechanisms to the list. */ in load_preauth_plugins()
[all …]
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_lib.c2 * Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
51 sc->statem.mutate_handshake_cb = mutate_handshake_cb; in ossl_statem_set_mutator()
52 sc->statem.mutatearg = mutatearg; in ossl_statem_set_mutator()
53 sc->statem.finish_mutate_handshake_cb = finish_mutate_handshake_cb; in ossl_statem_set_mutator()
59 * send s->init_buf in records of type 'type' (SSL3_RT_HANDSHAKE or
73 if (s->statem.mutate_handshake_cb != NULL in ssl3_do_write()
74 && !s->statem.write_in_progress in ssl3_do_write()
76 && s->init_num >= SSL3_HM_HEADER_LENGTH) { in ssl3_do_write()
80 if (!s->statem.mutate_handshake_cb((unsigned char *)s->init_buf->data, in ssl3_do_write()
81 s->init_num, in ssl3_do_write()
[all …]
/freebsd/contrib/libpcap/
H A Dpcap-dlpi.c24 * <List-tcpdump-workers@subscriptions.pizzolato.net>,
29 * Packet capture routine for DLPI under SunOS 5, HP-UX 9/10/11, and AIX.
33 * - The DLIOCRAW ioctl() is specific to SunOS.
35 * - There is a bug in bufmod(7) such that setting the snapshot
38 * - It might be desirable to use pfmod(7) to filter packets in the
41 * - An older version of the HP-UX DLPI Programmer's Guide, which
45 * http://docs.hp.com/hpux/onlinedocs/B2355-90093/B2355-90093.html
49 * http://h21007.www2.hp.com/dspp/files/unprotected/Drivers/Docs/Refs/B2355-90093.pdf
53 * - The HP-UX 10.x, 11.0, and 11i v1.6 version of the HP-UX DLPI
57 * http://docs.hp.com/en/B2355-90139/index.html
[all …]
/freebsd/crypto/openssl/
H A DCHANGES.md4 This is a detailed breakdown of significant changes. For a high-level overview
13 ----------------
15 - [OpenSSL 3.5](#openssl-35)
16 - [OpenSSL 3.4](#openssl-34)
17 - [OpenSSL 3.3](#openssl-33)
18 - [OpenSSL 3.2](#openssl-32)
19 - [OpenSSL 3.1](#openssl-31)
20 - [OpenSSL 3.0](#openssl-30)
21 - [OpenSSL 1.1.1](#openssl-111)
22 - [OpenSSL 1.1.0](#openssl-110)
[all …]
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h2 * Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
63 # define SSL_AD_NO_ALERT -1
96 /* GOST KDF key exchange, draft-smyshlyaev-tls12-gost-suites */
117 /* GOST R 34.10-2001 signature auth */
121 /* GOST R 34.10-2012 signature auth */
207 /* Bits 0-7 are handshake MAC */
217 /* Bits 8-15 bits are PRF */
233 * TLSTREE cipher/mac key derivation from draft-smyshlyaev-tls12-gost-suites
251 /* we have used 0000003f - 26 bits left to go */
258 (SSL_CONNECTION_GET_SSL(s)->method->ssl3_enc->enc_flags & SSL_ENC_FLAG_DTLS)
[all …]
/freebsd/sys/dev/bwn/
H A Dif_bwn.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2009-2010 Weongyo Jeong <weongyo@freebsd.org>
544 sc->sc_dev = dev; in bwn_attach()
546 sc->sc_debug = bwn_debug; in bwn_attach()
553 sc->sc_quirks = bhnd_device_quirks(dev, bwn_devices, in bwn_attach()
558 sc->sc_quirks |= bhnd_device_quirks(hostb, bridge_devices, in bwn_attach()
564 sc->sc_quirks |= BWN_QUIRK_NODMA; in bwn_attach()
567 sc->sc_cid = *bhnd_get_chipid(dev); in bwn_attach()
568 if ((error = bhnd_read_board_info(dev, &sc->sc_board_info))) { in bwn_attach()
[all …]
/freebsd/crypto/openssh/
H A DChangeLog11 upstream: openssh-10.0
13 OpenBSD-Commit-ID: db5b4a1f1c9e988f8f166b56dc5643606294b403
24 OpenBSD-Commit-ID: fffc89195968f7eedd2fc57f0b1f1ef3193f5ed1
32 OpenBSD-Commit-ID: f485f79bf3e9ebbe1de13ac96150cf458956cfd8
40 OpenBSD-Commit-ID: f912725c7d303720706b3ccfb2cb846d46296d13
54 OpenBSD-Regress-ID: 08477b936d1d0c1e8a98aa1c0e1bdde8871894c9
62 OpenBSD-Commit-ID: 6e683e13e72bf1e43bbd3bbc6a8332d5a98bdc99
72 OpenBSD-Commit-ID: 04ca29b8eaae1860c7adde3e770baa1866e30a54
82 OpenBSD-Commit-ID: ed01a7c102243f84e4a317aefb431916d98aab15
88 remove all instances of -pie from LDFLAGS
[all …]
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h2 * Copyright (c) 2004-2009 Voltaire, Inc. All rights reserved.
3 * Copyright (c) 2002-2011 Mellanox Technologies LTD. All rights reserved.
4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved.
18 * - Redistributions of source code must retain the above
22 * - Redistributions in binary form must reproduce the above
83 * Size of a non-RMPP MAD datagram.
109 #define MAD_RMPP_DATA_SIZE (MAD_BLOCK_SIZE - MAD_RMPP_HDR_SIZE)
149 * Well-known Q_Key for QP1 privileged mode access (15.4.2).
705 * Total number of methods available to a class, not including the R-bit.
1931 * Defines the network ordered type for 16-bit values.
[all …]
/freebsd/contrib/ntp/
H A DChangeLog1 ---
7 * [Bug 3913] Avoid duplicate IPv6 link-local manycast associations.
10 * [Bug 3910] Memory leak using openssl-3 <hart@ntp.org>
13 * [Bug 3903] lib/isc/win32/strerror.c NTstrerror() is not thread-safe.
15 * [Bug 3901] LIB_GETBUF isn't thread-safe. <hart@ntp.org>
18 * [Bug 3888] ntpd with multiple same-subnet IPs using manycastclient creates
25 * [Bug 3869] Remove long-gone "calldelay" & "crypto sign" from docs.
29 * [Bug 3864] ntpd IPv6 refid different for big-endia
[all...]
H A DCommitLog1 ChangeSet@1.4062, 2024-05-25 00:06:49-07:00, ntpreleng@ntp-build.tal1.ntfo.org
5 ChangeLog@1.2103 +1 -0
8 ntpd/invoke-ntp.conf.texi@1.231 +1 -1
11 ntpd/invoke-ntp.keys.texi@1.214 +1 -1
14 ntpd/invoke-ntp
[all...]
/freebsd/crypto/openssl/test/
H A Dsslapitest.c2 * Copyright 2016-2025 The OpenSSL Project Authors. All Rights Reserved.
53 * If we don't have ec or dh then there are no built-in groups that are usable
59 /* Defined in tls-provider.c */
166 if (client_log_buffer_index + line_length > sizeof(client_log_buffer) - 1) { in client_keylog_callback()
182 if (server_log_buffer_index + line_length > sizeof(server_log_buffer) - 1) { in server_keylog_callback()
238 * hex-encoded encrypted secret, then the hex-encoded pre-master in test_keylog_output()
255 * Master secret. Tokens should be: 64 ASCII bytes of hex-encoded in test_keylog_output()
256 * client random, then the hex-encoded master secret. in test_keylog_output()
293 * TLSv1.3 secret. Tokens should be: 64 ASCII bytes of hex-encoded in test_keylog_output()
294 * client random, and then the hex-encoded secret. In this case, in test_keylog_output()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1 //===- DAGCombiner.cpp - Implement a DAG node combiner --------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
16 //===----------------------------------------------------------------------===//
88 STATISTIC(PreIndexedNodes , "Number of pre-indexed nodes created");
89 STATISTIC(PostIndexedNodes, "Number of post-indexed nodes created");
99 CombinerGlobalAA("combiner-global-alias-analysis", cl::Hidden,
103 UseTBAA("combiner-use-tbaa", cl::Hidden, cl::init(true),
108 CombinerAAOnlyFunc("combiner-aa-only-func", cl::Hidden,
109 cl::desc("Only use DAG-combiner alias analysis in this"
[all …]