Home
last modified time | relevance | path

Searched refs:decoders (Results 1 – 25 of 25) sorted by relevance

/freebsd/sys/dev/fb/
H A Dsplash.c51 static int decoders; variable
132 for (i = 0; i < decoders; ++i) { in splash_register()
136 if ((i >= decoders) && (decoders % DECODER_ARRAY_DELTA) == 0) { in splash_register()
137 p = malloc(sizeof(*p)*(decoders + DECODER_ARRAY_DELTA), in splash_register()
142 bcopy(decoder_set, p, sizeof(*p)*decoders); in splash_register()
146 i = decoders++; in splash_register()
176 for (i = 0; i < decoders; ++i) { in splash_init()
185 for (++i; i < decoders; ++i) { in splash_init()
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_DECODER.pod46 B<OSSL_DECODER> is a method for decoders, which know how to
134 To list all decoders in a provider to a bio_out:
152 STACK_OF(OSSL_DECODER) *decoders;
155 decoders = sk_OSSL_DECODER_new_null();
159 decoders);
161 for (i = 0; i < sk_OSSL_DECODER_num(decoders); i++) {
162 OSSL_DECODER *decoder = sk_OSSL_DECODER_value(decoders, i);
171 sk_OSSL_DECODER_pop_free(decoders, OSSL_DECODER_free);
H A DOSSL_DECODER_CTX.pod86 The B<OSSL_DECODER_CTX> holds data about multiple decoders, as needed to
88 several possible related results. This also includes chaining decoders, so
90 generic format decoders such as PEM to DER, as well as more specialized
91 decoders like DER to RSA.
125 decoders that have been added to the I<ctx> so far. Parameters that an
134 OSSL_DECODER_CTX_add_extra() finds decoders that generate input for already
135 added decoders, and adds them as well. This is used to build decoder
147 OSSL_DECODER_CTX_get_num_decoders() gets the number of decoders currently
232 OSSL_DECODER_CTX_num_decoders() returns the current number of decoders. It
H A DOSSL_DECODER_from_bio.pod64 /* error: no suitable potential decoders found */
92 /* error: no suitable potential decoders found */
/freebsd/crypto/openssl/apps/
H A Dlist.c584 STACK_OF(OSSL_DECODER) *decoders; in list_decoders()
587 decoders = sk_OSSL_DECODER_new(decoder_cmp); in list_decoders()
588 if (decoders == NULL) { in list_decoders()
594 decoders); in list_decoders()
595 sk_OSSL_DECODER_sort(decoders); in list_decoders()
597 for (i = 0; i < sk_OSSL_DECODER_num(decoders); i++) { in list_decoders()
598 OSSL_DECODER *k = sk_OSSL_DECODER_value(decoders, i); in list_decoders()
624 sk_OSSL_DECODER_pop_free(decoders, OSSL_DECODER_free); in list_decoders()
1490 {"decoders", OPT_DECODERS, '-', "List of decoding methods" },
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dtvp5150.txt1 * Texas Instruments TVP5150 and TVP5151 video decoders
3 The TVP5150 and TVP5151 are video decoders that convert baseband NTSC and PAL
H A Dadv7604.txt3 The ADV7604 and ADV7611/12 are multiformat video decoders with an integrated
H A Dadv748x.txt3 The ADV7481 and ADV7482 are multi format video decoders with an integrated
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-list.pod.in30 [B<-decoders>]
126 =item B<-decoders>
128 Display a list of decoders.
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dti-am437x-vpfe.txt6 processing capability to connect RAW image-sensor modules and video decoders
/freebsd/sys/contrib/zstd/doc/
H A DREADME.md12 Compliant decoders must adhere to this document,
H A Dzstd_compression_format.md199 For broader compatibility, decoders are recommended to support
238 This information is important for decoders to allocate enough memory.
271 it's recommended for decoders to support `Window_Size` of up to 8 MB,
274 decoders are free to support larger or lower limits,
1421 It's used by decoders to check if they use the correct dictionary.
/freebsd/contrib/libcbor/doc/source/
H A Dapi.rst19 - stateless encoders and decoders
/freebsd/crypto/openssl/doc/man7/
H A Dprovider-decoder.pod45 not limited to deserialization as individual decoders can also do
153 Structures currently recognised by built-in decoders:
264 built-in decoders.
H A Dcrypto.pod531 encoders and decoders to perform this task.
533 Encoders and decoders are just algorithm implementations in the same way as
535 providers. The OpenSSL encoders and decoders are available in the default
539 information about decoders see L<OSSL_DECODER_CTX_new_for_pkey(3)>.
H A Dfips_module.pod389 Encoders and decoders are used to read and write keys or parameters from or to
397 the key or parameter object. The built-in OpenSSL encoders and decoders are
401 therefore these encoders/decoders have the C<fips=yes> property against them.
H A Dprovider-object.pod35 L<OSSL_DECODER(3)> allows multiple encodings, depending on existing decoders.
H A Dopenssl-glossary.pod33 An OpenSSL Provider that contains encoders and decoders for OpenSSL keys. All
/freebsd/crypto/openssl/doc/internal/man7/
H A DDERlib.pod68 =head2 DER readers / decoders
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Schedule.td721 // descendents, including Nehalem and SandyBridge have 4 decoders.
/freebsd/crypto/heimdal/lib/wind/
H A Drfc3492.txt1202 These annotations do not alter the code points returned by decoders;
1208 Punycode encoders and decoders need not support these annotations,
/freebsd/contrib/file/magic/Magdir/
H A Driff161 >>>>>15 byte&0x40 =0x00 \b, decoders should clamp
/freebsd/sys/contrib/zstd/
H A DCHANGELOG530 Fixed : Legacy decoders use unified error codes, reported by benrg (#341), fixed by Przemyslaw Skib…
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td903 /// Note that currently we cannot assign different decoders in the same
/freebsd/crypto/openssl/
H A DCHANGES.md1848 generic decoders. These do the same sort of job that PEM readers