Home
last modified time | relevance | path

Searched full:encode (Results 1 – 25 of 1342) sorted by relevance

12345678910>>...54

/freebsd/crypto/openssl/crypto/comp/
H A Dc_brotli.c30 #include <brotli/encode.h>
401 } encode; member
461 ctx->encode.bufsize = BROTLI_DEFAULT_BUFSIZE; in bio_brotli_new()
462 ctx->encode.state = BrotliEncoderCreateInstance(brotli_alloc, brotli_free, NULL); in bio_brotli_new()
463 if (ctx->encode.state == NULL) in bio_brotli_new()
465 ctx->encode.mode = BROTLI_DEFAULT_MODE; in bio_brotli_new()
474 BrotliEncoderDestroyInstance(ctx->encode.state); in bio_brotli_new()
490 BrotliEncoderDestroyInstance(ctx->encode.state); in bio_brotli_free()
491 OPENSSL_free(ctx->encode.buf); in bio_brotli_free()
590 if (ctx->encode.done) in bio_brotli_write()
[all …]
/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_encoder.h57 /* Encode a Padding (pad) packet. */
60 /* Encode a Packet Stream Boundary (psb) packet. */
63 /* Encode an End PSB (psbend) packet. */
66 /* Encode a Target Instruction Pointer (tip) packet. */
70 /* Encode a Taken Not Taken (tnt) packet - 8-bit version. */
73 /* Encode a Taken Not Taken (tnt) packet - 64-bit version. */
76 /* Encode a Packet Generation Enable (tip.pge) packet. */
80 /* Encode a Packet Generation Disable (tip.pgd) packet. */
84 /* Encode a Flow Update Packet (fup). */
88 /* Encode a Paging Information Packet (pip). */
[all …]
/freebsd/crypto/heimdal/appl/gssmask/
H A Dprotocol.h158 * length-encode: plaintext
161 * length-encode: ciphertext
169 * length-encode: ciphertext
172 * length-encode: plaintext
182 * length-encode: message
183 * length-encode: signature
256 * length-encode: certificate (pkcs12 data)
268 * length-encode: protocol header
269 * length-encode: plaintext
270 * length-encode: protocol trailer
[all …]
/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/
H A DFPBits.h317 LIBC_INLINE static constexpr StorageType encode(BiasedExponent exp) {
321 LIBC_INLINE static constexpr StorageType encode(Significand value) {
325 LIBC_INLINE static constexpr StorageType encode(BiasedExponent exp,
327 return encode(exp) | encode(sig);
330 LIBC_INLINE static constexpr StorageType encode(Sign sign, BiasedExponent exp,
333 return SIGN_MASK | encode(exp, sig);
334 return encode(exp, sig);
355 bits = merge(bits, encode(biased), EXP_MASK);
382 using UP::encode;
391 return RetT(encode(sign, Exponent::subnormal(), Significand::zero()));
[all …]
/freebsd/crypto/openssl/test/
H A Dcms-examples.pl36 [ "3.2.bin" => "encode, dataout" ],
37 [ "4.1.bin" => "encode, verifyder, cont, dss" ],
38 [ "4.2.bin" => "encode, verifyder, cont, rsa" ],
39 [ "4.3.bin" => "encode, verifyder, cont_extern, dss" ],
40 [ "4.4.bin" => "encode, verifyder, cont, dss" ],
42 [ "4.6.bin" => "encode, verifyder, cont, dss" ],
43 [ "4.7.bin" => "encode, verifyder, cont, dss" ],
46 [ "4.10.bin" => "encode, verifyder, cont, dss" ],
47 [ "4.11.bin" => "encode, certsout" ],
48 [ "5.1.bin" => "encode, envelopeder, cont" ],
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndexSet.cpp113 // Encode the data version. in EncodeIndexSet()
118 set.function_basenames.Encode(index_encoder, strtab); in EncodeIndexSet()
122 set.function_fullnames.Encode(index_encoder, strtab); in EncodeIndexSet()
126 set.function_methods.Encode(index_encoder, strtab); in EncodeIndexSet()
130 set.function_selectors.Encode(index_encoder, strtab); in EncodeIndexSet()
134 set.objc_class_selectors.Encode(index_encoder, strtab); in EncodeIndexSet()
138 set.globals.Encode(index_encoder, strtab); in EncodeIndexSet()
142 set.types.Encode(index_encoder, strtab); in EncodeIndexSet()
146 set.namespaces.Encode(index_encoder, strtab); in EncodeIndexSet()
151 strtab.Encode(encoder); in EncodeIndexSet()
/freebsd/contrib/libc-vis/
H A Dvis.h46 * to alter set of characters encoded (default is to encode all
49 #define VIS_SP 0x0004 /* also encode space */
50 #define VIS_TAB 0x0008 /* also encode tab */
51 #define VIS_NL 0x0010 /* also encode newline */
53 #define VIS_SAFE 0x0020 /* only encode "unsafe" characters */
54 #define VIS_DQ 0x8000 /* also encode double quotes */
62 #define VIS_GLOB 0x0100 /* encode glob(3) magic characters */
67 #define VIS_SHELL 0x2000 /* encode shell special characters [not glob] */
69 #define VIS_NOLOCALE 0x4000 /* encode using the C locale */
H A Dvis.351 .Nd visually encode characters
131 functions encode characters from
140 functions encode exactly
246 Also encode double quotes
248 Also encode the magic characters
259 Also encode the meta characters used by shells (in addition to the glob
281 Also encode space.
283 Also encode tab.
285 Also encode newline.
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataEncoder.h29 /// DataEncoder is a class that can encode binary data (swapping if needed) to
87 /// Encode an unsigned integer of size \a byte_size to \a offset.
89 /// Encode a single integer value at \a offset and return the offset that
99 /// The size in byte of the integer to encode.
111 /// Encode an unsigned integer at offset \a offset.
113 /// Encode a single unsigned integer value at \a offset and return the offset
177 /// Encode an arbitrary number of bytes.
184 /// The buffer that contains the bytes to encode.
187 /// The number of bytes to encode.
194 /// Encode a
[all...]
/freebsd/crypto/openssh/openbsd-compat/
H A Dvis.h53 * to alter set of characters encoded (default is to encode all
56 #define VIS_SP 0x04 /* also encode space */
57 #define VIS_TAB 0x08 /* also encode tab */
58 #define VIS_NL 0x10 /* also encode newline */
60 #define VIS_SAFE 0x20 /* only encode "unsafe" characters */
62 #define VIS_ALL 0x400 /* encode all characters */
68 #define VIS_GLOB 0x100 /* encode glob(3) magics and '#' */
/freebsd/crypto/openssl/include/internal/
H A Djson_enc.h55 * Generally the caller should encode only a single output item (e.g. a JSON
188 * Encode a JSON key within an object. Pass a zero-terminated string, which can
193 /* Encode a JSON 'null' value. */
196 /* Encode a JSON boolean value. */
199 /* Encode a JSON integer from a uint64_t. */
202 /* Encode a JSON integer from an int64_t. */
206 * Encode a JSON UTF-8 string from a zero-terminated string. The string passed
212 * Encode a JSON UTF-8 string from a string with the given length. The string
218 * Encode binary data as a lowercase hex string. data_len is the data length in
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProfRadixTree.cpp17 // Encode a call stack into RadixArray. Return the starting index within
18 // RadixArray. For each call stack we encode, we emit two or three components
122 // Once we encode CallStackId 1 into RadixArray, every other call stack with in build()
130 // call stacks and encode them as: in build()
142 // many call stacks use a given radix tree node, and encode a radix tree from in build()
152 // Popular frames should come later because we encode call stacks from in build()
173 // Compute the radix array. We encode one call stack at a time, computing the in build()
174 // longest prefix that's shared with the previous call stack we encode. For in build()
175 // each call stack we encode, we remember a mapping from CallStackId to its in build()
178 // As an optimization, we encode from the last call stack in CallStacks to in build()
/freebsd/contrib/openbsm/compat/
H A Dvis.h45 * to alter set of characters encoded (default is to encode all
48 #define VIS_SP 0x04 /* also encode space */
49 #define VIS_TAB 0x08 /* also encode tab */
50 #define VIS_NL 0x10 /* also encode newline */
52 #define VIS_SAFE 0x20 /* only encode "unsafe" characters */
59 #define VIS_GLOB 0x100 /* encode glob(3) magics */
78 * vis - visually encode characters
/freebsd/crypto/openssl/crypto/slh_dsa/
H A Dslh_dsa.c211 * @brief Encode a message
217 * @param msg A message to encode
221 * @param encode Use the Pure signature encoding if this is 1, and dont encode
228 * otherwise it allocates memory which must be freed by the caller. If |encode|
232 const uint8_t *ctx, size_t ctx_len, int encode, in msg_encode() argument
239 if (encode == 0) { in msg_encode()
281 const uint8_t *add_rand, int encode, in ossl_slh_dsa_sign() argument
289 m = msg_encode(msg, msg_len, ctx, ctx_len, encode, m_tmp, sizeof(m_tmp), in ossl_slh_dsa_sign()
306 const uint8_t *ctx, size_t ctx_len, int encode, in ossl_slh_dsa_verify() argument
314 m = msg_encode(msg, msg_len, ctx, ctx_len, encode, m_tmp, sizeof(m_tmp), in ossl_slh_dsa_verify()
/freebsd/contrib/wpa/wpa_supplicant/examples/
H A Dp2p-nfc.py81 cmd = "WPS_NFC_TAG_READ " + str(message).encode("hex")
136 …cmd = "NFC_REPORT_HANDOVER " + type + " P2P " + str(req).encode("hex") + " " + str(sel).encode("he…
147 …cmd = "NFC_REPORT_HANDOVER " + type + " WPS " + str(req).encode("hex") + " " + str(sel).encode("he…
163 print("Handover request carrier record from wpa_supplicant: " + data.encode("hex"))
186 print(str(message).encode("hex"))
225 print(str(message).encode("hex"))
312 print(data.encode("hex"))
342 print(data.encode("hex"))
360 print(str(sel).encode("hex"))
448 print(str(p2p_sel_data).encode("hex"))
/freebsd/crypto/openssl/crypto/ml_dsa/
H A Dml_dsa_sign.c304 * @brief Encode a message
312 * @param msg A message to encode
316 * @param encode Use the Pure signature encoding if this is 1, and dont encode
323 * otherwise it allocates memory which must be freed by the caller. If |encode|
327 const uint8_t *ctx, size_t ctx_len, int encode, in msg_encode() argument
333 if (encode == 0) { in msg_encode()
366 const uint8_t *rand, size_t rand_len, int encode, in ossl_ml_dsa_sign() argument
382 m = msg_encode(msg, msg_len, context, context_len, encode, in ossl_ml_dsa_sign()
403 const uint8_t *context, size_t context_len, int encode, in ossl_ml_dsa_verify() argument
418 m = msg_encode(msg, msg_len, context, context_len, encode, in ossl_ml_dsa_verify()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DFunctionInfo.h100 /// If we encode a FunctionInfo during segmenting so we know its size, we can
101 /// cache that encoding here so we don't need to re-encode it when saving the
122 /// tables that do not encode symbol sizes. In that case only the
145 /// Encode this object into FileWriter stream.
159 LLVM_ABI llvm::Expected<uint64_t> encode(FileWriter &O,
162 /// Encode this function info into the internal byte cache and return the size
166 /// encode into so we can generate segments of the right size. We don't want
167 /// to have to encode a FunctionInfo twice, so we can cache the encoded bytes
168 /// and re-use then when calling FunctionInfo::encode(...).
/freebsd/crypto/heimdal/lib/roken/
H A Dvis.hin58 * to alter set of characters encoded (default is to encode all
61 #define VIS_SP 0x04 /* also encode space */
62 #define VIS_TAB 0x08 /* also encode tab */
63 #define VIS_NL 0x10 /* also encode newline */
65 #define VIS_SAFE 0x20 /* only encode "unsafe" characters */
/freebsd/sys/contrib/device-tree/Bindings/rtc/
H A Datmel,at91sam9-rtc.txt7 - reg: should encode the memory region of the RTT controller
10 - atmel,rtt-rtc-time-reg: should encode the GPBR register used to store
13 encode the offset within the GPBR block (or in other words, the
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dralink,rt3883-pci.txt12 - #address-cells: specifies the number of cells needed to encode an
37 - #address-cells: specifies the number of cells needed to encode an
41 - #interrupt-cells: specifies the number of cells needed to encode an
52 - #address-cells: specifies the number of cells needed to encode an
58 - #interrupt-cells: specifies the number of cells needed to encode an
/freebsd/contrib/vis/
H A Dvis.174 Also encode characters in
96 Encode using the URI encoding from RFC 1808.
103 Encode all shell meta characters (implies
109 Encode using the MIME Quoted-Printable encoding from RFC 2045.
140 Encode shell meta-characters that are non-white space or glob.
/freebsd/contrib/netbsd-tests/lib/libc/rpc/
H A Dt_xdr.c114 ATF_REQUIRE_MSG(xdr_double(&x, &d), "xdr_double ENCODE failed"); in ATF_TC_BODY()
115 ATF_REQUIRE_MSG(xdr_smallenum(&x, &s), "xdr_smallenum ENCODE failed"); in ATF_TC_BODY()
116 ATF_REQUIRE_MSG(xdr_medenum(&x, &m), "xdr_medenum ENCODE failed"); in ATF_TC_BODY()
117 ATF_REQUIRE_MSG(xdr_bigenum(&x, &b), "xdr_bigenum ENCODE failed"); in ATF_TC_BODY()
119 "xdr ENCODE result differs"); in ATF_TC_BODY()
/freebsd/contrib/bc/manuals/
H A Dbcl.3570 All functions that can return a \f[B]BclNumber\f[R] can encode an error
590 bcl(3) will encode an error in the return value, if there was one.
657 bcl(3) will encode an error in the return value, if there was one.
728 bcl(3) will encode an error in the return value, if there was one.
764 bcl(3) will encode an error in the return value, if there was one.
783 bcl(3) will encode an error in the return value, if there was one.
806 bcl(3) will encode an error in the return value, if there was one.
825 bcl(3) will encode an error in the return value, if there was one.
851 bcl(3) will encode an error in the return value, if there was one.
873 bcl(3) will encode an error in the return value, if there was one.
[all …]
H A Dbcl.3.md516 **BclNumber** can encode an error in the number, and this function will
536 bcl(3) will encode an error in the return value, if there was one. The error
596 bcl(3) will encode an error in the return value, if there was one. The error
654 bcl(3) will encode an error in the return value, if there was one. The error
684 bcl(3) will encode an error in the return value, if there was one. The error
698 bcl(3) will encode an error in the return value, if there was one. The error
715 bcl(3) will encode an error in the return value, if there was one. The error
729 bcl(3) will encode an error in the return value, if there was one. The error
748 bcl(3) will encode an error in the return value, if there was one. The error
764 bcl(3) will encode an error in the return value, if there was one. The error
[all …]
/freebsd/crypto/openssl/doc/man3/
H A Di2d_re_X509_tbs.pod7 - X509 encode and decode functions
21 The X509 encode and decode routines encode and parse an
37 respectively. The "re" in B<i2d_re_X509_tbs> stands for "re-encode",

12345678910>>...54