Home
last modified time | relevance | path

Searched refs:decode (Results 1 – 25 of 42) sorted by relevance

12

/openssl-master/doc/man7/
A Dprovider-decoder.pod30 /* Functions to decode object data */
44 I<The term "decode" is used throughout this manual. This includes but is
50 read from the given B<OSSL_CORE_BIO>. If the caller wants to decode
61 implementation to decode an object from PEM to DER, and another one
120 can decode.
225 OSSL_FUNC_decoder_decode() should decode the data as read from
243 this function couldn't decode the input into anything, because there may be
244 another decoder implementation that can decode it into something.
247 decode the input into anything.
A Dossl_store-file.pod26 which are used to try to decode diverse types of file contents.
/openssl-master/test/recipes/04-test_pem_reading_data/
A DNOTES.txt2 ASCII text of cert.pem and dsa.pem, respectively -- they should decode to the
/openssl-master/doc/man3/
A DEVP_EncodeInit.pod8 EVP_DecodeBlock - EVP base 64 encode/decode routines
41 the encode/decode functions.
43 EVP_ENCODE_CTX_free() cleans up an encode/decode context B<ctx> and frees up the
100 function will attempt to decode as much data as possible in 4 byte chunks. Any
119 EVP_DecodeBlock() will decode the block of B<n> characters of base 64 data
A Dd2i_PrivateKey.pod10 - decode and encode functions for reading and saving EVP_PKEY structures
69 d2i_PrivateKey_ex() and d2i_PrivateKey() respectively except that they decode
97 To decode a key with type B<EVP_PKEY_EC>, d2i_PublicKey() requires I<*a> to be
A Di2d_re_X509_tbs.pod7 - X509 encode and decode functions
21 The X509 encode and decode routines encode and parse an
A DOSSL_DECODER_from_bio.pod50 To decode an RSA key encoded with PEM from a bio:
75 To decode an EC key encoded with DER from a buffer:
A Do2i_SCT_LIST.pod6 decode and encode Signed Certificate Timestamp lists in TLS wire format
A Dd2i_RSAPrivateKey.pod132 B<d2i_I<TYPE>PrivateKey>() and derivates thereof decode DER encoded
135 B<d2i_I<TYPE>PublicKey>() and derivates thereof decode DER encoded
138 B<d2i_I<TYPE>params>() and derivates thereof decode DER encoded B<I<TYPE>>
141 B<d2i_I<TYPE>_PUBKEY>() and derivates thereof decode DER encoded B<I<TYPE>>
A Dd2i_SSL_SESSION.pod17 These functions decode and encode an SSL_SESSION object.
A DOSSL_DECODER.pod47 decode encoded data into an object of some type that the rest
54 method is expected to be able to decode, and the properties are
A DX509_PUBKEY_new.pod85 similar to d2i_PUBKEY() and i2d_PUBKEY() except they decode or encode using a
108 The B<X509_PUBKEY> functions can be used to encode and decode public keys
A DEVP_PKEY_ASN1_METHOD.pod165 The pub_decode() and pub_encode() methods are called to decode /
185 The priv_decode() and priv_encode() methods are called to decode /
214 The param_decode() and param_encode() methods are called to decode /
268 The old_priv_decode() and old_priv_encode() methods decode / encode
A Dd2i_PKCS8PrivateKey_bio.pod34 The PKCS#8 functions encode and decode private keys in PKCS#8 format using both
A DX509_get_pubkey.pod26 X509_get_pubkey() attempts to decode the public key for certificate B<x>. If
A DBIO_new_CMS.pod49 There is currently no corresponding inverse BIO: i.e. one which can decode
A DX509V3_get_d2i.pod9 X509_REVOKED_add1_ext_i2d - X509 extension decode and encode functions
55 X509V3_EXT_d2i() attempts to decode the ASN.1 data contained in extension
A DOSSL_DECODER_CTX.pod131 a decoder, to be used to attempt to decode some encoded input.
164 decode instance I<decoder_inst> that the constructor got and an object
A DX509_EXTENSION_set_object.pod62 use the extension encode and decode functions instead such as
A DASN1_item_d2i_bio.pod7 - decode and encode DER-encoded ASN.1 structures
/openssl-master/crypto/encode_decode/
A Dencoder_local.h54 OSSL_FUNC_decoder_decode_fn *decode; member
A Ddecoder_meth.c252 if (decoder->decode == NULL) in ossl_decoder_from_algorithm()
253 decoder->decode = OSSL_FUNC_decoder_decode(fns); in ossl_decoder_from_algorithm()
268 || decoder->decode == NULL) { in ossl_decoder_from_algorithm()
/openssl-master/test/recipes/
A D80-test_pkcs12.t39 $pass = Encode::encode("cp1253",Encode::decode("utf-8",$pass));
/openssl-master/crypto/err/
A Dopenssl.txt22 ASN1_R_DECODE_ERROR:110:decode error
298 CMS_R_DECODE_ERROR:187:decode error
450 CT_R_BASE64_DECODE_ERROR:108:base64 decode error
469 DH_R_BN_DECODE_ERROR:109:bn decode error
479 DH_R_DECODE_ERROR:104:decode error
498 DSA_R_BN_DECODE_ERROR:108:bn decode error
500 DSA_R_DECODE_ERROR:104:decode error
536 EC_R_DECODE_ERROR:142:decode error
664 EVP_R_DECODE_ERROR:114:decode error
850 PEM_R_BAD_BASE64_DECODE:100:bad base64 decode
[all …]
/openssl-master/doc/internal/man7/
A DDERlib.pod12 more similar functions to encode and decode larger structures.

Completed in 27 milliseconds

12