Home
last modified time | relevance | path

Searched full:decodes (Results 1 – 25 of 176) sorted by relevance

12345678

/freebsd/crypto/openssl/include/internal/
H A Dquic_wire.h482 * Decodes the type field header of a QUIC frame (without advancing the current
507 * Decodes a QUIC ACK frame. The ack_ranges field of the passed structure should
539 * Decodes a QUIC RESET_STREAM frame.
545 * Decodes a QUIC STOP_SENDING frame.
551 * Decodes a QUIC CRYPTO frame.
562 * Decodes a QUIC NEW_TOKEN frame. *token is written with a pointer to the token
570 * Decodes a QUIC STREAM frame.
602 * Decodes a QUIC MAX_DATA frame. The Maximum Data field is written to
609 * Decodes a QUIC MAX_STREAM_DATA frame. The Stream ID is written to *stream_id
616 * Decodes a QUIC MAX_STREAMS frame. The Maximum Streams field is written to
[all …]
H A Dpacket_quic.h19 * Decodes a QUIC variable-length integer in |pkt| and stores the result in
41 * Decodes a QUIC variable-length integer in |pkt| and stores the result in
/freebsd/contrib/bsnmp/lib/
H A Dasn1.3273 decodes a complete 32-bit signed integer including the header.
283 decodes the value field of an ASN.1 octet string.
299 decodes an octetstring including the header.
318 decodes a null value.
323 decodes a null including the header and the function
342 decodes a complete OID (including the header) and the function
348 decodes a sequence header.
354 decodes an IP address value.
362 decodes a complete IP address (including the header) and
368 decodes an unsigned 32-bit integer value.
[all …]
H A Dbsnmplib.3352 decodes the PDU pointed to by
370 decodes the header of the PDU pointed to by
376 decodes the scoped PDU pointed to by
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ShuffleDecode.h65 /// Decodes the shuffle masks for pshufd/pshufw/vpermilpd/vpermilps.
69 /// Decodes the shuffle masks for pshufhw.
73 /// Decodes the shuffle masks for pshuflw.
77 /// Decodes a PSWAPD 3DNow! instruction.
80 /// Decodes the shuffle masks for shufp*.
84 /// Decodes the shuffle masks for unpckhps/unpckhpd and punpckh*.
88 /// Decodes the shuffle masks for unpcklps/unpcklpd and punpckl*.
92 /// Decodes a broadcast of the first element of a vector.
95 /// Decodes a broadcast of a subvector to a larger vector type.
117 /// Decodes the shuffle masks for VPERMQ/VPERMPD.
/freebsd/crypto/openssl/doc/man7/
H A Dprovider-decoder.pod62 that decodes DER to a provider-native object.
109 it decodes. For example, an implementation that decodes an RSA key
110 should be named "RSA". Likewise, an implementation that decodes DER data
132 An implementation with that input type decodes PEM formatted data.
136 An implementation with that input type decodes DER formatted data.
140 An implementation with that input type decodes MSBLOB formatted data.
144 An implementation with that input type decodes PVK formatted data.
/freebsd/secure/lib/libcrypto/man/man7/
H A Dprovider-decoder.7124 that decodes DER to a provider\-native object.
174 it decodes. For example, an implementation that decodes an RSA key
175 should be named "RSA". Likewise, an implementation that decodes DER data
192 An implementation with that input type decodes PEM formatted data.
195 An implementation with that input type decodes DER formatted data.
198 An implementation with that input type decodes MSBLOB formatted data.
201 An implementation with that input type decodes PVK formatted data.
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DRecordSerialization.h48 /// Decodes a numeric "leaf" value. These are integer literals encountered in
54 /// Decodes a numeric leaf value that is known to be a particular type.
57 /// Decodes signed and unsigned fixed-length integers.
61 /// Decodes a null terminated string.
67 /// Decodes an arbitrary object whose layout matches that of the underlying
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dvgaarb.h59 * @decodes: bit mask of what legacy regions the card decodes
61 * Indicates to the arbiter if the card decodes legacy VGA IOs,
70 unsigned int decodes);
73 unsigned int decodes) { }; in vga_set_legacy_decoding() argument
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_punycode_decode.pod23 ossl_a2ulabel() decodes NUL-terminated hostname from PUNYCODE to UTF-8,
26 ossl_punycode_decode() decodes one label (one dot-separated part) from
/freebsd/crypto/openssl/crypto/
H A Dasn1_dsa.c150 * Decodes the DER length octets in pkt and initialises subpkt with the
174 * Decodes a single ASN.1 INTEGER value from pkt, which must be DER encoded,
220 * Decodes a single DSA-Sig-Value or ECDSA-Sig-Value from *ppin, which must be
/freebsd/crypto/heimdal/lib/wind/
H A Drfc3492.txt917 delta "ihq" decodes to 19853
920 delta "wc" decodes to 64
923 delta "rb" decodes to 37
926 delta "4c" decodes to 56
929 delta "v8a" decodes to 599
932 delta "8d" decodes to 130
935 delta "qg" decodes to 154
938 delta "056p" decodes to 46301
941 delta "qjye" decodes to 88531
965 delta "ww4c" decodes to 62042
[all …]
/freebsd/crypto/krb5/src/util/support/
H A Dt_utf16.c61 /* Invalid UTF-8: decodes to value in surrogate pair range */
66 /* Invalid UTF-8: decodes to value above Unicode range */
/freebsd/crypto/openssl/doc/man3/
H A DASN1_item_d2i_bio.pod39 ASN1_item_d2i_ex() decodes the contents of the data stored in I<*in> of length
53 ASN1_item_d2i_bio_ex() decodes the contents of its input BIO I<in>,
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidTrailingCall.cpp9 // The Windows x64 unwinder decodes the instruction stream during unwinding.
10 // The unwinder decodes forward from the current PC to detect epilogue code
/freebsd/crypto/openssl/crypto/asn1/
H A Devp_asn1.c116 * This function decodes an int-octet sequence and copies the integer to 'num'
179 * This function decodes an octet-int sequence and copies the data of octet
/freebsd/secure/lib/libcrypto/man/man3/
H A DASN1_item_d2i_bio.3101 \&\fBASN1_item_d2i_ex()\fR decodes the contents of the data stored in \fI*in\fR of length
115 \&\fBASN1_item_d2i_bio_ex()\fR decodes the contents of its input BIO \fIin\fR,
/freebsd/contrib/ntp/html/
H A Dhistory.html22 …ded to show the various status word and event decodes used for monitoring and event reporting. The…
51 …The status, selection, source, event and log decodes have been adjusted for consistency. Some of t…
/freebsd/contrib/libcbor/src/cbor/
H A Dstreaming.h22 * success. Decodes one item at a time. No memory allocations occur.
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-encoding.h24 * Decodes an Argon2 hash string into the provided structure 'ctx'.
/freebsd/contrib/libcbor/doc/source/api/
H A Dstreaming_decoding.rst4 … a stream of input bytes from a buffer and invokes user-provided callbacks as it decodes the input:
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dti,tvp514x.txt4 digital video decoder that digitizes and decodes all popular baseband analog
H A Dtvp514x.txt4 digital video decoder that digitizes and decodes all popular baseband analog
/freebsd/share/man/man4/
H A Dappleir.442 The driver decodes proprietary Apple Remote button presses and provides
/freebsd/crypto/heimdal/lib/krb5/
H A Dkrb5_check_transited.3102 encodes and decodes the realm names in the X500 format that Kerberos

12345678