Home | History | Annotate | Download | only in pem

Lines Matching refs:BIO

64 #include <openssl/bio.h>
276 type *PEM_read_bio_##name(BIO *bp, type **x, pem_password_cb *cb, void *u)\
285 int PEM_write_bio_##name(BIO *bp, type *x) \
294 int PEM_write_bio_##name(BIO *bp, const type *x) \
303 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
313 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
382 type *PEM_read_bio_##name(BIO *bp, type **x, pem_password_cb *cb, void *u);
385 int PEM_write_bio_##name(BIO *bp, type *x);
388 int PEM_write_bio_##name(BIO *bp, const type *x);
391 int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
576 int PEM_read_bio(BIO *bp, char **name, char **header,
578 int PEM_write_bio(BIO *bp,const char *name,char *hdr,unsigned char *data,
580 int PEM_bytes_read_bio(unsigned char **pdata, long *plen, char **pnm, const char *name, BIO *bp,
582 void * PEM_ASN1_read_bio(d2i_of_void *d2i, const char *name, BIO *bp,
591 int PEM_ASN1_write_bio(i2d_of_void *i2d,const char *name,BIO *bp,char *x,
601 STACK_OF(X509_INFO) * PEM_X509_INFO_read_bio(BIO *bp, STACK_OF(X509_INFO) *sk, pem_password_cb *cb, void *u);
602 int PEM_X509_INFO_write_bio(BIO *bp,X509_INFO *xi, EVP_CIPHER *enc,
694 int PEM_write_bio_PKCS8PrivateKey_nid(BIO *bp, EVP_PKEY *x, int nid,
697 int PEM_write_bio_PKCS8PrivateKey(BIO *, EVP_PKEY *, const EVP_CIPHER *,
699 int i2d_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc,
702 int i2d_PKCS8PrivateKey_nid_bio(BIO *bp, EVP_PKEY *x, int nid,
705 EVP_PKEY *d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u);