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

/freebsd-10-stable/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_typefun.c20 long length, d2i_of_void *d2i,
/freebsd-10-stable/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.c103 d2i_of_void *d2i = 0; local
130 d2i = (D2I_OF(void)) d2i_X509;
140 d2i = (D2I_OF(void)) d2i_X509_AUX;
150 d2i = (D2I_OF(void)) d2i_X509_CRL;
162 d2i = (D2I_OF(void)) d2i_RSAPrivateKey;
185 d2i = (D2I_OF(void)) d2i_DSAPrivateKey;
208 d2i = (D2I_OF(void)) d2i_ECPrivateKey;
230 d2i = NULL;
234 if (d2i != NULL) {
248 } else if (d2i(p
[all...]
H A Dpem.h407 void *PEM_ASN1_read_bio(d2i_of_void *d2i, const char *name, BIO *bp, void **x,
423 void *PEM_ASN1_read(d2i_of_void *d2i, const char *name, FILE *fp, void **x,
H A Dpem_lib.c165 void *PEM_ASN1_read(d2i_of_void *d2i, const char *name, FILE *fp, void **x, argument
176 ret = PEM_ASN1_read_bio(d2i, name, b, x, cb, u);
/freebsd-10-stable/crypto/openssl/crypto/asn1/
H A Dasn_pack.c71 d2i_of_void *d2i,
77 if (!(sk = d2i_ASN1_SET(NULL, &pbuf, len, d2i, free_func,
114 void *ASN1_unpack_string(ASN1_STRING *oct, d2i_of_void *d2i) argument
120 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
84 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
80 ret = ASN1_d2i_bio(xnew, d2i, b, x);
86 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.h348 # define CHECKED_D2I_OF(type, d2i) \
349 ((d2i_of_void*) (1 ? d2i : ((D2I_OF(type))0)))
906 long length, d2i_of_void *d2i, variable
962 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, void *x);
964 # define ASN1_dup_of(type,i2d,d2i,x) \
966 CHECKED_D2I_OF(type, d2i), \
969 # define ASN1_dup_of_const(type,i2d,d2i,x) \
971 CHECKED_D2I_OF(type, d2i), \
983 void *ASN1_d2i_fp(void *(*xnew) (void), d2i_of_void *d2i, FILE *in, void **x);
985 # define ASN1_d2i_fp_of(type,xnew,d2i,i
[all...]
H A Da_set.c171 long length, d2i_of_void *d2i,
221 if ((s = d2i(NULL, &c.p, c.slen)) == NULL) {
/freebsd-10-stable/crypto/openssl/crypto/x509v3/
H A Dv3_lib.c190 return method->d2i(NULL, &p, ext->value->length);
H A Dv3_prn.c136 ext_str = method->d2i(NULL, &p, ext->value->length);
H A Dx509v3.h105 X509V3_EXT_D2I d2i; member in struct:v3_ext_method

Completed in 215 milliseconds