/freebsd/contrib/wpa/src/rsn_supp/ |
H A D | preauth.c | 2 * RSN pre-authentication (supplicant) 3 * Copyright (c) 2003-2015, Jouni Malinen <j@w1.fi> 34 * pmksa_candidate_free - Free all entries in PMKSA candidate list 44 dl_list_for_each_safe(entry, n, &sm->pmksa_candidates, in pmksa_candidate_free() 46 dl_list_del(&entry->list); in pmksa_candidate_free() 67 wpa_printf(MSG_DEBUG, "RX pre-auth from " MACSTR, MAC2STR(src_addr)); in rsn_preauth_receive() 68 wpa_hexdump(MSG_MSGDUMP, "RX pre-auth", buf, len); in rsn_preauth_receive() 70 if (sm->preauth_eapol == NULL || in rsn_preauth_receive() 71 is_zero_ether_addr(sm->preauth_bssid) || in rsn_preauth_receive() 72 !ether_addr_equal(sm->preauth_bssid, src_addr)) { in rsn_preauth_receive() [all …]
|
/freebsd/sys/crypto/openssl/arm/ |
H A D | ghashv8-armx.S | 1 /* Do not modify. This file is auto-generated from ghashv8-armx.pl. */ 38 vext.8 q8,q12,q12,#8 @ Karatsuba pre-processing 44 vext.8 q9,q0,q2,#8 @ Karatsuba post-processing 50 vmov d4,d3 @ Xh|Xm - 256-bit result 59 vext.8 q9,q14,q14,#8 @ Karatsuba pre-processing 61 vext.8 q13,q8,q9,#8 @ pack Karatsuba pre-processed 64 .size gcm_init_v8,.-gcm_init_v8 79 veor q9,q9,q3 @ Karatsuba pre-processing 83 vext.8 q9,q0,q2,#8 @ Karatsuba post-processing 89 vmov d4,d3 @ Xh|Xm - 256-bit result [all …]
|
/freebsd/sys/crypto/openssl/aarch64/ |
H A D | ghashv8-armx.S | 1 /* Do not modify. This file is auto-generated from ghashv8-armx.pl. */ 5 .arch armv8-a+crypto 30 ext v16.16b,v20.16b,v20.16b,#8 //Karatsuba pre-processing 36 ext v17.16b,v0.16b,v2.16b,#8 //Karatsuba post-processing 51 ext v17.16b,v22.16b,v22.16b,#8 //Karatsuba pre-processing 53 ext v21.16b,v16.16b,v17.16b,#8 //pack Karatsuba pre-processed 63 ext v16.16b,v0.16b,v2.16b,#8 //Karatsuba post-processing 90 ext v16.16b,v20.16b, v20.16b,#8 //Karatsuba pre-processing 94 ext v21.16b,v16.16b,v17.16b,#8 //pack Karatsuba pre-processed 97 .size gcm_init_v8,.-gcm_init_v8 [all …]
|
/freebsd/contrib/expat/doc/ |
H A D | reference.html | 1 <?xml version="1.0" encoding="iso-8859-1"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 6 <!-- 15 Copyright (c) 2000-2004 Fred L. Drake, Jr. <fdrake@users.sourceforge.net> 16 Copyright (c) 2002-2012 Karl Waclawek <karl@waclawek.net> 17 Copyright (c) 2017-2024 Sebastian Pipping <sebastian@pipping.org> 20 Copyright (c) 2021 Nicolas Cavallari <nicolas.cavallari@green-communication [all...] |
/freebsd/crypto/openssl/crypto/modes/asm/ |
H A D | ghashv8-armx.pl | 2 # Copyright 2014-2023 The OpenSSL Project Authors. All Rights Reserved. 17 # GHASH for ARMv8 Crypto Extension, 64-bit polynomial multiplication. 22 # Biesheuvel of Linaro from bits-n-pieces from other assembly modules. 23 # Just like aesv8-armx.pl this module supports both AArch32 and 28 # Implement 2x aggregated reduction [see ghash-x86.pl for background 34 # improve performance by 20-70% depending on processor. 38 # 64-bit PMULL 32-bit PMULL 32-bit NEON(*) 40 # Cortex-A53 0.85 1.01 8.39 41 # Cortex-A57 0.73 1.17 7.61 55 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or [all …]
|
H A D | ghash-sparcv9.pl | 2 # Copyright 2010-2021 The OpenSSL Project Authors. All Rights Reserved. 19 # The module implements "4-bit" GCM GHASH function and underlying 20 # single multiplication operation in GF(2^128). "4-bit" means that it 21 # uses 256 bytes per-key table [+128 bytes shared table]. Performance 22 # results are for streamed GHASH subroutine on UltraSPARC pre-Tx CPU 27 # 32-bit build 81.4 43.3 12.6 (+546%/+244%) 28 # 64-bit build 20.2 21.2 12.6 (+60%/+68%) 34 # 32-bit build 566 50 (+1000%) 35 # 64-bit build 56 50 (+12%) 37 # I don't quite understand why difference between 32-bit and 64-bit [all …]
|
/freebsd/contrib/kyua/utils/sqlite/ |
H A D | statement.cpp | 134 /// which means that we would be double-freeing the internal object and 159 /// Remember that statements are reference-counted, so the statement will only 169 /// only have one processing step and deliver no rows. This frees the caller 172 /// \pre The statement to execute will not produce any rows. 182 /// Performs a processing step on the statement. 184 /// \return True if the statement returned a row; false if the processing has 187 /// \throw api_error If the processing of the step raises an error. 191 const int error = ::sqlite3_step(_pimpl->stmt); in step() 197 LD("Step statement; row available for processing"); in step() 200 throw api_error::from_database(_pimpl->db, "sqlite3_step"); in step() [all …]
|
/freebsd/crypto/heimdal/kdc/ |
H A D | kdc.8 | 1 .\" Copyright (c) 2003 - 2004 Kungliga Tekniska Högskolan 42 .Bk -words 44 .Fl Fl config-file= Ns Ar file 47 .Op Fl p | Fl Fl no-require-preauth 48 .Op Fl Fl max-request= Ns Ar size 49 .Op Fl H | Fl Fl enable-http 50 .Op Fl Fl no-524 52 .Op Fl Fl kerberos4-cross-realm 54 .Fl Fl v4-realm= Ns Ar string 62 .Op Fl Fl disable-des [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a510/ |
H A D | pipeline.json | 21 … the frontend, cache miss. This event counts every cycle that the Data Processing Unit (DPU) instr… 24 … the frontend, cache miss. This event counts every cycle that the Data Processing Unit (DPU) instr… 33 "PublicDescription": "No operation issued due to the frontend, pre-decode error", 36 "BriefDescription": "No operation issued due to the frontend, pre-decode error" 51 …on": "No operation issued due to the backend, interlock, or the Vector Processing Unit (VPU). This… 54 …on": "No operation issued due to the backend, interlock, or the Vector Processing Unit (VPU). This… 69 …e event counts for stalls that are caused by missing the cache or where the data is Non-cacheable", 72 …he event counts for stalls that are caused by missing the cache or where the data is Non-cacheable"
|
/freebsd/contrib/wpa/hostapd/ |
H A D | ChangeLog | 3 2024-07-20 - v2.11 4 * Wi-Fi Easy Connect 5 - add support for DPP release 3 6 - allow Configurator parameters to be provided during config exchange 7 * HE/IEEE 802.11ax/Wi-Fi 6 8 - various fixes 9 * EHT/IEEE 802.11be/Wi-Fi 7 10 - add preliminary support 15 * support RADIUS ACL/PSK check during 4-way handshake (wpa_psk_radius=3) 16 * EAP-SIM/AKA: support IMSI privacy [all …]
|
H A D | README-WPS | 1 hostapd and Wi-Fi Protected Setup (WPS) 10 ------------------- 12 Wi-Fi Protected Setup (WPS) is a mechanism for easy configuration of a 16 with PIN method and push-button configuration (PBC) being the most 28 - access point: the WLAN access point 29 - Registrar: a device that control a network and can authorize 33 - Enrollee: a device that is being authorized to use the network 40 More information about WPS is available from Wi-Fi Alliance: 41 http://www.wi-fi.org/wifi-protected-setup 45 ---------------------- [all …]
|
/freebsd/contrib/sendmail/libmilter/docs/ |
H A D | xxfi_abort.html | 4 <!-- 5 $Id: xxfi_abort.html,v 1.13 2013-11-22 20:51:39 ca Exp $ 6 --> 10 <!---------- Synopsis -----------> 12 <PRE> 17 </PRE> 21 <!----------- Description ----------> 26 <TD>xxfi_abort may be called at any time during message processing (i.e. between some message-orien… 35 <!----------- Arguments ----------> 45 <!----------- Notes ----------> [all …]
|
/freebsd/sys/dev/qat/qat_api/include/dc/ |
H A D | cpa_dc_dp.h | 5 * Copyright(c) 2007-2023 Intel Corporation. All rights reserved. 55 * cost of offload - that is, the cycles consumed by the driver in 56 * sending requests to the hardware, and processing responses - needs 60 * - Thread safety is not guaranteed. Each software thread should 63 * - Polling is used, rather than interrupts (which are expensive). 68 * - Buffers and buffer lists are passed using physical addresses, 70 * - The ability to enqueue one or more requests without submitting 73 * - Only asynchronous invocation is supported. 74 * - There is no support for partial packets. 75 * - Implementations may provide certain features as optional at [all …]
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CheckerDocumentation.cpp | 1 //===- CheckerDocumentation.cpp - Documentation checker ---------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 32 /// as reporting bugs. Most of the callbacks are targeted at path-sensitive 38 // clang-format off 64 // clang-format on 67 /// Pre-visit the Statement. 74 /// See checkBranchCondition() callback for performing custom processing of 80 /// Post-visit the Statement. [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | ChangeLog | 3 2024-07-20 - v2.11 4 * Wi-Fi Easy Connect 5 - add support for DPP release 3 6 - allow Configurator parameters to be provided during config exchange 8 - add support for GCM-AES-256 cipher suite 9 - remove incorrect EAP Session-Id length constraint 10 - add hardware offload support for additional drivers 11 * HE/IEEE 802.11ax/Wi-Fi 6 12 - support BSS color updates 13 - various fixes [all …]
|
H A D | README-P2P | 1 wpa_supplicant and Wi-Fi P2P 4 This document describes how the Wi-Fi P2P implementation in 10 Introduction to Wi-Fi P2P 11 ------------------------- 15 More information about Wi-Fi P2P is available from Wi-Fi Alliance: 16 http://www.wi-fi.org/Wi-Fi_Direct.php 20 ----------------------------- 26 ---------------------------- 28 Wi-Fi P2P is an optional component that needs to be enabled in the 30 configuration that includes Wi-Fi P2P support and Linux nl80211 [all …]
|
/freebsd/contrib/ncurses/doc/html/ |
H A D | ncurses-intro.html | 1 <!-- 2 $Id: ncurses-intro.html,v 1.57 2022/11/26 19:33:46 tom Exp $ 4 * Copyright 2019-2020,2022 Thomas E. Dickey * 5 * Copyright 2000-2013,2017 Free Software Foundation, Inc. * 31 --> 32 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> 38 <link rel="author" href="mailto:bugs-ncurses@gnu.org"> 39 <meta http-equiv="Content-Type" content= 40 "text/html; charset=us-ascii"> 43 <h1 class="no-header">Writing Programs with NCURSES</h1> [all …]
|
/freebsd/contrib/wpa/src/ap/ |
H A D | preauth_auth.c | 2 * hostapd - Authenticator for IEEE 802.11i RSN pre-authentication 3 * Copyright (c) 2004-2007, Jouni Malinen <j@w1.fi> 27 #define ETH_P_PREAUTH 0x88C7 /* IEEE 802.11i pre-authentication */ 45 struct hostapd_data *hapd = piface->hapd; in rsn_preauth_receive() 50 wpa_printf(MSG_DEBUG, "RSN: receive pre-auth packet " in rsn_preauth_receive() 51 "from interface '%s'", piface->ifname); in rsn_preauth_receive() 53 wpa_printf(MSG_DEBUG, "RSN: too short pre-auth packet " in rsn_preauth_receive() 61 if (!ether_addr_equal(ethhdr->h_dest, hapd->own_addr)) { in rsn_preauth_receive() 62 wpa_printf(MSG_DEBUG, "RSN: pre-auth for foreign address " in rsn_preauth_receive() 63 MACSTR, MAC2STR(ethhdr->h_dest)); in rsn_preauth_receive() [all …]
|
/freebsd/sys/dev/qat/qat_api/include/lac/ |
H A D | cpa_cy_sym_dp.h | 5 * Copyright(c) 2007-2023 Intel Corporation. All rights reserved. 56 * cost of offload - that is, the cycles consumed by the driver in 57 * sending requests to the hardware, and processing responses - needs 61 * - Thread safety is not guaranteed. Each software thread should 64 * - Polling is used, rather than interrupts (which are expensive). 69 * - Buffers and buffer lists are passed using physical addresses, 71 * - For GCM and CCM modes of AES, when performing decryption and 75 * - The ability to enqueue one or more requests without submitting 78 * - Only asynchronous invocation is supported. 79 * - There is no support for partial packets. [all …]
|
/freebsd/contrib/ntp/html/drivers/ |
H A D | driver20.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 3 …<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>Generic NMEA GPS Rec… 4 <!-- Changed by: Pearly &, 04-Feb-2019 --> 7 table.dlstable { font-size:85%; } 8 td.ttf{ font-family:Courier; font-weight:bold; } 16 <!-- #BeginDate format:En2m -->17-Oct-2020 16:00<!-- #EndDate --> 25 Serial Port: <tt>/dev/gps<i>u</i></tt>; 4800 - 115200 bps, 8-bits, no parity<br> 42 timescales, the driver disables processing of UTC sentences 46 IDs</a> when using non-GPS or multi-system receivers. 114 <td>Day of the month (1-31)</td> [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | microchip,qt1050.txt | 1 Microchip AT42QT1050 Five-channel Touch Sensor IC 4 one to five keys, dependent on mode. The QT1050 includes all signal processing 11 - compatible: Must be "microchip,qt1050" 12 - reg: The I2C address of the device 13 - interrupts: The sink for the touchpad's IRQ output, 14 see ../interrupt-controller/interrupts.txt 17 - wakeup-source: touch keys can be used as a wakeup source 19 Each button (key) is represented as a sub-node: 25 - linux,code: Keycode to emit. 26 - reg: The key number. Valid values: 0, 1, 2, 3, 4. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/display/ |
H A D | amlogic,meson-vpu.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/display/amlogic,meson-vpu.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Neil Armstrong <neil.armstrong@linaro.org> 17 DMC|---------------VPU (Video Processing Unit)----------------|------HHI------| 19 D |-------| |----| | | | | HDMI PLL | 20 D | vd2 | VIU | | Video Post | | Video Encoders |<---|-----VCLK | 21 R |-------| |----| Processing | | | | | 22 | osd2 | | | |---| Enci ----------|----|-----VDAC------| [all …]
|
/freebsd/sys/dev/isci/scil/ |
H A D | scic_controller.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 117 * minimal processing to allow for streamlined interrupt time usage. 175 * for SMP Target mode response processing. 217 * The completion handler performs the bulk work for processing 225 * number of MSI-X messages to be utilized. This parameter must 232 * - size = sizeof(SCIC_CONTROLLER_HANDLER_METHODS_T) [all …]
|
H A D | sati_reassign_blocks.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 118 * - setting the command register 119 * - setting the device head register 120 * - filling in fields in the SATI_TRANSLATOR_SEQUENCE object. 139 if (sequence->device->capabilities & SATI_DEVICE_CAP_48BIT_ENABLE) in sati_reassign_blocks_verify_command() 151 * - setting the command register [all …]
|
/freebsd/lib/libc/gen/ |
H A D | ftw.3 | 19 .\" Materiel Command, USAF, under agreement number F39502-99-1-0512. 68 .Bd -literal 78 .Bl -tag -width ".Dv FTW_DNR" 82 A directory being visited in pre-order. 87 A directory being visited in post-order 101 A symbolic link with a non-existent target 109 function traverses the tree in pre-order. 123 .Bl -tag -width ".Dv FTW_MOUNT" 129 Process directories in post-order. 133 traverses the tree in pre-order. [all …]
|