/freebsd/crypto/openssl/test/recipes/ |
H A D | 15-test_ml_kem_codecs.t | 24 my @formats = qw(seed-priv priv-only seed-only oqskeypair bare-seed bare-priv); 29 plan tests => @algs * (25 + 10 * @formats); 36 my %formats = map { ($_, sprintf("prv-%s-%s.pem", $alg, $_)) } @formats; 38 # (1 + 6 * @formats) tests 44 foreach my $f (keys %formats) { 45 my $k = $formats{$f}; 46 my %pruned = %formats; 72 # (3 + 2 * @formats) tests 86 while (my ($f, $k) = each %formats) { 101 ok(!compare_text(data_file($formats{'priv-only'}), $seedless), [all …]
|
H A D | 15-test_ml_dsa_codecs.t | 24 my @formats = qw(seed-priv priv-only seed-only oqskeypair bare-seed bare-priv); 29 plan tests => @algs * (23 + 10 * @formats); 37 my %formats = map { ($_, sprintf("prv-%s-%s.pem", $alg, $_)) } @formats; 42 # (1 + 6 * @formats) tests 48 foreach my $f (keys %formats) { 49 my $kf = $formats{$f}; 50 my %pruned = %formats; 76 # (1 + 2 * @formats) tests 84 while (my ($f, $kf) = each %formats) { 99 ok(!compare_text(data_file($formats{'priv-only'}), $seedless), [all …]
|
/freebsd/contrib/libarchive/ |
H A D | README.md | 4 can read and write streaming archives in a variety of formats. It 61 * libarchive-formats.5 documents the file formats supported by the library 63 popular archive formats, including hard-to-find details about 67 a number of different formats. 73 ## Supported Formats 75 Currently, the library automatically detects and reads the following formats: 110 The library can create archives in any of the following formats: 160 of an archive are not directly supported. For some formats, 170 archive formats. The only requirement is that the format be 177 * The same API is used for all formats; it should be very [all …]
|
/freebsd/crypto/openssl/providers/implementations/encode_decode/ |
H A D | ml_common_codecs.c | 37 const char *direction, const char *formats) in ossl_ml_common_pkcs8_fmt_order() argument 41 const char *fmt = formats, *end; in ossl_ml_common_pkcs8_fmt_order() 55 if (formats == NULL) in ossl_ml_common_pkcs8_fmt_order() 59 * Formats are case-insensitive, separated by spaces, tabs or commas. in ossl_ml_common_pkcs8_fmt_order() 60 * Duplicate formats are allowed, the first occurence determines the order. in ossl_ml_common_pkcs8_fmt_order() 79 /* No formats matched, raise an error */ in ossl_ml_common_pkcs8_fmt_order() 83 "no %s private key %s formats are enabled", in ossl_ml_common_pkcs8_fmt_order()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | libarchive.3 | 35 archives in various formats such as tar and cpio. 61 most common cpio archive formats, 95 and decompresses them transparently. Decompression of some formats 133 eliminates essentially all of the limitations of historic tar formats 212 Users familiar with historic formats should be aware that the newer 279 Some archive formats support information that is not supported by 289 is supported by all formats. 290 For example, cpio formats do not support nanosecond timestamps; 291 old tar formats do not support large device numbers.
|
H A D | libarchive-formats.5 | 29 .Nm libarchive-formats 30 .Nd archive formats supported by the libarchive library 34 library reads and writes a variety of streaming archive formats. 35 Generally speaking, all of these archive formats consist of a series of 45 Applications that use libarchive specify which formats they wish 47 functions to enable all supported formats. 48 .Ss Tar Formats 56 formats as well as v7 tar format and a subset of the legacy GNU tar format. 58 All tar formats store each entry in one or more 512-byte records. 76 formats. [all …]
|
H A D | archive_write_format.3 | 117 The library can write a variety of common archive formats. 159 More details on the formats supported by libarchive can be found in the 160 .Xr libarchive-formats 5 183 .Xr libarchive-formats 5 ,
|
H A D | libarchive_internals.3 | 37 make it easy to add new archive and compression formats. 230 The read formats have a similar lifecycle to the decompression handlers: 235 Formats bid by invoking the 244 Most formats only require a few hundred bytes of look ahead; 251 For formats such as tar or cpio, reading and parsing the header is 253 For formats that store all header data at the beginning of the file, 298 Since it does not handle multiple formats or compression, it
|
/freebsd/usr.bin/printf/ |
H A D | printf.1 | 43 utility formats and prints its arguments, after the first, under control 125 formats, this option has no effect. 128 formats the precision of the number is increased to force the first 141 formats, the result will always contain a decimal point, even if no 143 results of those formats if a digit follows the decimal point). 148 formats, trailing zeros are not removed from the result as they 156 a sign placed before the number when using signed formats. 183 formats, or the maximum number of bytes to be printed 189 The uppercase formats differ from their lowercase counterparts only in 356 behavior of converting arguments of numeric formats not beginning [all …]
|
/freebsd/share/mk/ |
H A D | bsd.info.mk | 18 # FORMATS Indicates which output formats will be generated 80 FORMATS?= info 119 .for _f in ${FORMATS} 165 .if !empty(FORMATS:Mps) || !empty(FORMATS:Mdvi) || !empty(FORMATS:Mlatin1) 172 .if !empty(FORMATS:Mhtml) 182 .if !empty(FORMATS:Mhtml)
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | ks_file.c | 321 } formats[] = { variable 343 for (j = 0; j < sizeof(formats)/sizeof(formats[0]); j++) { in pem_func() 344 const char *q = formats[j].name; in pem_func() 347 if (formats[j].ai != NULL) in pem_func() 348 ai = (*formats[j].ai)(); in pem_func() 350 ret = (*formats[j].func)(context, NULL, pem_ctx->c, in pem_func() 360 if (j == sizeof(formats)/sizeof(formats[0])) { in pem_func() 456 for (i = 0; i < sizeof(formats)/sizeof(formats[0]); i++) { in file_init_common() 458 if (formats[i].ai != NULL) in file_init_common() 459 ai = (*formats[i].ai)(); in file_init_common() [all …]
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBTypeCategoryExtensions.i | 46 '''An accessor function that returns a list() that contains all formats in a lldb.SBCategory object.''' 47 formats = [] 49 formats.append(self.GetFormatAtIndex(idx)) 50 return formats 85 formats = property(get_formats_array, None, doc='''A read only property that returns a list() of lldb.SBTypeFormat objects contained in this category''') 86 format = property(get_formats_access_object, None, doc=r'''A read only property that returns an object that you can use to look for formats by index or type name.''')
|
/freebsd/usr.bin/mkimg/ |
H A D | mkimg.1 | 49 .Fl -formats | Fl -schemes | Fl -version 68 Most formats require seekable output, except of raw disk image. 193 The list of supported output formats is printed when the 194 .Fl -formats 208 .Sh DISK FORMATS 211 utility supports a number of output file formats. 220 The QCOW file formats are natively supported by QEMU and Xen. 244 Microsoft's "Virtual Hard Disk" file formats. 266 Microsoft's "Virtual Hard Disk v2" file formats, the 284 Not all virtualization solutions support all file formats, but often those
|
/freebsd/tests/sys/sound/ |
H A D | pcm_read_write.c | 11 * various sample formats supported. In particular, the test cases establish 37 /* 8 bit sample formats. */ 43 /* 16 bit sample formats. */ 53 /* 24 bit sample formats. */ 63 /* 32 bit sample formats. */ 73 /* 32 bit floating point sample formats. */ 79 /* u-law and A-law sample formats. */ 128 "Read and verify different pcm sample formats."); in ATF_TC_HEAD() 171 "Write and verify different pcm sample formats."); in ATF_TC_HEAD() 236 "Verify bit width of different pcm sample formats."); in ATF_TC_HEAD()
|
/freebsd/usr.bin/stat/ |
H A D | stat.c | 473 * Some simple one-character "formats". in output() 501 * similar to printf(3) formats up to a point, and are of in output() 652 int l, small, formats; in format1() local 655 formats = 0; in format1() 680 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX | in format1() 693 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX; in format1() 724 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX | in format1() 733 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX; in format1() 745 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX | in format1() 758 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX | in format1() [all …]
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_PKEY-ML-DSA.pod | 111 List of enabled private key input formats when parsing PKCS#8 objects. 113 The list of enabled formats can be specified in the configuration file, as seen 118 By default all the supported formats are enabled. 119 The supported formats are: 180 Ordered list of enabled private key output formats when writing B<PKCS#8> files. 182 The list of enabled formats can be specified in the configuration file, as seen 186 This supports the same set of formats as described under C<ml-dsa.input_formats> 199 The legacy C<oqskeypair>, C<bare-seed> and C<bare-priv> formats can also be 264 # OQS legacy formats disabled
|
H A D | EVP_PKEY-ML-KEM.pod | 142 List of enabled private key input formats when parsing PKCS#8 objects. 144 The list of enabled formats can be specified in the configuration file, as seen 149 By default all the supported formats are enabled. 150 The supported formats are: 211 Ordered list of enabled private key output formats when writing B<PKCS#8> files. 213 The list of enabled formats can be specified in the configuration file, as seen 217 This supports the same set of formats as described under C<ml-kem.input_formats> 230 The legacy C<oqskeypair>, C<bare-seed> and C<bare-priv> formats can also be 282 # OQS legacy formats disabled
|
/freebsd/secure/lib/libcrypto/man/man7/ |
H A D | EVP_PKEY-ML-KEM.7 | 182 List of enabled private key input formats when parsing PKCS#8 objects. 184 The list of enabled formats can be specified in the configuration file, as seen 189 By default all the supported formats are enabled. 190 The supported formats are: 253 Ordered list of enabled private key output formats when writing \fBPKCS#8\fR files. 255 The list of enabled formats can be specified in the configuration file, as seen 259 This supports the same set of formats as described under \f(CW\*(C`ml\-kem.input_formats\*(C'\fR 272 …skeypair\*(C'\fR, \f(CW\*(C`bare\-seed\*(C'\fR and \f(CW\*(C`bare\-priv\*(C'\fR formats can also be 328 \& # OQS legacy formats disabled
|
H A D | EVP_PKEY-ML-DSA.7 | 151 List of enabled private key input formats when parsing PKCS#8 objects. 153 The list of enabled formats can be specified in the configuration file, as seen 158 By default all the supported formats are enabled. 159 The supported formats are: 222 Ordered list of enabled private key output formats when writing \fBPKCS#8\fR files. 224 The list of enabled formats can be specified in the configuration file, as seen 228 This supports the same set of formats as described under \f(CW\*(C`ml\-dsa.input_formats\*(C'\fR 241 …skeypair\*(C'\fR, \f(CW\*(C`bare\-seed\*(C'\fR and \f(CW\*(C`bare\-priv\*(C'\fR formats can also be 312 \& # OQS legacy formats disabled
|
/freebsd/usr.bin/sort/tests/ |
H A D | sort_monthsort_test.sh | 40 # No need to test the rest of the formats (%b and %OB) as %b is a 49 atf_set "descr" "Test the -M flag with all possible Greek month formats" 54 # abbreviation/full-name and standalone formats are different. 115 atf_set "descr" "Test the -M flag with mixed Greek month formats"
|
/freebsd/sbin/ipf/ipsend/ |
H A D | ipresend.1 | 25 number of different file formats as input, including saved snoop/tcpdump 49 The input file is to be text output from etherfind. The text formats which 80 The input file is to be text output from tcpdump. The text formats which 101 Not all of the input formats are sufficiently capable of introducing a
|
/freebsd/sys/contrib/device-tree/Bindings/display/ |
H A D | lvds.yaml | 18 It supports reversing the bit order on the formats defined there in order 19 to accommodate for even more specialized data formats, since a variety of 20 data formats and layouts is used to drive LVDS displays.
|
/freebsd/usr.bin/tabs/ |
H A D | tabs.c | 55 /* Predefined formats, taken from IEEE Std 1003.1-2001. */ 59 } formats[] = { variable 122 for (i = 0; i < (int)NELEMS(formats); i++) in main() 123 if (strcmp(formats[i].name, arg + 1) == 0) in main() 125 if (i == NELEMS(formats)) in main() 128 formats[i].stops[j] != 0; j++) in main() 129 stops[nstops++] = formats[i].stops[j]; in main()
|
/freebsd/contrib/libarchive/cpio/ |
H A D | bsdcpio.1 | 110 Supported formats include: 129 .Xr libarchive-formats 5 131 formats currently supported by the underlying 380 .Xr libarchive-formats 5 , 389 The cpio, ustar, and pax interchange file formats are defined by 417 Older cpio formats limit the user and group numbers to 419 The cpio archive formats cannot support files over 4 gigabytes,
|
/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | renesas,fdp1.txt | 6 YCbCr/YUV formats and RGB formats. Only YCbCr/YUV formats are supported as
|