| /freebsd/crypto/openssh/regress/ |
| H A D | agent-restrict.sh | 1 # $OpenBSD: agent-restrict.sh,v 1.7 2025/03/28 21:45:55 dtucker Exp $ 8 rm -f $SSH_AUTH_SOCK $OBJ/agent.log $OBJ/host_[abcdex]* $OBJ/user_[abcdex]* 9 rm -f $OBJ/sshd_proxy_host* $OBJ/ssh_output* $OBJ/expect_* 10 rm -f $OBJ/ssh_proxy[._]* $OBJ/command 13 for h in a b c d e x ca ; do 14 $SSHKEYGEN -q -t ed25519 -C host_$h -N '' -f $OBJ/host_$h || \ 15 fatal "ssh-keygen hostkey failed" 16 $SSHKEYGEN -q -t ed25519 -C user_$h -N '' -f $OBJ/user_$h || \ 17 fatal "ssh-keygen userkey failed" 21 for h in d e ; do [all …]
|
| H A D | agent-pkcs11-restrict.sh | 1 # $OpenBSD: agent-pkcs11-restrict.sh,v 1.1 2023/12/18 14:49:39 djm Exp $ 8 rm -f $SSH_AUTH_SOCK $OBJ/agent.log $OBJ/host_[abcx]* $OBJ/user_[abcx]* 9 rm -f $OBJ/sshd_proxy_host* $OBJ/ssh_output* $OBJ/expect_* 10 rm -f $OBJ/ssh_proxy[._]* $OBJ/command $OBJ/authorized_keys_* 13 for h in a b x ca ; do 14 $SSHKEYGEN -q -t ed25519 -C host_$h -N '' -f $OBJ/host_$h || \ 15 fatal "ssh-keygen hostkey failed" 21 case $h in 22 a) K="${SSH_SOFTHSM_DIR}/RSA.pub" ;; 31 rm -f $SSH_AUTH_SOCK [all …]
|
| /freebsd/lib/libsysdecode/ |
| H A D | mktables | 16 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 27 # Generates tables.h 29 # Originally this script was 'mksubr' for kdump which generated a complete 33 set -e 37 if [ -z "$1" ] 39 echo "usage: sh $0 include-dir [output-file]" 43 if [ -n "$2" ]; then 45 output_tmp=$(mktemp -u) 51 # Generate a table C #definitions. The including file can define the 63 if [ -z "$excl" ]; then [all …]
|
| /freebsd/crypto/openssl/test/recipes/04-test_pem_reading_data/ |
| H A D | cert-onecolumn.pem | 1 -----BEGIN CERTIFICATE----- 10 A 28 A 34 h 42 A 46 A 50 A 57 h 63 A 73 H [all …]
|
| H A D | dsa-onecolumn.pem | 1 -----BEGIN DSA PRIVATE KEY----- 2 Proc-Type: 4,ENCRYPTED 3 DEK-Info: AES-256-CBC,A2A7FA3E5E454B59C8777564E7AF3CD6 13 a 20 H 36 a 45 H 64 h 97 h 101 a [all …]
|
| /freebsd/ |
| H A D | ObsoleteFiles.inc | 5 # Recently removed entries should be listed first (with the date as a 9 # delete-old-libs target, whereas OLD_FILES and OLD_DIRS are removed by the 10 # delete-old target. This separation allows users to avoid deleting old 13 # MOVED_LIBS should be used instead of OLD_LIBS when a library is moved 15 # alternate ABIs (such as lib32) which store all libraries in a single 18 # For files listed in OLD_FILES, OLD_LIBS, and MOVED_LIBS, the check-old* 19 # and delete-old* targets will also delete associated debug symbols from 22 # In case of a complete directory hierarchy the sorting is in depth first 34 # ( grep '+=' /usr/src/ObsoleteFiles.inc | sort -u ; \ 35 # grep '+=' /usr/src/tools/build/mk/OptionalObsoleteFiles.inc | sort -u) | \ [all …]
|
| /freebsd/crypto/openssl/crypto/sha/ |
| H A D | sha256.c | 2 * Copyright 2004-2024 The OpenSSL Project Authors. All Rights Reserved. 5 * this file except in compliance with the License. You can obtain a copy 14 #include "internal/deprecated.h" 16 #include <openssl/opensslconf.h> 18 #include <stdlib.h> 19 #include <string.h> 21 #include <openssl/crypto.h> 22 #include <openssl/sha.h> 23 #include <openssl/opensslv.h> 24 #include "internal/endian.h" [all …]
|
| H A D | sha512.c | 2 * Copyright 2004-2024 The OpenSSL Project Authors. All Rights Reserved. 5 * this file except in compliance with the License. You can obtain a copy 14 #include "internal/deprecated.h" 16 #include <stdio.h> 17 #include <openssl/opensslconf.h> 18 /*- 21 * As you might have noticed, 32-bit hash algorithms: 23 * - permit SHA_LONG to be wider than 32-bit 24 * - optimized versions implement two transform functions: one operating 27 * - share common byte-order neutral collector and padding function [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | SHA256.cpp | 1 //====- SHA256.cpp - SHA256 implementation ---*- C++ -* ======// 5 // SPDX-License-Identifier: Apache-2. 43 F_EXPAND(A,B,C,D,E,F,G,H,M1,M2,M3,M4,k) global() argument 65 uint32_t A = InternalState.State[0]; hashBlock() local 72 uint32_t H = InternalState.State[7]; hashBlock() local [all...] |
| /freebsd/lib/libpmc/ |
| H A D | pmc.westmere.3 | 14 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 44 .Bl -tag -width "Li PMC_CLASS_IAP" 46 Fixed-function counters that count only one hardware event per counter. 48 Programmable counters that may be configured to count one of a defined 58 .%B "Intel(R) 64 and IA-32 Architectures Software Developes Manual" 60 .%N "Order Number: 253669-033US" 69 .Bl -column "PMC_CAP_INTERRUPT" "Support" 86 .Bl -tag -width indent 88 Configure the Off-core Response bits. 89 .Bl -tag -width indent [all …]
|
| H A D | pmc.corei7.3 | 14 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 44 .Bl -tag -width "Li PMC_CLASS_IAP" 46 Fixed-function counters that count only one hardware event per counter. 48 Programmable counters that may be configured to count one of a defined 58 .%B "Intel(R) 64 and IA-32 Architectures Software Developes Manual" 60 .%N "Order Number: 253669-033US" 67 Not all CPUs in this family implement fixed-function counters. 70 .Bl -column "PMC_CAP_INTERRUPT" "Support" 87 .Bl -tag -width indent 89 Configure the Off-core Response bits. [all …]
|
| H A D | pmc.corei7uc.3 | 14 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 44 .Bl -tag -width "Li PMC_CLASS_UCP" 46 Fixed-function counters that count only one hardware event per counter. 48 Programmable counters that may be configured to count one of a defined 58 .%B "Intel(R) 64 and IA-32 Architectures Software Developes Manual" 60 .%N "Order Number: 253669-033US" 69 .Bl -column "PMC_CAP_INTERRUPT" "Support" 86 .Bl -tag -width indent 89 events measured in a cycle is greater than or equal to 92 Configure the PMC to count the number of de-asserted to asserted [all …]
|
| H A D | pmc.westmereuc.3 | 14 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 44 .Bl -tag -width "Li PMC_CLASS_UCP" 46 Fixed-function counters that count only one hardware event per counter. 48 Programmable counters that may be configured to count one of a defined 58 .%B "Intel(R) 64 and IA-32 Architectures Software Developes Manual" 60 .%N "Order Number: 253669-033US" 67 Not all CPUs in this family implement fixed-function counters. 70 .Bl -column "PMC_CAP_INTERRUPT" "Support" 87 .Bl -tag -width indent 90 events measured in a cycle is greater than or equal to [all …]
|
| H A D | pmc.atomsilvermont.3 | 15 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 45 .Bl -tag -width "Li PMC_CLASS_IAP" 47 Fixed-function counters that count only one hardware event per counter. 49 Programmable counters that may be configured to count one of a defined 59 .%B "Intel 64 and IA-32 Intel(R) Architecture Software Developer's Manual" 61 .%N "Order Number 325462-050US" 70 .Bl -column "PMC_CAP_INTERRUPT" "Support" 87 .Bl -tag -width indent 89 Count matching events seen on any logical processor in a package. 92 events measured in a cycle is greater than or equal to [all …]
|
| H A D | pmc.haswell.3 | 15 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 45 .Bl -tag -width "Li PMC_CLASS_IAP" 47 Fixed-function counters that count only one hardware event per counter. 49 Programmable counters that may be configured to count one of a defined 59 .%B "Intel(R) 64 and IA-32 Architectures Software Developer's Manual" 60 .%T "Combined Volumes: 1, 2A, 2B, 2C, 3A, 3B and 3C" 61 .%N "Order Number: 325462-045US" 70 .Bl -column "PMC_CAP_INTERRUPT" "Support" 87 .Bl -tag -width indent 89 Configure the Off-core Response bits. [all …]
|
| H A D | pmc.haswellxeon.3 | 16 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 46 .Bl -tag -width "Li PMC_CLASS_IAP" 48 Fixed-function counters that count only one hardware event per counter. 50 Programmable counters that may be configured to count one of a defined 60 .%B "Intel(R) 64 and IA-32 Architectures Software Developer's Manual" 61 .%T "Combined Volumes: 1, 2A, 2B, 2C, 3A, 3B and 3C" 62 .%N "Order Number: 325462-052US" 71 .Bl -column "PMC_CAP_INTERRUPT" "Support" 88 .Bl -tag -width indent 90 Configure the Off-core Response bits. [all …]
|
| /freebsd/crypto/openssl/test/ |
| H A D | quic_multistream_test.c | 2 * Copyright 2023-2025 The OpenSSL Project Authors. All Rights Reserved. 5 * this file except in compliance with the License. You can obtain a copy 9 #include <openssl/ssl.h> 10 #include <openssl/quic.h> 11 #include <openssl/bio.h> 12 #include <openssl/lhash.h> 13 #include <openssl/rand.h> 14 #include "internal/quic_tserver.h" 15 #include "internal/quic_ssl.h" 16 #include "internal/quic_error.h" [all …]
|
| /freebsd/crypto/openssl/crypto/sm3/ |
| H A D | sm3.c | 2 * Copyright 2017-2021 The OpenSSL Project Authors. All Rights Reserved. 7 * this file except in compliance with the License. You can obtain a copy 12 #include <openssl/e_os2.h> 13 #include "sm3_local.h" 18 c->A = SM3_A; in ossl_sm3_init() 19 c->B = SM3_B; in ossl_sm3_init() 20 c->C = SM3_C; in ossl_sm3_init() 21 c->D = SM3_D; in ossl_sm3_init() 22 c->E = SM3_E; in ossl_sm3_init() 23 c->F = SM3_F; in ossl_sm3_init() [all …]
|
| /freebsd/contrib/bearssl/src/hash/ |
| H A D | sha2small.c | 5 * a copy of this software and associated documentation files (the 17 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 25 #include "inner.h" 30 #define ROTR(x, n) (((uint32_t)(x) << (32 - (n))) | ((uint32_t)(x) >> (n))) 37 /* see inner.h */ 43 /* see inner.h */ 68 /* see inner.h */ 73 #define SHA2_STEP(A, B, C, D, E, F, G, H, j) do { \ in br_sha2small_round() argument 75 T1 = H + BSG2_1(E) + CH(E, F, G) + K[j] + w[j]; \ in br_sha2small_round() 76 T2 = BSG2_0(A) + MAJ(A, B, C); \ in br_sha2small_round() [all …]
|
| /freebsd/sys/arm64/include/ |
| H A D | bus.h | 1 /* $NetBSD: bus.h,v 1.11 2003/07/28 17:35:54 thorpej Exp $ */ 3 /*- 22 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 33 /*- 54 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 63 * From: sys/arm/include/bus.h 67 #include <arm/bus.h> 73 #include <machine/_bus.h> 285 #include <sys/bus_san.h> 291 #define __bs_c(a,b) __CONCAT(a,b) argument [all …]
|
| /freebsd/sys/riscv/include/ |
| H A D | bus.h | 1 /* $NetBSD: bus.h,v 1.11 2003/07/28 17:35:54 thorpej Exp $ */ 3 /*- 22 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 33 /*- 54 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 63 * From: sys/arm/include/bus.h 69 #include <machine/_bus.h> 259 #define __bs_c(a,b) __CONCAT(a,b) argument 262 #define __bs_rs(sz, t, h, o) \ argument 263 (*(t)->__bs_opname(r,sz))((t)->bs_cookie, h, o) [all …]
|
| /freebsd/contrib/less/ |
| H A D | help.c | 2 #include "less.h" 5 …A','\b','A','R','\b','R','Y','\b','Y',' ','O','\b','O','F','\b','F',' ','L','\b','L','E','\b','E',… 7 …a','n','d','s',' ','m','a','r','k','e','d',' ','w','i','t','h',' ','*',' ','m','a','y',' ','b','e'… 8 …,' ','i','n',' ','p','a','r','e','n','t','h','e','s','e','s',' ','i','n','d','i','c','a','t','e','… 9 …A',' ','k','e','y',' ','p','r','e','c','e','d','e','d',' ','b','y',' ','a',' ','c','a','r','e','t'… 11 … ',' ','h',' ',' ','H',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','D','i'… 13 …-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-'… 17 … ','j',' ',' ','^','N',' ',' ','C','R',' ',' ','*',' ',' ','F','o','r','w','a','r','d',' ',' ','o'… 18 … ',' ','k',' ',' ','^','K',' ',' ','^','P',' ',' ','*',' ',' ','B','a','c','k','w','a','r','d',' '… 19 ' ',' ','E','S','C','-','j',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','*',' ',' ','F','o'… [all …]
|
| /freebsd/contrib/file/tests/ |
| H A D | matilde.arm.testfile | 2 <[d��y�����'�P�[<k�0^��<j~yJ/!ݘG&�����e�4ta��+a�<�p������(����n���{i�/�8A�<� ٫7… 3 …A{1e�d!�Tkr(��n���u�RP<Rby��z��z�;+~��*�s�'�7q#�ڰ<p�l���-*�Bm�h2U�v��ښ�m�< pq��ry�+�… 4 R��0-as�Aꏾ�<�H���Ҵ�_d)Q����A����Kp���@< <J?�9a�V�9u8�9��Fp�ך�"��P< 5 �Hpc��A��Z�%�;�.s 6 …A�"J�)��C�.t4�c��d0<zg���Y*˴fRMg�J5o��;�κ�h�<<Pg����*�0�*=�K|�K~��%PS�k`<� mJ���,�… 7 (Q�)�y�E4�@<<�f�a��7_�����xR���?hl <{�Hf��+G!�x̳X���Am���<x�fT�ۃ��VtBU9�����c�en… 9 !�:���=K����[��<Ɖ�lH��!L��-��I��w�9:y��<�U'�ԫ�Lc�\vyY>�Ԫ�ϧ�4p<&@i�~#�������)J$��
|
| /freebsd/crypto/krb5/src/kadmin/dbutil/ |
| H A D | tdumputil.c | 1 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ 2 /* kdc/tdumputil.c - utilities for tab-separated, etc. files */ 22 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 33 #include "k5-int.h" 34 #include "k5-platform.h" /* for vasprintf */ 35 #include <assert.h> 36 #include <stdarg.h> 37 #include <stdio.h> 38 #include <stdlib.h> 39 #include <string.h> [all …]
|
| /freebsd/sys/powerpc/include/ |
| H A D | bus.h | 1 /* $NetBSD: bus.h,v 1.11 2003/07/28 17:35:54 thorpej Exp $ */ 3 /*- 4 * SPDX-License-Identifier: BSD-2-Clause AND BSD-4-Clause 24 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 35 /*- 56 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 69 #include <machine/_bus.h> 261 #define __bs_c(a,b) __CONCAT(a,b) argument 264 #define __bs_rs(sz, t, h, o) \ argument 265 (*(t)->__bs_opname(r,sz))(h, o) [all …]
|