Home
last modified time | relevance | path

Searched +full:4 +full:- +full:data (Results 1 – 25 of 1255) sorted by relevance

12345678910>>...51

/freebsd/crypto/openssl/crypto/sm4/asm/
H A Dvpsm4_ex-armv8.pl2 # Copyright 2022-2025 The OpenSSL Project Authors. All Rights Reserved.
21 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or
22 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or
23 die "can't locate arm-xlate.pl";
32 my @data=map("v$_",(4..7));
117 zip1 $vt0.4s,$dat0.4s,$dat1.4s
118 zip2 $vt1.4s,$dat0.4s,$dat1.4s
119 zip1 $vt2.4s,$dat2.4s,$dat3.4s
120 zip2 $vt3.4s,$dat2.4s,$dat3.4s
135 ushr $tmp.16b, $x.16b, 4
[all …]
H A Dvpsm4-armv8.pl2 # Copyright 2020-2025 The OpenSSL Project Authors. All Rights Reserved.
21 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or
22 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or
23 die "can't locate arm-xlate.pl";
32 my @data=map("v$_",(4..7));
114 zip1 $vt0.4s,$dat0.4s,$dat1.4s
115 zip2 $vt1.4s,$dat0.4s,$dat1.4s
116 zip1 $vt2.4s,$dat2.4s,$dat3.4s
117 zip2 $vt3.4s,$dat2.4s,$dat3.4s
125 # sbox operations for 4-lane of words
[all …]
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/man/man3/
H A Dhcrypto_evp.31 …generic crypto functions" 3 "11 Jan 2012" "Version 1.5.2" "Heimdal crypto library" \" -*- nroff -*-
5 EVP generic crypto functions \-
106 .RI "int \fBEVP_DigestUpdate\fP (EVP_MD_CTX *ctx, const void *data, size_t size)"
112 .RI "int \fBEVP_Digest\fP (const void *data, size_t dsize, void *hash, unsigned int *hsize, const E…
181 .RI "void \fBEVP_CIPHER_CTX_set_app_data\fP (EVP_CIPHER_CTX *ctx, void *data)"
247 … (const EVP_CIPHER *type, const EVP_MD *md, const void *salt, const void *data, size_t datalen, un…
252 See the \fBEVP - generic crypto interface\fP for description and examples.
257 The AES-128 cipher type
260 .RS 4
261 the AES-128 EVP_CIPHER pointer.
[all …]
H A Dhcrypto_des.31 .TH "DES crypto functions" 3 "11 Jan 2012" "Version 1.5.2" "Heimdal crypto library" \" -*- nroff -*-
5 DES crypto functions \-
69 See the \fBDES - Data Encryption Standard crypto interface\fP for description and examples.
74 Crete a checksum using DES in CBC encryption mode. This mode is only used for Kerberos 4, and it sh…
76 The IV must always be diffrent for diffrent input data blocks.
79 .RS 4
80 \fIin\fP data to checksum
84 \fIlength\fP length of data
96 The IV must always be diffrent for diffrent input data blocks.
99 .RS 4
[all …]
H A Dhcrypto_dh.31 .TH "Diffie-Hellman functions" 3 "11 Jan 2012" "Version 1.5.2" "Heimdal crypto library" \" -*- nrof…
5 Diffie-Hellman functions \-
28 .RI "int \fBDH_set_ex_data\fP (DH *dh, int idx, void *data)"
60 See the \fBDH - Diffie-Hellman key exchange\fP for description and examples.
68 .RS 4
77 .RS 4
89 pub_key > 1 and pub_key < p - 1, to avoid small subgroups attack.
101 .RS 4
110 .RS 4
122 .RS 4
[all …]
H A Dhcrypto_rand.31 …H "RAND crypto functions" 3 "11 Jan 2012" "Version 1.5.2" "Heimdal crypto library" \" -*- nroff -*-
5 RAND crypto functions \-
48 See the \fBRAND - random number\fP for description and examples.
56 .RS 4
57 \fIindata\fP the input data.
59 \fIsize\fP size of in data.
61 \fIentropi\fP entropi in data.
70 .RS 4
71 \fIoutdata\fP random data
73 \fIsize\fP length random data
[all …]
/freebsd/tests/atf_python/sys/netlink/
H A Dattrs.py10 HDR_LEN = 4 # sizeof(struct nlattr)
12 def __init__(self, nla_type, data): argument
20 self._data = data
28 return len(self._data) + 4
45 def _validate(data): argument
46 if len(data) < 4:
48 nla_len, nla_type = struct.unpack("@HH", data[:4])
49 if nla_len > len(data):
51 if nla_len < 4:
55 def _parse(cls, data): argument
[all …]
/freebsd/crypto/openssl/providers/implementations/rands/seeding/
H A Drand_vms.c2 * Copyright 2001-2022 The OpenSSL Project Authors. All Rights Reserved.
43 * DATA COLLECTION METHOD
47 * It works by collecting all kinds of statistical data that
66 {4, DVI$_ERRCNT},
67 {4, DVI$_REFCNT},
71 {4, JPI$_BUFIO},
72 {4, JPI$_CPUTIM},
73 {4, JPI$_DIRIO},
74 {4, JPI$_IMAGECOUNT},
75 {4, JPI$_PAGEFLTS},
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_lz4.c1 /*-
20 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
98 struct private_data *data; in archive_write_add_filter_lz4()
100 archive_check_magic(&a->archive, ARCHIVE_WRITE_MAGIC, in archive_write_add_filter_lz4() local
103 data = calloc(1, sizeof(*data)); in archive_write_add_filter_lz4()
104 if (data == NULL) { in archive_write_add_filter_lz4()
105 archive_set_error(&a->archive, ENOMEM, "Out of memory"); in archive_write_add_filter_lz4()
112 data->compression_leve in archive_write_add_filter_lz4()
160 struct private_data *data = (struct private_data *)f->data; archive_filter_lz4_options() local
225 struct private_data *data = (struct private_data *)f->data; archive_filter_lz4_open() local
291 struct private_data *data = (struct private_data *)f->data; archive_filter_lz4_write() local
340 struct private_data *data = (struct private_data *)f->data; archive_filter_lz4_close() local
370 struct private_data *data = (struct private_data *)f->data; archive_filter_lz4_free() local
399 struct private_data *data = (struct private_data *)f->data; lz4_write_stream_descriptor() local
427 struct private_data *data = (struct private_data *)f->data; lz4_write_one_block() local
475 struct private_data *data = (struct private_data *)f->data; drive_compressor() local
490 struct private_data *data = (struct private_data *)f->data; drive_compressor_independence() local
540 struct private_data *data = (struct private_data *)f->data; drive_compressor_dependence() local
643 struct private_data *data = (struct private_data *)f->data; archive_filter_lz4_open() local
677 struct private_data *data = (struct private_data *)f->data; archive_filter_lz4_write() local
685 struct private_data *data = (struct private_data *)f->data; archive_filter_lz4_close() local
693 struct private_data *data = (struct private_data *)f->data; archive_filter_lz4_free() local
[all...]
/freebsd/crypto/heimdal/doc/doxyout/krb5/man/man3/
H A Dkrb5_crypto.31 … cryptography functions" 3 "11 Jan 2012" "Version 1.5.2" "HeimdalKerberos5library" \" -*- nroff -*-
5 Heimdal Kerberos 5 cryptography functions \-
16 …ntext context, krb5_crypto crypto, unsigned usage, \fBkrb5_crypto_iov\fP *data, int num_data, void…
19 …ntext context, krb5_crypto crypto, unsigned usage, \fBkrb5_crypto_iov\fP *data, unsigned int num_d…
22 …ntext context, krb5_crypto crypto, unsigned usage, \fBkrb5_crypto_iov\fP *data, unsigned int num_d…
25 …ntext context, krb5_crypto crypto, unsigned usage, \fBkrb5_crypto_iov\fP *data, unsigned int num_d…
55 …b5_random_to_key\fP (krb5_context context, krb5_enctype type, const void *data, size_t size, krb5_…
82 …b5_keyblock_init\fP (krb5_context context, krb5_enctype type, const void *data, size_t size, krb5_…
95 .RS 4
102 .RS 4
[all …]
H A Dkrb5_storage.31 …ros 5 storage functions" 3 "11 Jan 2012" "Version 1.5.2" "HeimdalKerberos5library" \" -*- nroff -*-
5 Heimdal Kerberos 5 storage functions \-
49 …CTION krb5_error_code KRB5_LIB_CALL \fBkrb5_storage_to_data\fP (krb5_storage *sp, krb5_data *data)"
88 …IB_FUNCTION krb5_error_code KRB5_LIB_CALL \fBkrb5_store_data\fP (krb5_storage *sp, krb5_data data)"
91 …LIB_FUNCTION krb5_error_code KRB5_LIB_CALL \fBkrb5_ret_data\fP (krb5_storage *sp, krb5_data *data)"
163 .RI "KRB5_LIB_FUNCTION krb5_storage *KRB5_LIB_CALL \fBkrb5_storage_from_data\fP (krb5_data *data)"
179 .RS 4
186 .RS 4
196 .RS 4
203 .RS 4
[all …]
/freebsd/secure/lib/libcrypto/man/man7/
H A Dprovider-object.71 .\" -*- mode: troff; coding: utf-8 -*-
57 .IX Title "PROVIDER-OBJECT 7ossl"
58 .TH PROVIDER-OBJECT 7ossl 2025-09-30 3.5.4 OpenSSL
64 provider\-object \- A specification for a provider\-native object abstraction
73 The provider-native object abstraction is a set of \fBOSSL_PARAM\fR\|(3) keys and
74 values that can be used to pass provider-native objects to OpenSSL library
78 The intention is that certain provider-native operations can pass any sort
82 .IP 1. 4
85 This means that the \fIobject data\fR is passed as an octet string or an UTF8
89 If central OpenSSL library functionality is to handle the data directly, it
[all …]
/freebsd/crypto/heimdal/doc/doxyout/ntlm/man/man3/
H A Dntlm_core.31 .TH "Heimdal NTLM library" 3 "11 Jan 2012" "Version 1.5.2" "Heimdalntlmlibrary" \" -*- nroff -*-
5 Heimdal NTLM library \-
16 …tlm_encode_targetinfo\fP (const struct ntlm_targetinfo *ti, int ucs2, struct \fBntlm_buf\fP *data)"
19 .RI "int \fBheim_ntlm_decode_targetinfo\fP (const struct \fBntlm_buf\fP *data, int ucs2, struct ntl…
22 .RI "void \fBheim_ntlm_free_type1\fP (struct \fBntlm_type1\fP *data)"
25 …t \fBheim_ntlm_encode_type1\fP (const struct \fBntlm_type1\fP *type1, struct \fBntlm_buf\fP *data)"
28 .RI "void \fBheim_ntlm_free_type2\fP (struct \fBntlm_type2\fP *data)"
31 …t \fBheim_ntlm_encode_type2\fP (const struct \fBntlm_type2\fP *type2, struct \fBntlm_buf\fP *data)"
34 .RI "void \fBheim_ntlm_free_type3\fP (struct \fBntlm_type3\fP *data)"
37 …t \fBheim_ntlm_encode_type3\fP (const struct \fBntlm_type3\fP *type3, struct \fBntlm_buf\fP *data)"
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DOSSL_PARAM.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH OSSL_PARAM 3ossl 2025-09-30 3.5.4 OpenSSL
64 OSSL_PARAM \- a structure to pass or request object parameters
73 \& unsigned int data_type; /* declare what kind of content is in data */
74 \& void *data; /* value being passed in or out */
75 \& size_t data_size; /* data size */
81 \&\fBOSSL_PARAM\fR is a type that allows passing arbitrary data for some
90 .IP \(bu 4
95 take the data from the \fBOSSL_PARAM\fR array and assign them in a
97 .IP \(bu 4
[all …]
H A DEVP_EncryptInit.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH EVP_ENCRYPTINIT 3ossl 2025-09-30 3.5.4 OpenSSL
164 \&\- EVP cipher routines
259 \& void (*fn)(const char *name, void *data),
260 \& void *data);
289 \& void EVP_CIPHER_CTX_set_app_data(const EVP_CIPHER_CTX *ctx, void *data);
339 The EVP cipher routines are a high-level interface to certain
343 .IP \fBEVP_CIPHER_fetch()\fR 4
352 .IP \fBEVP_CIPHER_up_ref()\fR 4
355 .IP \fBEVP_CIPHER_free()\fR 4
[all …]
H A DEVP_EncodeInit.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH EVP_ENCODEINIT 3ossl 2025-09-30 3.5.4 OpenSSL
67 EVP_DecodeBlock \- EVP base64 encode/decode routines
91 The EVP encode routines provide a high-level interface to base64 encoding and
93 Base64 encoding converts binary data into a printable form that uses
94 the characters A\-Z, a\-z, 0\-9, "+" and "/" to represent the data. For every 3
95 bytes of binary data provided 4 bytes of base64 encoded data will be produced
96 plus some occasional newlines (see below). If the input data length is not a
97 multiple of 3 then the output data will be padded at the end using the "="
106 Encoding of binary data is performed in blocks of 48 input bytes (or less for
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp1 //===- TypeIndexDiscovery.cpp ---------
40 getEncodedIntegerLength(ArrayRef<uint8_t> Data) getEncodedIntegerLength() argument
64 getCStringLength(ArrayRef<uint8_t> Data) getCStringLength() argument
95 handleBaseClass(ArrayRef<uint8_t> Data,uint32_t Offset,SmallVectorImpl<TiReference> & Refs) handleBaseClass() argument
105 handleEnumerator(ArrayRef<uint8_t> Data,uint32_t Offset,SmallVectorImpl<TiReference> & Refs) handleEnumerator() argument
115 handleDataMember(ArrayRef<uint8_t> Data,uint32_t Offset,SmallVectorImpl<TiReference> & Refs) handleDataMember() argument
127 handleOverloadedMethod(ArrayRef<uint8_t> Data,uint32_t Offset,SmallVectorImpl<TiReference> & Refs) handleOverloadedMethod() argument
137 handleOneMethod(ArrayRef<uint8_t> Data,uint32_t Offset,SmallVectorImpl<TiReference> & Refs) handleOneMethod() argument
155 handleNestedType(ArrayRef<uint8_t> Data,uint32_t Offset,SmallVectorImpl<TiReference> & Refs) handleNestedType() argument
165 handleStaticDataMember(ArrayRef<uint8_t> Data,uint32_t Offset,SmallVectorImpl<TiReference> & Refs) handleStaticDataMember() argument
175 handleVirtualBaseClass(ArrayRef<uint8_t> Data,uint32_t Offset,bool IsIndirect,SmallVectorImpl<TiReference> & Refs) handleVirtualBaseClass() argument
191 handleVFPtr(ArrayRef<uint8_t> Data,uint32_t Offset,SmallVectorImpl<TiReference> & Refs) handleVFPtr() argument
200 handleListContinuation(ArrayRef<uint8_t> Data,uint32_t Offset,SmallVectorImpl<TiReference> & Refs) handleListContinuation() argument
[all...]
/freebsd/share/man/man4/
H A Dlp.41 .\" -*- nroff -*-
3 .\" Copyright (c) 1996 A.R.Gordon, andrew.gordon@net-tel.co.uk
24 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30 .\" Id: man4.i386/lp.4,v 1.9 1999/02/14 12:06:16 nsouch Exp
32 .Dd March 4, 1996
51 point-to-point network interface between two similarly configured systems.
52 Data is transferred 4 bits at a time, using the printer status lines for
54 and any standard AT-compatible printer port with working interrupts may be used.
73 .Bl -tag -width Fl
91 .Bd -literal
[all …]
/freebsd/secure/usr.bin/openssl/man/
H A Dopenssl-pkeyutl.11 .\" -*- mode: troff; coding: utf-8 -*-
57 .IX Title "OPENSSL-PKEYUTL 1ossl"
58 .TH OPENSSL-PKEYUTL 1ossl 2025-09-30 3.5.4 OpenSSL
64 openssl\-pkeyutl \- asymmetric key command
68 [\fB\-help\fR]
69 [\fB\-in\fR \fIfile\fR]
70 [\fB\-rawin\fR]
71 [\fB\-digest\fR \fIalgorithm\fR]
72 [\fB\-out\fR \fIfile\fR]
73 [\fB\-secret\fR \fIfile\fR]
[all …]
H A Dopenssl-ts.11 .\" -*- mode: troff; coding: utf-8 -*-
57 .IX Title "OPENSSL-TS 1ossl"
58 .TH OPENSSL-TS 1ossl 2025-09-30 3.5.4 OpenSSL
64 openssl\-ts \- Time Stamping Authority command
68 \&\fB\-help\fR
71 \&\fB\-query\fR
72 [\fB\-config\fR \fIconfigfile\fR]
73 [\fB\-data\fR \fIfile_to_hash\fR]
74 [\fB\-digest\fR \fIdigest_bytes\fR]
75 [\fB\-\fR\f(BIdigest\fR]
[all …]
H A Dopenssl-rsautl.11 .\" -*- mode: troff; coding: utf-8 -*-
57 .IX Title "OPENSSL-RSAUTL 1ossl"
58 .TH OPENSSL-RSAUTL 1ossl 2025-09-30 3.5.4 OpenSSL
64 openssl\-rsautl \- RSA command
68 [\fB\-help\fR]
69 [\fB\-in\fR \fIfile\fR]
70 [\fB\-passin\fR \fIarg\fR]
71 [\fB\-rev\fR]
72 [\fB\-out\fR \fIfile\fR]
73 [\fB\-inkey\fR \fIfilename\fR|\fIuri\fR]
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/broadwellde/
H A Dcache.json3 "BriefDescription": "L1D data line replacements",
5 "CounterHTOff": "0,1,2,3,4,5,6,7",
8 …ent counts L1D data line replacements including opportunistic replacements, and replacements that …
15 "CounterHTOff": "0,1,2,3,4,5,6,7",
28-demand loads and gets hit at least once by demand. The valid outstanding interval is defined unti…
57 "CounterHTOff": "0,1,2,3,4,5,6,7",
67 "CounterHTOff": "0,1,2,3,4,5,6,7",
77 "CounterHTOff": "0,1,2,3,4,5,6,7",
87 "CounterHTOff": "0,1,2,3,4,5,6,7",
97 "CounterHTOff": "0,1,2,3,4,5,6,7",
[all …]
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300template_wasp_k31.h12 * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
45 0x33, // txrxMask; //4 bits tx and 4 bits rx
50 4, // deviceType; // takes lower byte in eeprom location
53 0x0c, //featureEnable; //bit0 - enable tx temp comp
54 //bit1 - enable tx volt comp
55 //bit2 - enable fastClock - default to 1
56 //bit3 - enable doubling - default to 1
57 //bit4 - enable internal regulator - default to 0
58 0, //miscConfiguration: bit0 - turn down drivestrength
71 … 0x110, // antCtrlCommon; // 4 idle, t1, t2, b (4 bits per setting)
[all …]
/freebsd/contrib/lib9p/pytest/
H A Dprotocol.py6 The sub-namespace td has type definitions (qid, stat) and values
24 dotu-specific members (used only when packing for dotu/dotl and
47 wirestat objects, which are basically size-counted pre-sequenced
48 stat objects. The pre-sequencing uses:
68 The sub-namespace rrd has request (Tversion, Topen, etc) and
69 response (Rversion, Ropen, etc) data definitions. Each of these
101 course are the pre-filled fields in a Tversion PFOD instance).
111 size[4] fcall[1] tag[2] msize[4] version[s]
151 a downgrade_to() method that gets you a possibly-downgraded instance.
206 >>> utf8 = os.strerror(errno.ENOENT).encode('utf-8')
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dgnu2 #------------------------------------------------------------------------------
11 # URL: https://www.gnu.org/software/gettext/manual/html_node/MO-Files.html
12 # Reference: ftp://ftp.gnu.org/pub/gnu/gettext/gettext-0.19.8.tar.gz/
13 # gettext-0.19.8.1/gettext-runtime/intl/gmo.h
15 0 string \336\22\4\225 GNU message catalog (little endian),
16 #0 ulelong 0x950412DE GNU-format message catalog data
18 #>0 use gettext-object
19 #0 name gettext-object
20 >4 ulelong x revision
21 !:mime application/x-gettext-translation
[all …]

12345678910>>...51