Home
last modified time | relevance | path

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

12

/openssl/crypto/comp/
H A Dc_brotli.c600 ctx->encode.ptr = ctx->encode.buf; in bio_brotli_write()
602 ctx->encode.next_out = ctx->encode.buf; in bio_brotli_write()
603 ctx->encode.avail_out = ctx->encode.bufsize; in bio_brotli_write()
632 ctx->encode.ptr = ctx->encode.buf; in bio_brotli_write()
633 ctx->encode.next_out = ctx->encode.buf; in bio_brotli_write()
634 ctx->encode.avail_out = ctx->encode.bufsize; in bio_brotli_write()
643 ctx->encode.count = ctx->encode.bufsize - ctx->encode.avail_out; in bio_brotli_write()
657 if (ctx->encode.buf == NULL || (ctx->encode.done && ctx->encode.count == 0)) in bio_brotli_flush()
681 ctx->encode.ptr = ctx->encode.buf; in bio_brotli_flush()
682 ctx->encode.next_out = ctx->encode.buf; in bio_brotli_flush()
[all …]
/openssl/external/perl/Text-Template-1.56/t/
H A Dtemplate-encoding.t21 print $tmp_fh encode('UTF-8', "\x{4f60}\x{597d} {{\$name}}");
36 print $tmp_fh encode('iso-8859-1', "Ol\x{e1} {{\$name}}");
/openssl/crypto/evp/
H A Dbio_b64.c38 int encode; member
131 if (ctx->encode != B64_DECODE) { in b64_read()
132 ctx->encode = B64_DECODE; in b64_read()
332 if (ctx->encode != B64_ENCODE) { in b64_write()
333 ctx->encode = B64_ENCODE; in b64_write()
450 ctx->encode = B64_NONE; in b64_ctrl()
462 if (ret == 0 && ctx->encode != B64_NONE in b64_ctrl()
490 } else if (ctx->encode != B64_NONE in b64_ctrl()
H A Dbuild.info8 encode.c evp_key.c evp_cnf.c \
/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",
H A DX509_EXTENSION_set_object.pod61 applications will want to parse or encode and add an extension: they should
62 use the extension encode and decode functions instead such as
H A DEVP_EncodeInit.pod8 EVP_DecodeBlock - EVP base64 encode/decode routines
32 The EVP encode routines provide a high-level interface to base64 encoding and
42 the encode/decode functions.
44 EVP_ENCODE_CTX_free() cleans up an encode/decode context B<ctx> and frees up the
58 EVP_EncodeUpdate() encode B<inl> bytes of data found in the buffer pointed to by
H A DOSSL_ENCODER_to_bio.pod60 To encode a pkey as PKCS#8 with PEM format into a bio:
84 To encode a pkey as PKCS#8 with DER format encrypted with
H A Do2i_SCT_LIST.pod6 decode and encode Signed Certificate Timestamp lists in TLS wire format
H A DX509_ACERT_add_attr_nconf.pod30 To encode an B<ASN1_TYPE> object, use the prefix "ASN1:" followed by
H A Dd2i_RSAPrivateKey.pod142 B<i2d_I<TYPE>PrivateKey>() and derivates thereof encode the private key
145 B<i2d_I<TYPE>PublicKey>() and derivates thereof encode the public key
148 B<i2d_I<TYPE>params>() and derivates thereof encode the B<I<TYPE>> key
151 B<i2d_I<TYPE>_PUBKEY>() and derivates thereof encode the public key
H A DOSSL_ENCODER.pod47 encode an object of some kind to a encoded form, such as PEM,
54 method is expected to be able to encode, and the properties are
H A Dd2i_SSL_SESSION.pod20 These functions decode and encode an SSL_SESSION object.
H A Dd2i_PrivateKey.pod10 - decode and encode functions for reading and saving EVP_PKEY structures
84 encode to a B<BIO> or B<FILE> respectively. Again, these work similarly to the
H A DEVP_PKEY_ASN1_METHOD.pod166 encode B<X509_PUBKEY> ASN.1 parameters to / from B<pk>.
186 encode B<PKCS8_PRIV_KEY_INFO> form private key to / from B<pk>.
215 encode DER formatted parameters to / from B<pk>.
268 The old_priv_decode() and old_priv_encode() methods decode / encode
H A Dd2i_PKCS8PrivateKey_bio.pod34 The PKCS#8 functions encode and decode private keys in PKCS#8 format using both
H A DX509v3_get_ext_by_NID.pod115 Applications that want to parse or encode and add an extension should
116 use the extension encode and decode functions instead, such as
/openssl/demos/
H A DMakefile5 encode \
H A Dbuild.info2 encrypt encode sslecho
/openssl/doc/internal/man7/
H A DDERlib.pod12 more similar functions to encode and decode larger structures.
15 will vary depending on what the function will encode):
99 The value we want to encode, written in ASN.1 syntax:
/openssl/crypto/encode_decode/
H A Dencoder_local.h39 OSSL_FUNC_encoder_encode_fn *encode; member
H A Dencoder_meth.c258 if (encoder->encode == NULL) in encoder_from_algorithm()
259 encoder->encode = OSSL_FUNC_encoder_encode(fns); in encoder_from_algorithm()
282 || encoder->encode == NULL) { in encoder_from_algorithm()
/openssl/test/
H A Dbio_base64_test.c93 static int encode(unsigned const char *buf, unsigned buflen, char *encoded, in encode() function
167 || encode(buf, buflen, encoded, trunc, llen, wscnt, mem) <= 0 in genb64()
/openssl/doc/man7/
H A Dprovider-encoder.pod30 /* Functions to encode object data */
46 I<We use the wide term "encode" in this manual. This includes but is
49 The ENCODER operation is a generic method to encode a provider-native
61 implementation to encode an object to DER (that object is assumed to
/openssl/include/crypto/
H A Driscv_arch.def17 * and third argument as the index of the bit to be used to encode the

Completed in 52 milliseconds

12