Lines Matching refs:functions
195 All of the functions described on this page that have a I<TYPE> of B<DH>, B<DSA>
199 The PEM functions read or write structures in PEM format. In
206 Each operation has four functions associated with it. For
207 brevity the term "B<I<TYPE>> functions" will be used below to collectively
209 B<PEM_write_bio_I<TYPE>>(), and B<PEM_write_I<TYPE>>() functions.
214 The B<PrivateKey> functions read or write a private key in PEM format using
216 equivalent to PEM_write_bio_PKCS8PrivateKey(). The read functions transparently
237 The B<PUBKEY> functions process a public key using an EVP_PKEY
241 The B<RSAPrivateKey> functions process an RSA private key using an
244 functions but an error occurs if the private key is not RSA.
246 The B<RSAPublicKey> functions process an RSA public key using an
250 The B<RSA_PUBKEY> functions also process an RSA public key using
255 The B<DSAPrivateKey> functions process a DSA private key using a
258 functions but an error occurs if the private key is not DSA.
260 The B<DSA_PUBKEY> functions process a DSA public key using
265 The B<Parameters> functions read or write key parameters in PEM format using
268 key parameters, it will be a PKCS#3 DHparameter structure. I<These functions
271 The B<DSAparams> functions process DSA parameters using a DSA
275 The B<DHparams> functions process DH parameters using a DH
279 The B<X509> functions process an X509 certificate using an X509
283 The B<X509_AUX> functions process a trusted X509 certificate using
286 The B<X509_REQ> and B<X509_REQ_NEW> functions process a PKCS#10
288 write functions use B<CERTIFICATE REQUEST> in the header whereas
289 the B<X509_REQ_NEW> functions use B<NEW CERTIFICATE REQUEST>
290 (as required by some CAs). The B<X509_REQ> read functions will
291 handle either form so there are no B<X509_REQ_NEW> read functions.
293 The B<X509_CRL> functions process an X509 CRL using an X509_CRL
296 The B<PKCS7> functions process a PKCS#7 ContentInfo using a PKCS7
301 The PEM functions have many common arguments.
309 The PEM read functions all take an argument I<B<TYPE> **x> and return
318 The PEM functions which write private keys take an I<enc> parameter
361 The PEM reading functions will skip any extraneous content or PEM data of
385 These functions make no assumption regarding the pass phrase received from the
550 The functions PEM_read_bio_RSAPrivateKey(), PEM_read_RSAPrivateKey(),