Home
last modified time | relevance | path

Searched +full:a +full:- +full:h (Results 1 – 25 of 1413) sorted by relevance

12345678910>>...57

/freebsd/crypto/openssh/regress/
H A Dagent-restrict.sh1 # $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 Dagent-pkcs11-restrict.sh1 # $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 Dmktables16 # 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 Dcert-onecolumn.pem1 -----BEGIN CERTIFICATE-----
10 A
28 A
34 h
42 A
46 A
50 A
57 h
63 A
73 H
[all …]
H A Ddsa-onecolumn.pem1 -----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 DObsoleteFiles.inc5 # 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 Dsha256.c2 * 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 Dsha512.c2 * 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 DSHA256.cpp1 //====- 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 Dpmc.westmere.314 .\" 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 Dpmc.corei7.314 .\" 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 Dpmc.corei7uc.314 .\" 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 Dpmc.westmereuc.314 .\" 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 Dpmc.atomsilvermont.315 .\" 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 Dpmc.haswell.315 .\" 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 Dpmc.haswellxeon.316 .\" 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 Dquic_multistream_test.c2 * 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 Dsm3.c2 * 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 Dsha2small.c5 * 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 Dbus.h1 /* $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 Dbus.h1 /* $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 Dhelp.c2 #include "less.h"
5A','\b','A','R','\b','R','Y','\b','Y',' ','O','\b','O','F','\b','F',' ','L','\b','L','E','\b','E',…
7a','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','…
9A',' ','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 Dmatilde.arm.testfile2 <[d��y�����'��P�[<k��0^���<j~yJ/�!ݘG&�� ���e�4ta��+a�<�p�������(����n����{i�/�8A�<� ٫7…
3A{1e�d!�Tkr(��n���u�RP<Rby��z��z�;+~��*�s�'�7q#�ڰ<p�l���-*�Bm� h2U�v��ښ�m�< pq��r�y�+�…
4 R��0-as�Aꏾ�<�H���Ҵ�_d)Q����A����Kp���@< <J?�9a�V�9u8�9��Fp�ך�"��P<
5 �Hpc��A��Z�%�;�.s
6A�"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 Dtdumputil.c1 /* -*- 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 Dbus.h1 /* $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 …]

12345678910>>...57