Searched refs:PEM_ASN1_read (Results 1 – 8 of 8) sorted by relevance
| /freebsd-9-stable/crypto/openssl/demos/sign/ |
| D | sig.txt | 29 EVP_PKEY* pkey = PEM_ASN1_read(d2i_PrivateKey, PEM_STRING_EVP_PKEY, 34 EVP_PKEY* pkey = PEM_ASN1_read(d2i_PublicKey, PEM_STRING_X509, 41 I figured that the second argument to PEM_ASN1_read should match the 47 Is my approach of using PEM_ASN1_read correct? What should I pass in 90 pkey = (EVP_PKEY*)PEM_ASN1_read ((char *(*)())d2i_PrivateKey, 112 pkey = (EVP_PKEY*)PEM_ASN1_read ((char *(*)())d2i_PublicKey,
|
| D | sign.txt | 34 > EVP_PKEY* pkey = PEM_ASN1_read(d2i_PrivateKey, PEM_STRING_EVP_PKEY, 39 > EVP_PKEY* pkey = PEM_ASN1_read(d2i_PublicKey, PEM_STRING_X509, 44 /* which is the same as PEM_ASN1_read(d2i_X509,PEM_STRING_X509,fp, 55 > I figured that the second argument to PEM_ASN1_read should match the 65 > Is my approach of using PEM_ASN1_read correct? What should I pass in 122 pkey = (EVP_PKEY*)PEM_ASN1_read ((char *(*)())d2i_PrivateKey, 144 x509 = (X509 *)PEM_ASN1_read ((char *(*)())d2i_X509,
|
| /freebsd-9-stable/crypto/openssl/crypto/pem/ |
| D | pem.h | 225 return (type*)PEM_ASN1_read(CHECKED_D2I_OF(type, d2i_##asn1), \ 455 # define PEM_read_SSL_SESSION(fp,x,cb,u) (SSL_SESSION *)PEM_ASN1_read( \ 457 # define PEM_read_X509(fp,x,cb,u) (X509 *)PEM_ASN1_read( \ 459 # define PEM_read_X509_REQ(fp,x,cb,u) (X509_REQ *)PEM_ASN1_read( \ 461 # define PEM_read_X509_CRL(fp,x,cb,u) (X509_CRL *)PEM_ASN1_read( \ 463 # define PEM_read_RSAPrivateKey(fp,x,cb,u) (RSA *)PEM_ASN1_read( \ 465 # define PEM_read_RSAPublicKey(fp,x,cb,u) (RSA *)PEM_ASN1_read( \ 467 # define PEM_read_DSAPrivateKey(fp,x,cb,u) (DSA *)PEM_ASN1_read( \ 469 # define PEM_read_PrivateKey(fp,x,cb,u) (EVP_PKEY *)PEM_ASN1_read( \ 471 # define PEM_read_PKCS7(fp,x,cb,u) (PKCS7 *)PEM_ASN1_read( \ [all …]
|
| D | pem_lib.c | 159 void *PEM_ASN1_read(d2i_of_void *d2i, const char *name, FILE *fp, void **x, in PEM_ASN1_read() function
|
| /freebsd-9-stable/crypto/openssl/ssl/ |
| D | ssl.h | 1240 # define PEM_read_SSL_SESSION(fp,x,cb,u) (SSL_SESSION *)PEM_ASN1_read( \
|
| /freebsd-9-stable/crypto/openssl/doc/ |
| D | ssleay.txt | 835 char * PEM_ASN1_read(char *(*d2i)(),char *name,FILE *fp,char **x,int (*cb)()); 848 Same as PEM_ASN1_read() except using a BIO. This is called by 849 PEM_ASN1_read(). 2023 char *PEM_ASN1_read(char *(*d2i)(),char *name,FILE *fp,char **x,int (*cb)());
|
| /freebsd-9-stable/crypto/openssl/util/ |
| D | libeay.num | 359 PEM_ASN1_read 367 EXIST:!WIN16:FUNCTION:
|
| /freebsd-9-stable/crypto/openssl/ |
| D | CHANGES | 7754 PEM_ASN1_read() directly and used MD5 for the hash not to mention some
|