Searched refs:d2i (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/pem/
H A Dpem_oth.c70 void *PEM_ASN1_read_bio(d2i_of_void *d2i, const char *name, BIO *bp, void **x, argument
81 ret=d2i(x,&p,len);
H A Dpem_info.c102 d2i_of_void *d2i = 0; local
135 d2i=(D2I_OF(void))d2i_X509;
146 d2i=(D2I_OF(void))d2i_X509_AUX;
157 d2i=(D2I_OF(void))d2i_X509_CRL;
170 d2i=(D2I_OF(void))d2i_RSAPrivateKey;
192 d2i=(D2I_OF(void))d2i_DSAPrivateKey;
214 d2i=(D2I_OF(void))d2i_ECPrivateKey;
234 d2i=NULL;
238 if (d2i != NULL)
257 else if (d2i(p
[all...]
H A Dpem.h417 void * PEM_ASN1_read_bio(d2i_of_void *d2i, const char *name, BIO *bp,
431 void * PEM_ASN1_read(d2i_of_void *d2i, const char *name, FILE *fp, void **x,
H A Dpem_lib.c167 void *PEM_ASN1_read(d2i_of_void *d2i, const char *name, FILE *fp, void **x, argument
179 ret=PEM_ASN1_read_bio(d2i,name,b,x,cb,u);
/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Dasn_pack.c70 d2i_of_void *d2i, void (*free_func)(OPENSSL_BLOCK))
75 if (!(sk = d2i_ASN1_SET(NULL, &pbuf, len, d2i, free_func,
109 void *ASN1_unpack_string(ASN1_STRING *oct, d2i_of_void *d2i) argument
115 if(!(ret = d2i(NULL, &p, oct->length)))
H A Da_dup.c65 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, void *x) argument
81 ret=d2i(NULL,&p2,i);
H A Da_d2i_fp.c70 void *ASN1_d2i_fp(void *(*xnew)(void), d2i_of_void *d2i, FILE *in, void **x) argument
81 ret=ASN1_d2i_bio(xnew,d2i,b,x);
87 void *ASN1_d2i_bio(void *(*xnew)(void), d2i_of_void *d2i, BIO *in, void **x) argument
98 ret=d2i(x,&p,len);
H A Dasn1.h347 #define CHECKED_D2I_OF(type, d2i) \
348 ((d2i_of_void*) (1 ? d2i : ((D2I_OF(type))0)))
898 long length, d2i_of_void *d2i, variable
954 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, void *x);
956 #define ASN1_dup_of(type,i2d,d2i,x) \
958 CHECKED_D2I_OF(type, d2i), \
961 #define ASN1_dup_of_const(type,i2d,d2i,x) \
963 CHECKED_D2I_OF(type, d2i), \
975 void *ASN1_d2i_fp(void *(*xnew)(void), d2i_of_void *d2i, FILE *in, void **x);
977 #define ASN1_d2i_fp_of(type,xnew,d2i,i
[all...]
H A Da_set.c168 long length, d2i_of_void *d2i,
219 if ((s=d2i(NULL,&c.p,c.slen)) == NULL)
/freebsd-10.0-release/crypto/openssl/crypto/x509v3/
H A Dv3_lib.c176 return method->d2i(NULL, &p, ext->value->length);
H A Dv3_prn.c121 else ext_str = method->d2i(NULL, &p, ext->value->length);
H A Dx509v3.h103 X509V3_EXT_D2I d2i; member in struct:v3_ext_method

Completed in 143 milliseconds