/openssl/crypto/comp/ |
H A D | c_brotli.c | 600 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 D | template-encoding.t | 21 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 D | bio_b64.c | 38 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 D | build.info | 8 encode.c evp_key.c evp_cnf.c \
|
/openssl/doc/man3/ |
H A D | i2d_re_X509_tbs.pod | 7 - 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 D | X509_EXTENSION_set_object.pod | 61 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 D | EVP_EncodeInit.pod | 8 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 D | OSSL_ENCODER_to_bio.pod | 60 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 D | o2i_SCT_LIST.pod | 6 decode and encode Signed Certificate Timestamp lists in TLS wire format
|
H A D | X509_ACERT_add_attr_nconf.pod | 30 To encode an B<ASN1_TYPE> object, use the prefix "ASN1:" followed by
|
H A D | d2i_RSAPrivateKey.pod | 142 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 D | OSSL_ENCODER.pod | 47 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 D | d2i_SSL_SESSION.pod | 20 These functions decode and encode an SSL_SESSION object.
|
H A D | d2i_PrivateKey.pod | 10 - 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 D | EVP_PKEY_ASN1_METHOD.pod | 166 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 D | d2i_PKCS8PrivateKey_bio.pod | 34 The PKCS#8 functions encode and decode private keys in PKCS#8 format using both
|
H A D | X509v3_get_ext_by_NID.pod | 115 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 D | Makefile | 5 encode \
|
H A D | build.info | 2 encrypt encode sslecho
|
/openssl/doc/internal/man7/ |
H A D | DERlib.pod | 12 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 D | encoder_local.h | 39 OSSL_FUNC_encoder_encode_fn *encode; member
|
H A D | encoder_meth.c | 258 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 D | bio_base64_test.c | 93 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 D | provider-encoder.pod | 30 /* 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 D | riscv_arch.def | 17 * and third argument as the index of the bit to be used to encode the
|