Home | History | Annotate | Download | only in pem

Lines Matching refs:PEM_ASN1_read

227     return (type*)PEM_ASN1_read(CHECKED_D2I_OF(type, d2i_##asn1), \
470 #define PEM_read_SSL_SESSION(fp,x,cb,u) (SSL_SESSION *)PEM_ASN1_read( \
472 #define PEM_read_X509(fp,x,cb,u) (X509 *)PEM_ASN1_read( \
474 #define PEM_read_X509_REQ(fp,x,cb,u) (X509_REQ *)PEM_ASN1_read( \
476 #define PEM_read_X509_CRL(fp,x,cb,u) (X509_CRL *)PEM_ASN1_read( \
478 #define PEM_read_RSAPrivateKey(fp,x,cb,u) (RSA *)PEM_ASN1_read( \
480 #define PEM_read_RSAPublicKey(fp,x,cb,u) (RSA *)PEM_ASN1_read( \
482 #define PEM_read_DSAPrivateKey(fp,x,cb,u) (DSA *)PEM_ASN1_read( \
484 #define PEM_read_PrivateKey(fp,x,cb,u) (EVP_PKEY *)PEM_ASN1_read( \
486 #define PEM_read_PKCS7(fp,x,cb,u) (PKCS7 *)PEM_ASN1_read( \
488 #define PEM_read_DHparams(fp,x,cb,u) (DH *)PEM_ASN1_read( \
492 (NETSCAPE_CERT_SEQUENCE *)PEM_ASN1_read( \
610 void * PEM_ASN1_read(d2i_of_void *d2i, const char *name, FILE *fp, void **x,