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

/freebsd-12-stable/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_typefun.c20 long length, d2i_of_void *d2i,
/freebsd-12-stable/crypto/openssl/crypto/pem/
H A Dpem_oth.c20 void *PEM_ASN1_read_bio(d2i_of_void *d2i, const char *name, BIO *bp, void **x, argument
31 ret = d2i(x, &p, len);
H A Dpem_info.c50 d2i_of_void *d2i = 0; local
77 d2i = (D2I_OF(void)) d2i_X509;
87 d2i = (D2I_OF(void)) d2i_X509_AUX;
97 d2i = (D2I_OF(void)) d2i_X509_CRL;
109 d2i = (D2I_OF(void)) d2i_RSAPrivateKey;
132 d2i = (D2I_OF(void)) d2i_DSAPrivateKey;
155 d2i = (D2I_OF(void)) d2i_ECPrivateKey;
177 d2i = NULL;
181 if (d2i != NULL) {
195 } else if (d2i(p
[all...]
H A Dpem_lib.c106 void *PEM_ASN1_read(d2i_of_void *d2i, const char *name, FILE *fp, void **x, argument
117 ret = PEM_ASN1_read_bio(d2i, name, b, x, cb, u);
/freebsd-12-stable/crypto/openssl/crypto/asn1/
H A Da_dup.c16 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, void *x) argument
35 ret = d2i(NULL, &p2, i);
H A Da_d2i_fp.c21 void *ASN1_d2i_fp(void *(*xnew) (void), d2i_of_void *d2i, FILE *in, void **x) argument
31 ret = ASN1_d2i_bio(xnew, d2i, b, x);
37 void *ASN1_d2i_bio(void *(*xnew) (void), d2i_of_void *d2i, BIO *in, void **x) argument
49 ret = d2i(x, &p, len);
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Dasn1.h262 # define CHECKED_D2I_OF(type, d2i) \
263 ((d2i_of_void*) (1 ? d2i : ((D2I_OF(type))0)))
688 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, void *x);
690 # define ASN1_dup_of(type,i2d,d2i,x) \
692 CHECKED_D2I_OF(type, d2i), \
695 # define ASN1_dup_of_const(type,i2d,d2i,x) \
697 CHECKED_D2I_OF(type, d2i), \
709 void *ASN1_d2i_fp(void *(*xnew) (void), d2i_of_void *d2i, FILE *in, void **x);
711 # define ASN1_d2i_fp_of(type,xnew,d2i,in,x) \
713 CHECKED_D2I_OF(type, d2i), \
[all...]
H A Dpem.h252 void *PEM_ASN1_read_bio(d2i_of_void *d2i, const char *name, BIO *bp, void **x,
269 void *PEM_ASN1_read(d2i_of_void *d2i, const char *name, FILE *fp, void **x,
H A Dx509v3.h57 X509V3_EXT_D2I d2i; member in struct:v3_ext_method
/freebsd-12-stable/crypto/openssl/crypto/x509v3/
H A Dv3_lib.c143 return method->d2i(NULL, &p, extlen);
H A Dv3_prn.c90 ext_str = method->d2i(NULL, &p, extlen);

Completed in 215 milliseconds