Searched refs:ASN1_d2i_fp (Results 1 – 8 of 8) sorted by relevance
| /freebsd-10-stable/crypto/openssl/crypto/dh/ |
| D | dh.h | 181 # define d2i_DHparams_fp(fp,x) (DH *)ASN1_d2i_fp((char *(*)())DH_new, \
|
| /freebsd-10-stable/crypto/openssl/crypto/asn1/ |
| D | a_d2i_fp.c | 70 void *ASN1_d2i_fp(void *(*xnew) (void), d2i_of_void *d2i, FILE *in, void **x) in ASN1_d2i_fp() function
|
| D | asn1.h | 983 void *ASN1_d2i_fp(void *(*xnew) (void), d2i_of_void *d2i, FILE *in, void **x); 986 ((type*)ASN1_d2i_fp(CHECKED_NEW_OF(type, xnew), \
|
| /freebsd-10-stable/crypto/openssl/crypto/dsa/ |
| D | dsa.h | 180 # define d2i_DSAparams_fp(fp,x) (DSA *)ASN1_d2i_fp((char *(*)())DSA_new, \
|
| /freebsd-10-stable/crypto/openssl/crypto/ec/ |
| D | ec.h | 716 # define d2i_ECPKParameters_fp(fp,x) (EC_GROUP *)ASN1_d2i_fp(NULL, \
|
| /freebsd-10-stable/crypto/openssl/crypto/x509/ |
| D | x_all.c | 250 return ASN1_d2i_fp((void *(*)(void)) in d2i_RSA_PUBKEY_fp()
|
| /freebsd-10-stable/crypto/openssl/doc/ |
| D | ssleay.txt | 810 char *ASN1_d2i_fp(char *(*new)(),char *(*d2i)(),FILE *fp,unsigned char **x); 820 function is the same as ASN1_d2i_fp() except for the BIO argument. 821 ASN1_d2i_fp() actually calls this function. 825 and ASN1_d2i_fp are not really symetric since ASN1_i2d_fp will read all
|
| /freebsd-10-stable/crypto/openssl/util/ |
| D | libeay.num | 29 ASN1_d2i_fp 29 EXIST::FUNCTION:FP_API
|