Lines Matching refs:functions

160 The PEM functions read or write structures in PEM format. In
167 Each operation has four functions associated with it. For
168 brevity the term "B<TYPE> functions" will be used below to collectively
170 PEM_write_bio_TYPE(), and PEM_write_TYPE() functions.
172 The B<PrivateKey> functions read or write a private key in PEM format using an
174 equivalent to PEM_write_bio_PKCS8PrivateKey().The read functions transparently
195 The B<PUBKEY> functions process a public key using an EVP_PKEY
199 The B<RSAPrivateKey> functions process an RSA private key using an
202 functions but an error occurs if the private key is not RSA.
204 The B<RSAPublicKey> functions process an RSA public key using an
208 The B<RSA_PUBKEY> functions also process an RSA public key using
213 The B<DSAPrivateKey> functions process a DSA private key using a
216 functions but an error occurs if the private key is not DSA.
218 The B<DSA_PUBKEY> functions process a DSA public key using
223 The B<Parameters> functions read or write key parameters in PEM format using
226 key parameters, it will be a PKCS#3 DHparameter structure. I<These functions
229 The B<DSAparams> functions process DSA parameters using a DSA
233 The B<DHparams> functions process DH parameters using a DH
237 The B<X509> functions process an X509 certificate using an X509
241 The B<X509_AUX> functions process a trusted X509 certificate using
244 The B<X509_REQ> and B<X509_REQ_NEW> functions process a PKCS#10
246 write functions use B<CERTIFICATE REQUEST> in the header whereas
247 the B<X509_REQ_NEW> functions use B<NEW CERTIFICATE REQUEST>
248 (as required by some CAs). The B<X509_REQ> read functions will
249 handle either form so there are no B<X509_REQ_NEW> read functions.
251 The B<X509_CRL> functions process an X509 CRL using an X509_CRL
254 The B<PKCS7> functions process a PKCS#7 ContentInfo using a PKCS7
259 The PEM functions have many common arguments.
267 The PEM read functions all take an argument B<TYPE **x> and return
276 The PEM functions which write private keys take an B<enc> parameter
333 These functions make no assumption regarding the pass phrase received from the