Home
last modified time | relevance | path

Searched full:encodes (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/freebsd/crypto/openssl/include/internal/
H A Dquic_wire.h234 * Encodes zero or more QUIC PADDING frames to the packet writer. Each PADDING
241 * Encodes a QUIC PING frame to the packet writer. This frame type takes
247 * Encodes a QUIC ACK frame to the packet writer, given a logical representation
265 * Encodes a QUIC RESET_STREAM frame to the packet writer, given a logical
272 * Encodes a QUIC STOP_SENDING frame to the packet writer, given a logical
279 * Encodes a QUIC CRYPTO frame header to the packet writer.
295 * Encodes a QUIC CRYPTO frame to the packet writer.
306 * Encodes a QUIC NEW_TOKEN frame to the packet writer.
313 * Encodes a QUIC STREAM frame's header to the packet writer. The f->stream_id,
351 * Encodes a QUIC MAX_DATA frame to the packet writer.
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DASN1_generate_nconf.pod53 This encodes a boolean type. The I<value> string is mandatory and
64 Encodes an ASN1 B<INTEGER> type. The I<value> string represents
71 Encodes the ASN1 B<ENUMERATED> type, it is otherwise identical to
76 Encodes an ASN1 B<OBJECT IDENTIFIER>, the I<value> string can be
81 Encodes an ASN1 B<UTCTime> structure, the value should be in
86 Encodes an ASN1 B<GeneralizedTime> structure, the value should be in
91 Encodes an ASN1 B<OCTET STRING>. I<value> represents the contents
97 Encodes an ASN1 B<BIT STRING>. I<value> represents the contents
H A DASN1_item_d2i_bio.pod73 ASN1_item_i2d_mem_bio() encodes the given ASN.1 value I<val>
76 ASN1_item_pack() encodes the given ASN.1 value in I<obj> using the
/freebsd/secure/lib/libcrypto/man/man3/
H A DASN1_generate_nconf.3103 This encodes a boolean type. The \fIvalue\fR string is mandatory and
112 Encodes an ASN1 \fBINTEGER\fR type. The \fIvalue\fR string represents
118 Encodes the ASN1 \fBENUMERATED\fR type, it is otherwise identical to
122 Encodes an ASN1 \fBOBJECT IDENTIFIER\fR, the \fIvalue\fR string can be
126 Encodes an ASN1 \fBUTCTime\fR structure, the value should be in
130 Encodes an ASN1 \fBGeneralizedTime\fR structure, the value should be in
134 Encodes an ASN1 \fBOCTET STRING\fR. \fIvalue\fR represents the contents
139 Encodes an ASN1 \fBBIT STRING\fR. \fIvalue\fR represents the contents
H A DASN1_item_d2i_bio.3132 \&\fBASN1_item_i2d_mem_bio()\fR encodes the given ASN.1 value \fIval\fR
135 \&\fBASN1_item_pack()\fR encodes the given ASN.1 value in \fIobj\fR using the
/freebsd/contrib/bsnmp/lib/
H A Dasn1.3279 encodes a 32-bit signed integer.
309 encodes an octetstring (including the header).
325 encodes a null.
344 encodes a complete OID.
364 encodes an IP address.
375 encodes an unsigned 32-bit integer value and inserts the tag given in
388 encodes a complete unsigned 64-bit value.
396 encodes such an object.
/freebsd/stand/lua/
H A Dcolor.lua.877 Returns the escape sequence that encodes
87 Returns the escape sequence that encodes
97 Returns an escape sequence that encodes
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCCodeEmitter.h55 /// Encodes the `PTRREGS` operand to a load or store instruction.
60 /// Encodes a `register+immediate` operand for `LDD`/`STD`.
70 /// Encodes an immediate value with a given fixup.
/freebsd/crypto/heimdal/doc/doxyout/ntlm/man/man3/
H A Dntlm_core.3214 Encodes a ntlm_targetinfo message.
233 Encodes an \fBntlm_type1\fP message.
250 Encodes an \fBntlm_type2\fP message.
267 Encodes an \fBntlm_type3\fP message.
/freebsd/contrib/jemalloc/include/jemalloc/
H A Djemalloc_macros.h.in25 * Bias tcache index bits so that 0 encodes "automatic tcache management", and 1
26 * encodes MALLOCX_TCACHE_NONE.
31 * Bias arena index bits so that 0 encodes "use an automatically chosen arena".
/freebsd/lib/libc/rpc/
H A Drpc_xdr.366 It encodes the static part of the call message header in the
84 It encodes the rejected RPC message in the XDR language format.
/freebsd/usr.bin/localedef/
H A Dwide.c377 * GBK encodes wides in the same way that big5 does, the high order
397 * GB18030. This encodes as 8, 16, or 32-bits.
399 * the second byte encodes 0x30-39 and all other sequences are 2 bytes.
527 * EUC-CN encodes as follows:
541 * EUC-JP encodes as follows:
555 * EUC-KR encodes as follows:
569 * EUC-TW encodes as follows:
/freebsd/lib/libcam/
H A Dcam_cdbparse.3459 encodes the
467 encodes the
475 encodes an arbitrary data pointer, using the method described
538 There should probably be a function that encodes both the CDB and the data
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h96 // third operand encodes the shift opcode and the imm if a reg isn't present.
392 // reg/reg form, otherwise it's reg#0. The third field encodes the operation
394 // fourth operand 16-17 encodes the index mode.
427 // reg/reg form, otherwise it's reg#0. The third field encodes the operation
428 // in bit 8, the immediate in bits 0-7. The fourth operand 9-10 encodes the
431 /// getAM3Opc - This function encodes the addrmode3 opc field.
472 // The first operand is always a Reg. The second operand encodes the
475 /// getAM5Opc - This function encodes the addrmode5 opc field.
493 // The first operand is always a Reg. The second operand encodes the
496 /// getAM5FP16Opc - This function encodes the addrmode5fp16 opc field.
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DXCOFF.cpp157 "ParmsType encodes can not map to ParmsNum " in parseParmsType()
234 "ParmsType encodes can not map to ParmsNum parameters " in parseParmsTypeWithVecInfo()
274 "ParmsType encodes more than ParmsNum parameters " in parseVectorParmsType()
/freebsd/crypto/heimdal/lib/wind/
H A Drfc3492.txt191 coding" encodes the non-basic code points as deltas, and processes
888 because IDNA never encodes pure ASCII labels.)
1027 needed delta is 19853, encodes as "ihq"
1030 needed delta is 64, encodes as "wc"
1033 needed delta is 37, encodes as "rb"
1036 needed delta is 56, encodes as "4c"
1039 needed delta is 599, encodes as "v8a"
1042 needed delta is 130, encodes as "8d"
1045 needed delta is 154, encodes as "qg"
1048 needed delta is 46301, encodes as "056p"
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.h59 /// Encodes and adds \param Value to the hash as a ULEB128.
62 /// Encodes and adds \param Value to the hash as a SLEB128.
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Datmel,ebi.txt25 The first cell encodes the CS.
31 - ranges: Encodes CS to memory region association.
/freebsd/crypto/openssl/doc/man7/
H A Dprovider-encoder.pod63 that encodes DER to PEM (that one would receive the DER encoding via
127 For example, an implementation that encodes an RSA key should be named "RSA".
128 Likewise, an implementation that further encodes DER should be named "DER".
/freebsd/secure/lib/libcrypto/man/man7/
H A Dprovider-encoder.7121 that encodes DER to PEM (that one would receive the DER encoding via
178 For example, an implementation that encodes an RSA key should be named "RSA".
179 Likewise, an implementation that further encodes DER should be named "DER".
/freebsd/crypto/openssl/doc/designs/
H A Dslh-dsa.md78 encodes the message internally as 0x00 || len(ctx) || ctx || message.
84 Pre Hash SLH-DSA Signature Generation encodes the message as
/freebsd/sys/dev/ath/ath_hal/
H A Dah_desc.h153 * It encodes the LNA configuration information.
156 * HAL_RX_LNA_EXTCFG encodes which configuration was
170 * It encodes the switch table configuration and fast diversity
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/
H A Djemalloc.h120 * Bias tcache index bits so that 0 encodes "automatic tcache management", and 1
121 * encodes MALLOCX_TCACHE_NONE.
126 * Bias arena index bits so that 0 encodes "use an automatically chosen arena".
/freebsd/crypto/openssl/crypto/ml_dsa/
H A Dml_dsa_encoders.c38 * Encodes a polynomial into a byte string, assuming that all coefficients are
71 * Encodes a polynomial into a byte string, assuming that all coefficients are
112 * Encodes a polynomial into a byte string, assuming that all coefficients are
184 * @brief Encodes a polynomial into a byte string, assuming that all
266 * @brief Encodes a polynomial into a byte string, assuming that all
366 * @brief Encodes a polynomial into a byte string, assuming that all
456 * @brief Encodes a polynomial into a byte string, assuming that all
537 * @brief Encodes a polynomial into a byte string, assuming that all
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_hexagon.cpp47 // The constant-extended register transfer encodes the 6 least in encodeExtendedTransferImmediate()
66 // The extender encodes the 26 most significant bits of the effective in encodeConstantExtender()

12345678910>>...14