Home
last modified time | relevance | path

Searched full:2048 (Results 1 – 25 of 1223) sorted by relevance

12345678910>>...49

/freebsd/tools/tools/crypto/
H A DREADME18 0.129 sec, 2048 des crypts, 8 bytes, 127120 byte/sec, 1.0 Mb/sec
19 0.129 sec, 2048 des crypts, 16 bytes, 253915 byte/sec, 1.9 Mb/sec
20 0.129 sec, 2048 des crypts, 32 bytes, 508942 byte/sec, 3.9 Mb/sec
21 0.128 sec, 2048 des crypts, 64 bytes, 1020135 byte/sec, 7.8 Mb/sec
22 0.134 sec, 2048 des crypts, 128 bytes, 1954869 byte/sec, 14.9 Mb/sec
23 0.142 sec, 2048 des crypts, 256 bytes, 3698107 byte/sec, 28.2 Mb/sec
24 0.190 sec, 2048 des crypts, 1024 bytes, 11037700 byte/sec, 84.2 Mb/sec
25 0.264 sec, 2048 des crypts, 2048 bytes, 15891127 byte/sec, 121.2 Mb/sec
26 0.403 sec, 2048 des crypts, 4096 bytes, 20828998 byte/sec, 158.9 Mb/sec
27 0.687 sec, 2048 des crypts, 8192 bytes, 24426602 byte/sec, 186.4 Mb/sec
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.quantmany.d.out178 2048 | 0
182 -2048 | 0
206 2048 |@@@@@@@ 2048
212 -2048 @@@| -2048
236 2048 |@@@ 2048
244 -2048 @@| -2048
268 2048 |@@ 2048
278 -2048 @| -2048
302 2048 |@ 2048
314 -2048 | -2048
[all …]
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_write_format_iso9660_boot.c92 unsigned char nullb[2048]; in _test_write_format_iso9660_boot()
96 size_t buffsize = 39 * 2048; in _test_write_format_iso9660_boot()
135 assert(used == 2048 * 38); in _test_write_format_iso9660_boot()
137 for (i = 0; i < 2048 * 16; i += 2048) { in _test_write_format_iso9660_boot()
138 assertEqualMem(buff+i, nullb, 2048); in _test_write_format_iso9660_boot()
143 assertEqualMem(buff+2048*16, primary_id, 8); in _test_write_format_iso9660_boot()
144 assertEqualMem(buff+2048*16+0x28, in _test_write_format_iso9660_boot()
146 assertEqualMem(buff+2048*16+0x50, volumesize, 8); in _test_write_format_iso9660_boot()
150 assertEqualMem(buff+2048*17, boot_id, sizeof(boot_id)); in _test_write_format_iso9660_boot()
153 assert(buff[2048*17+i] == 0); in _test_write_format_iso9660_boot()
[all …]
H A Dtest_write_format_iso9660_zisofs.c101 size_t buffsize = 36 * 2048; in test_write_format_iso9660_zisofs_1()
142 * "file2" has a bunch of attributes and 2048 bytes of null data. in test_write_format_iso9660_zisofs_1()
151 archive_entry_set_size(ae, 2048); in test_write_format_iso9660_zisofs_1()
192 assertEqualInt(used, 2048 * 35); in test_write_format_iso9660_zisofs_1()
195 for (i = 0; i < 2048 * 16; i++) { in test_write_format_iso9660_zisofs_1()
202 assertEqualMem(buff+2048*16, primary_id, 8); in test_write_format_iso9660_zisofs_1()
203 assertEqualMem(buff+2048*16+0x28, in test_write_format_iso9660_zisofs_1()
205 assertEqualMem(buff+2048*16+0x50, volumesize, 8); in test_write_format_iso9660_zisofs_1()
210 assertEqualMem(buff+2048*17, supplementary_id, 8); in test_write_format_iso9660_zisofs_1()
211 assertEqualMem(buff+2048*17+0x28, volumeidu16, 32); in test_write_format_iso9660_zisofs_1()
[all …]
H A Dtest_write_format_iso9660_empty.c55 size_t buffsize = 190 * 2048; in DEFINE_TEST()
136 assert(used == 2048 * 181); in DEFINE_TEST()
138 for (i = 0; i < 2048 * 16; i++) { in DEFINE_TEST()
145 assertEqualMem(buff+2048*16, primary_id, 8); in DEFINE_TEST()
146 assertEqualMem(buff+2048*16+0x28, in DEFINE_TEST()
148 assertEqualMem(buff+2048*16+0x50, volumesize, 8); in DEFINE_TEST()
153 assertEqualMem(buff+2048*17, supplementary_id, 8); in DEFINE_TEST()
154 assertEqualMem(buff+2048*17+0x28, volumeidu16, 32); in DEFINE_TEST()
155 assertEqualMem(buff+2048*17+0x50, volumesize, 8); in DEFINE_TEST()
159 assertEqualMem(buff+2048*16+0x32d, buff+2048*17+0x32d, 0x44); in DEFINE_TEST()
[all …]
H A Dtest_write_format_iso9660.c218 assertEqualInt(2048, archive_entry_size(ae)); in DEFINE_TEST()
230 assertEqualInt(2048, archive_entry_size(ae)); in DEFINE_TEST()
242 assertEqualInt(2048, archive_entry_size(ae)); in DEFINE_TEST()
254 assertEqualInt(2048, archive_entry_size(ae)); in DEFINE_TEST()
267 assertEqualInt(2048, archive_entry_size(ae)); in DEFINE_TEST()
280 assertEqualInt(2048, archive_entry_size(ae)); in DEFINE_TEST()
293 assertEqualInt(2048, archive_entry_size(ae)); in DEFINE_TEST()
306 assertEqualInt(2048, archive_entry_size(ae)); in DEFINE_TEST()
319 assertEqualInt(2048, archive_entry_size(ae)); in DEFINE_TEST()
332 assertEqualInt(2048, archive_entry_siz in DEFINE_TEST()
[all...]
H A Dtest_read_format_isorr_rr_moved.c88 assertEqualInt(2048, archive_entry_size(ae)); in DEFINE_TEST()
102 assertEqualInt(2048, archive_entry_size(ae)); in DEFINE_TEST()
114 assertEqualInt(2048, archive_entry_size(ae)); in DEFINE_TEST()
126 assertEqualInt(2048, archive_entry_size(ae)); in DEFINE_TEST()
138 assertEqualInt(2048, archive_entry_size(ae)); in DEFINE_TEST()
150 assertEqualInt(2048, archive_entry_size(ae)); in DEFINE_TEST()
162 assertEqualInt(2048, archive_entry_size(ae)); in DEFINE_TEST()
174 assertEqualInt(2048, archive_entry_size(ae)); in DEFINE_TEST()
188 assertEqualInt(2048, archive_entry_size(ae)); in DEFINE_TEST()
202 assertEqualInt(2048, archive_entry_siz in DEFINE_TEST()
[all...]
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devppkey_rsa_common.txt17 # RSA 2048 bit key.
19 PrivateKey = RSA-2048
51 PublicKey = RSA-2048-PUBLIC
62 PrivPubKeyPair = RSA-2048:RSA-2048-PUBLIC
99 Verify = RSA-2048
105 Sign = RSA-2048
110 Verify = RSA-2048
115 VerifyRecover = RSA-2048
121 Verify = RSA-2048
127 VerifyRecover = RSA-2048
[all …]
H A Devppkey_rsa.txt17 # Any Tests that have keys < 2048 bits OR sign with SHA1 are in this file.
19 # RSA 2048 bit key.
21 PrivateKey = RSA-2048
53 PublicKey = RSA-2048-PUBLIC
64 PrivPubKeyPair = RSA-2048:RSA-2048-PUBLIC
68 Sign = RSA-2048
74 Sign = RSA-2048
81 Sign = RSA-2048
87 VerifyRecover = RSA-2048
93 Verify = RSA-2048
[all …]
H A Devppkey_dsa.txt145 PrivateKey = DSA-2048-160
162 PrivateKey = DSA-2048-224
179 PrivateKey = DSA-2048-256
271 # Test sign with a 2048 bit key with N == 160 is not allowed in fips mode
275 Key = DSA-2048-160
280 # Test sign with a 2048 bit key with N == 224 is allowed in fips mode
282 Key = DSA-2048-224
287 # Test sign with a 2048 bit key with N == 256 is allowed in fips mode
289 Key = DSA-2048-256
299 # Test sign with a 2048 bit SHA3 is allowed in fips mode
[all …]
/freebsd/contrib/netbsd-tests/sbin/resize_ffs/
H A Dt_grow.sh42 test_case grow_16M_v0_16384 resize_ffs 16384 2048 32768 131072 0 29
48 test_case grow_24M_v0_16384 resize_ffs 16384 2048 49152 65536 0 43
53 test_case grow_32M_v0_16384 resize_ffs 16384 2048 65536 131072 0 58
58 test_case grow_48M_v0_16384 resize_ffs 16384 2048 98304 131072 0 87
63 test_case grow_64M_v0_16384 resize_ffs 16384 2048 131072 262144 0 115
70 test_case grow_16M_v1_16384 resize_ffs 16384 2048 32768 131072 1 29
76 test_case grow_24M_v1_16384 resize_ffs 16384 2048 49152 65536 1 43
81 test_case grow_32M_v1_16384 resize_ffs 16384 2048 65536 131072 1 58
86 test_case grow_48M_v1_16384 resize_ffs 16384 2048 98304 131072 1 87
91 test_case grow_64M_v1_16384 resize_ffs 16384 2048 131072 262144 1 115
[all …]
H A Dt_grow_swapped.sh42 test_case grow_16M_v0_16384 resize_ffs 16384 2048 32768 131072 0 29 swap
48 test_case grow_24M_v0_16384 resize_ffs 16384 2048 49152 65536 0 43 swap
53 test_case grow_32M_v0_16384 resize_ffs 16384 2048 65536 131072 0 58 swap
58 test_case grow_48M_v0_16384 resize_ffs 16384 2048 98304 131072 0 87 swap
63 test_case grow_64M_v0_16384 resize_ffs 16384 2048 131072 262144 0 115 swap
70 test_case grow_16M_v1_16384 resize_ffs 16384 2048 32768 131072 1 29 swap
76 test_case grow_24M_v1_16384 resize_ffs 16384 2048 49152 65536 1 43 swap
81 test_case grow_32M_v1_16384 resize_ffs 16384 2048 65536 131072 1 58 swap
86 test_case grow_48M_v1_16384 resize_ffs 16384 2048 98304 131072 1 87 swap
91 test_case grow_64M_v1_16384 resize_ffs 16384 2048 131072 262144 1 115 swap
[all …]
H A Dt_shrink.sh40 test_case shrink_24M_16M_v0_16384 resize_ffs 16384 2048 49152 32768 0 43
45 test_case shrink_32M_24M_v0_16384 resize_ffs 16384 2048 65536 49152 0 58
50 test_case shrink_48M_16M_v0_16384 resize_ffs 16384 2048 98304 32768 0 87
55 test_case shrink_64M_48M_v0_16384 resize_ffs 16384 2048 131072 98304 0 115
61 test_case shrink_24M_16M_v1_16384 resize_ffs 16384 2048 49152 32768 1 43
66 test_case shrink_32M_24M_v1_16384 resize_ffs 16384 2048 65536 49152 1 58
71 test_case shrink_48M_16M_v1_16384 resize_ffs 16384 2048 98304 32768 1 87
76 test_case shrink_64M_48M_v1_16384 resize_ffs 16384 2048 131072 98304 1 115
82 test_case_xfail shrink_24M_16M_v2_16384 "PR bin/44205" resize_ffs 16384 2048 49152 32768 2 43
87 test_case_xfail shrink_32M_24M_v2_16384 "PR bin/44205" resize_ffs 16384 2048 65536 49152 2 58
[all …]
H A Dt_shrink_swapped.sh40 test_case shrink_24M_16M_v0_16384 resize_ffs 16384 2048 49152 32768 0 43 swap
45 test_case shrink_32M_24M_v0_16384 resize_ffs 16384 2048 65536 49152 0 58 swap
50 test_case shrink_48M_16M_v0_16384 resize_ffs 16384 2048 98304 32768 0 87 swap
55 test_case shrink_64M_48M_v0_16384 resize_ffs 16384 2048 131072 98304 0 115 swap
61 test_case shrink_24M_16M_v1_16384 resize_ffs 16384 2048 49152 32768 1 43 swap
66 test_case shrink_32M_24M_v1_16384 resize_ffs 16384 2048 65536 49152 1 58 swap
71 test_case shrink_48M_16M_v1_16384 resize_ffs 16384 2048 98304 32768 1 87 swap
76 test_case shrink_64M_48M_v1_16384 resize_ffs 16384 2048 131072 98304 1 115 swap
82 test_case_xfail shrink_24M_16M_v2_16384 "PR bin/44205" resize_ffs 16384 2048 49152 32768 2 43 swap
87 test_case_xfail shrink_32M_24M_v2_16384 "PR bin/44205" resize_ffs 16384 2048 65536 49152 2 58 swap
[all …]
/freebsd/crypto/openssl/test/ssl-tests/
H A D13-fragmentation.cnf22 test-17 = 17-Maximum Fragment Len extension equal FragmentSize to 2048
25 test-20 = 20-Maximum Fragment Len extension 4096 greater than FragmentSize 2048
26 test-21 = 21-Maximum Fragment Len extension 2048 greater than FragmentSize 1024
440 [17-Maximum Fragment Len extension equal FragmentSize to 2048]
441 ssl_conf = 17-Maximum Fragment Len extension equal FragmentSize to 2048-ssl
443 [17-Maximum Fragment Len extension equal FragmentSize to 2048-ssl]
444 server = 17-Maximum Fragment Len extension equal FragmentSize to 2048-server
445 client = 17-Maximum Fragment Len extension equal FragmentSize to 2048-client
447 [17-Maximum Fragment Len extension equal FragmentSize to 2048-server]
452 [17-Maximum Fragment Len extension equal FragmentSize to 2048-client]
[all …]
H A D13-fragmentation.cnf.in204 name => "Maximum Fragment Len extension equal FragmentSize to 2048",
208 MaxFragmentLenExt => 2048,
213 MaxFragmentSize => 2048,
234 MaxFragmentLenExt => 2048,
243 name => "Maximum Fragment Len extension 4096 greater than FragmentSize 2048",
252 MaxFragmentSize => 2048,
256 name => "Maximum Fragment Len extension 2048 greater than FragmentSize 1024",
260 MaxFragmentLenExt => 2048,
/freebsd/contrib/file/magic/Magdir/
H A Dpgp121 # 2048b RSA encrypted data
126 >12 byte 0x01 RSA (Encrypt or Sign) 2048b
127 >12 byte 0x02 RSA Encrypt-Only 2048b
204 # 2048b Elgamal encrypted data
209 >12 byte 0x10 Elgamal Encrypt-Only 2048b.
399 >0 string \x03\x98 2048b
401 >0 string \x03\xab 2048b
403 >0 string \x03\xbb 2048b
405 >0 string \x03\xbd 2048b
407 >0 string \x03\xcd 2048b
[all …]
/freebsd/crypto/openssl/test/recipes/
H A D15-test_dsaparam.t28 ./util/opensslwrap.sh genpkey -genparam -algorithm DSA -pkeyopt dsa_paramgen_bits:2048 -pkeyopt qbi…
29 ./util/opensslwrap.sh genpkey -genparam -algorithm DSA -pkeyopt dsa_paramgen_bits:2048 -pkeyopt qbi…
33 ./util/opensslwrap.sh genpkey -genparam -algorithm DSA -pkeyopt dsa_paramgen_bits:2048 -pkeyopt qbi…
34 ./util/opensslwrap.sh genpkey -genparam -algorithm DSA -pkeyopt dsa_paramgen_bits:2048 -pkeyopt qbi…
41 ./util/opensslwrap.sh genpkey -genparam -algorithm DSA -pkeyopt dsa_paramgen_bits:2048 -pkeyopt qbi…
42 ./util/opensslwrap.sh genpkey -genparam -algorithm DSA -pkeyopt dsa_paramgen_bits:2048 -pkeyopt qbi…
43 ./util/opensslwrap.sh genpkey -genparam -algorithm DSA -pkeyopt dsa_paramgen_bits:2048 -pkeyopt qbi…
53 ./util/opensslwrap.sh genpkey -genparam -algorithm DSA -pkeyopt dsa_paramgen_bits:2048 -pkeyopt qbi…
54 ./util/opensslwrap.sh genpkey -genparam -algorithm DSA -pkeyopt dsa_paramgen_bits:2048 -pkeyopt qbi…
55 ./util/opensslwrap.sh genpkey -genparam -algorithm DSA -pkeyopt dsa_paramgen_bits:2048 -pkeyopt qbi…
/freebsd/tools/test/stress2/misc/
H A Dsyzkaller63.sh19 # db_trace_self_wrapper(d,2048e3a0,27a41a40,20,c,...) at db_trace_self_wrapper+0x28/frame 0x27a418d0
22 # trap_fatal(2048e3a0,2048e3a0,27a4196c,1008e0a,18cd6638,...) at trap_fatal+0x346/frame 0x27a41938
28 # sys_cpuset_getid(2048e3a0,2048e644,2048e3a0,2048e3a0,27a41b9c,...) at sys_cpuset_getid+0x32/frame…
H A Dsuj10.sh40 # maxbsize 16384 maxbpg 2048 maxcontig 8 contigsumsize 8
43 # nindir 2048 inopb 64 maxfilesize 140806241583103
44 # sbsize 2048 cgsize 16384 csaddr 3000 cssize 2048
48 # maxbsize 16384 maxbpg 2048 maxcontig 8 contigsumsize 8
51 # nindir 2048 inopb 64 maxfilesize 140806241583103
52 # sbsize 2048 cgsize 16384 csaddr 3000 cssize 2048
/freebsd/sys/dev/videomode/
H A Dmodelines133 ModeLine "1920x1440" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
163 # 2048x1536 @ 60Hz (VESA GTF) hsync: 95.3kHz
164 Modeline "2048x1536" 266.95 2048 2200 2424 2800 1536 1537 1540 1589 -hsync +vsync
166 # 2048x1536 @ 75Hz (VESA GTF) hsync: 120.2kHz
167 Modeline "2048x1536" 340.48 2048 2216 2440 2832 1536 1537 1540 1603 -hsync +vsync
169 # 2048x1536 @ 85Hz (VESA GTF) hsync: 137.0kHz
170 Modeline "2048x1536" 388.04 2048 2216 2440 2832 1536 1537 1540 1612 -hsync +vsync
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-genpkey.pod.in129 The number of bits in the generated key. If not specified 2048 is used.
209 The number of bits in the generated prime. If not specified 2048 is used.
289 The number of bits in the prime parameter I<p>. The default is 2048.
403 Generate a 2048 bit RSA key using 3 as the public exponent:
406 -pkeyopt rsa_keygen_bits:2048 -pkeyopt rsa_keygen_pubexp:3
408 Generate 2048 bit DSA parameters that can be validated: The output values for
412 openssl genpkey -genparam -algorithm DSA -out dsap.pem -pkeyopt pbits:2048 \
423 Generate 2048 bit X9.42 DH key with 256 bit subgroup using RFC5114 group3:
435 Output 2048 bit X9.42 DH parameters with 224 bit subgroup using RFC5114 group2:
439 Output 2048 bit X9.42 DH parameters with 224 bit subgroup using FIP186-4 keygen:
[all …]
/freebsd/crypto/openssl/doc/HOWTO/
H A Dkeys.txt24 openssl genrsa -des3 -out privkey.pem 2048
30 The number 2048 is the size of the key, in bits. Today, 2048 or
43 openssl dsaparam -out dsaparam.pem 2048
45 The number 2048 is the size of the key, in bits. Today, 2048 or
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dce.c16 .src_sz_max = 2048,
25 .src_sz_max = 2048,
34 .src_sz_max = 2048,
43 .src_sz_max = 2048,
51 .src_nentries = 2048,
60 .src_sz_max = 2048,
77 .src_sz_max = 2048,
94 .src_sz_max = 2048,
103 .src_sz_max = 2048,
122 .src_sz_max = 2048,
[all …]
/freebsd/crypto/openssl/crypto/ffc/
H A Dffc_dh.c66 FFDHE(2048, 225),
74 MODP(2048, 225),
85 RFC5114("dh_2048_224", 2, 2048, 2048_224),
86 RFC5114("dh_2048_256", 3, 2048, 2048_256),

12345678910>>...49