Lines Matching refs:read
199 The PEM functions read or write structures in PEM format. In
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
242 RSA structure. The write routines uses traditional format. The read
256 DSA structure. The write routines uses traditional format. The read
265 The B<Parameters> functions read or write key parameters in PEM format using
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.
303 The I<bp> BIO parameter (if present) specifies the BIO to read from
307 read from or write to.
309 The PEM read functions all take an argument I<B<TYPE> **x> and return
372 The B<PrivateKey> read routines can be used in all applications because
441 The PEM read routines in some versions of OpenSSL will not correctly reuse
455 The read routines return either a pointer to the structure read or NULL
465 To read a certificate with a library context in PEM format from a BIO: