Searched +full:dsa +full:- +full:v0 (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/iio/frequency/ |
H A D | adi,admfm2000.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Kim Seer Paller <kimseer.paller@analog.com> 16 It consists of a LNA, mixer, IF filter, DSA, and IF amplifier for each down 22 - adi,admfm2000 24 '#address-cells': 27 '#size-cells': 31 "^channel@[0-1]$": 44 adi,mixer-mode: [all …]
|
/freebsd/contrib/file/tests/ |
H A D | Makefile.am | 3 test_CPPFLAGS = -I$(top_builddir)/src 6 android-vdex-1.result \ 7 android-vdex-1.testfile \ 8 android-vdex-2.result \ 9 android-vdex-2.testfile \ 26 CVE-2014-1943.result \ 27 CVE-2014-1943.testfile \ 28 dsd64-dff.result \ 29 dsd64-dff.testfile \ 30 dsd64-dsf.result \ [all …]
|
H A D | Makefile.in | 4 # Copyright (C) 1994-2021 Free Software Foundation, Inc. 18 if test -z '$(MAKELEVEL)'; then \ 20 elif test -n '$(MAKE_HOST)'; then \ 22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 29 case $${target_option-} in \ 32 "target option '$${target_option-}' specified" >&2; \ 55 *=*|--*) continue;; \ 56 -*I) strip_trailopt 'I'; skip_next=yes;; \ 57 -*I?*) strip_trailopt 'I';; \ 58 -*O) strip_trailopt 'O'; skip_next=yes;; \ [all …]
|
/freebsd/crypto/openssl/crypto/bn/asm/ |
H A D | mips.pl | 2 # Copyright 2010-2021 The OpenSSL Project Authors. All Rights Reserved. 21 # This is drop-in MIPS III/IV ISA replacement for crypto/bn/bn_asm.c. 26 # because 5.x kernels put R4x00 CPU into 32-bit mode and all those 27 # 64-bit instructions (daddu, dmultu, etc.) found below gonna only 28 # cause illegal instruction exception:-( 33 # I mean as long as -mmips-as is specified or is the default option, 41 # Performance improvement is astonishing! 'apps/openssl speed rsa dsa' 48 # Adapt the module even for 32-bit ABIs and other OSes. The former was 49 # achieved by mechanical replacement of 64-bit arithmetic instructions 50 # such as dmultu, daddu, etc. with their 32-bit counterparts and [all …]
|
H A D | armv8-mont.pl | 2 # Copyright 2015-2021 The OpenSSL Project Authors. All Rights Reserved. 20 # work. While it does improve RSA sign performance by 20-30% (less for 22 # faster and RSA4096 goes 15-20% slower on Cortex-A57. Multiplication 28 # compiler-generated code. Recall that compiler is instructed to use 36 # RSA/DSA performance by 25-40-60% depending on processor and key 38 # comparison to compiler-generated code. On Cortex-A57 improvement 40 # 50-70% improvement for RSA4096 sign. RSA2048 sign is ~25% faster 41 # on Cortex-A57 and ~60-100% faster on others. 49 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or 50 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or [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 …]
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dmu.c | 9 * or https://opensource.org/licenses/CDDL-1.0. 123 {DMU_BSWAP_OLDACL, TRUE, FALSE, TRUE, "ZFS V0 ACL" }, 181 rw_enter(&dn->dn_struct_rwlock, RW_READER); in dmu_buf_hold_noread_by_dnode() 184 rw_exit(&dn->dn_struct_rwlock); in dmu_buf_hold_noread_by_dnode() 191 *dbp = &db->db; in dmu_buf_hold_noread_by_dnode() 207 rw_enter(&dn->dn_struct_rwlock, RW_READER); in dmu_buf_hold_noread() 210 rw_exit(&dn->dn_struct_rwlock); in dmu_buf_hold_noread() 218 *dbp = &db->db; in dmu_buf_hold_noread() 285 if (newsize < 0 || newsize > db_fake->db_size) in dmu_set_bonus() 291 if (dn->dn_bonus != db) { in dmu_set_bonus() [all …]
|
/freebsd/contrib/libpcap/ |
H A D | CHANGES | 5 Mark pcap_vasprintf() as printf-like. 16 Avoid casting hack for the Windows cleanup-on-exit routine. 21 Remove the unused pcap-rpcap-int.h header file. 23 Make some static variables thread-local; fixes issue #1174. 36 Avoid 32-bit unsigned integer overflow in USB captures. Fixes 49 Report {non-existent zone}/{interface} errors appropriately. 50 Allow attaching to links owned by a non-global zone. (Based on 55 in recent SDKs, including tagging pcap-namedb.h routines. 63 Report non-existent devices correctly. 89 CVE-2023-7256: Clean up sock_initaddress() and its callers to avoid [all …]
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | ChangeLog | 1 2008-04-09 Love Hörnquist Åstrand <lha@it.su.se> 3 * pkinit.asn1: add id-pkinit-kdf 7 2008-04-07 Love Hörnquist Åstrand <lha@it.su.se> 11 2008-03-22 Love Hörnquist Åstrand <lha@it.su.se> 13 * k5.asn1: Match name in ClientCanonicalizedNames with -10 15 * k5.asn1: add referral-valid-until 17 2008-01-13 Love Hörnquist Åstrand <lha@it.su.se> 19 * asn1-common.h gen.c der.c gen_encode.c: add and use der_{malloc,free} 21 2007-12-13 Love Hörnquist Åstrand <lha@it.su.se> 25 2007-12-04 Love Hörnquist Åstrand <lha@it.su.se> [all …]
|
/freebsd/contrib/sendmail/ |
H A D | PGPKEYS | 4 PGP 2.X: pgp -ka PGPKEYS 5 PGP 5.X: pgpk -a PGPKEYS 6 GPG: gpg --import PGPKEYS 14 pub 4096R/CA28E5A4 2016-03-04 16 uid Sendmail Security <sendmail-security@sendmail.org> 18 -----BEGIN PGP PUBLIC KEY BLOCK----- 188 -----END PGP PUBLIC KEY BLOCK----- 190 pub rsa4096/0xC4065A87C71F6844 2024-01-02 [SC] 193 sub rsa4096/0x8DBCFBC42AF9E161 2024-01-02 [E] 196 -----BEGIN PGP PUBLIC KEY BLOCK----- [all …]
|