Home
last modified time | relevance | path

Searched refs:ASN1_d2i_fp (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/dh/
Ddh.h181 # define d2i_DHparams_fp(fp,x) (DH *)ASN1_d2i_fp((char *(*)())DH_new, \
/freebsd-10-stable/crypto/openssl/crypto/asn1/
Da_d2i_fp.c70 void *ASN1_d2i_fp(void *(*xnew) (void), d2i_of_void *d2i, FILE *in, void **x) in ASN1_d2i_fp() function
Dasn1.h983 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/
Ddsa.h180 # define d2i_DSAparams_fp(fp,x) (DSA *)ASN1_d2i_fp((char *(*)())DSA_new, \
/freebsd-10-stable/crypto/openssl/crypto/ec/
Dec.h716 # define d2i_ECPKParameters_fp(fp,x) (EC_GROUP *)ASN1_d2i_fp(NULL, \
/freebsd-10-stable/crypto/openssl/crypto/x509/
Dx_all.c250 return ASN1_d2i_fp((void *(*)(void)) in d2i_RSA_PUBKEY_fp()
/freebsd-10-stable/crypto/openssl/doc/
Dssleay.txt810 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/
Dlibeay.num29 ASN1_d2i_fp 29 EXIST::FUNCTION:FP_API