Searched refs:decode (Results 1 – 25 of 42) sorted by relevance
12
30 /* Functions to decode object data */44 I<The term "decode" is used throughout this manual. This includes but is50 read from the given B<OSSL_CORE_BIO>. If the caller wants to decode61 implementation to decode an object from PEM to DER, and another one120 can decode.225 OSSL_FUNC_decoder_decode() should decode the data as read from243 this function couldn't decode the input into anything, because there may be244 another decoder implementation that can decode it into something.247 decode the input into anything.
26 which are used to try to decode diverse types of file contents.
2 ASCII text of cert.pem and dsa.pem, respectively -- they should decode to the
8 EVP_DecodeBlock - EVP base 64 encode/decode routines41 the encode/decode functions.43 EVP_ENCODE_CTX_free() cleans up an encode/decode context B<ctx> and frees up the100 function will attempt to decode as much data as possible in 4 byte chunks. Any119 EVP_DecodeBlock() will decode the block of B<n> characters of base 64 data
10 - decode and encode functions for reading and saving EVP_PKEY structures69 d2i_PrivateKey_ex() and d2i_PrivateKey() respectively except that they decode97 To decode a key with type B<EVP_PKEY_EC>, d2i_PublicKey() requires I<*a> to be
7 - X509 encode and decode functions21 The X509 encode and decode routines encode and parse an
50 To decode an RSA key encoded with PEM from a bio:75 To decode an EC key encoded with DER from a buffer:
6 decode and encode Signed Certificate Timestamp lists in TLS wire format
132 B<d2i_I<TYPE>PrivateKey>() and derivates thereof decode DER encoded135 B<d2i_I<TYPE>PublicKey>() and derivates thereof decode DER encoded138 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>>
17 These functions decode and encode an SSL_SESSION object.
47 decode encoded data into an object of some type that the rest54 method is expected to be able to decode, and the properties are
85 similar to d2i_PUBKEY() and i2d_PUBKEY() except they decode or encode using a108 The B<X509_PUBKEY> functions can be used to encode and decode public keys
165 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
34 The PKCS#8 functions encode and decode private keys in PKCS#8 format using both
26 X509_get_pubkey() attempts to decode the public key for certificate B<x>. If
49 There is currently no corresponding inverse BIO: i.e. one which can decode
9 X509_REVOKED_add1_ext_i2d - X509 extension decode and encode functions55 X509V3_EXT_d2i() attempts to decode the ASN.1 data contained in extension
131 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
62 use the extension encode and decode functions instead such as
7 - decode and encode DER-encoded ASN.1 structures
54 OSSL_FUNC_decoder_decode_fn *decode; member
252 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()
39 $pass = Encode::encode("cp1253",Encode::decode("utf-8",$pass));
22 ASN1_R_DECODE_ERROR:110:decode error298 CMS_R_DECODE_ERROR:187:decode error450 CT_R_BASE64_DECODE_ERROR:108:base64 decode error469 DH_R_BN_DECODE_ERROR:109:bn decode error479 DH_R_DECODE_ERROR:104:decode error498 DSA_R_BN_DECODE_ERROR:108:bn decode error500 DSA_R_DECODE_ERROR:104:decode error536 EC_R_DECODE_ERROR:142:decode error664 EVP_R_DECODE_ERROR:114:decode error850 PEM_R_BAD_BASE64_DECODE:100:bad base64 decode[all …]
12 more similar functions to encode and decode larger structures.
Completed in 27 milliseconds