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

/freebsd-9.3-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.c103 d2i_of_void *d2i; local
129 d2i = (D2I_OF(void)) d2i_X509;
139 d2i = (D2I_OF(void)) d2i_X509_AUX;
149 d2i = (D2I_OF(void)) d2i_X509_CRL;
161 d2i = (D2I_OF(void)) d2i_RSAPrivateKey;
184 d2i = (D2I_OF(void)) d2i_DSAPrivateKey;
207 d2i = (D2I_OF(void)) d2i_ECPrivateKey;
229 d2i = NULL;
233 if (d2i != NULL) {
242 if (d2i(p
[all...]
H A Dpem.h560 void *PEM_ASN1_read_bio(d2i_of_void *d2i, const char *name, BIO *bp, void **x,
563 # define PEM_ASN1_read_bio_of(type,d2i,name,bp,x,cb,u) \
564 ((type*)PEM_ASN1_read_bio(CHECKED_D2I_OF(type, d2i), \
590 void *PEM_ASN1_read(d2i_of_void *d2i, const char *name, FILE *fp, void **x,
H A Dpem_lib.c159 void *PEM_ASN1_read(d2i_of_void *d2i, const char *name, FILE *fp, void **x, argument
170 ret = PEM_ASN1_read_bio(d2i, name, b, x, cb, u);
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dasn_pack.c71 d2i_of_void *d2i, void (*free_func) (void *))
76 if (!(sk = d2i_ASN1_SET(NULL, &pbuf, len, d2i, free_func,
113 void *ASN1_unpack_string(ASN1_STRING *oct, d2i_of_void *d2i) argument
119 if (!(ret = d2i(NULL, &p, oct->length)))
70 ASN1_seq_unpack(const unsigned char *buf, int len, d2i_of_void *d2i, void (*free_func) (void *)) argument
H A Da_dup.c65 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, char *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 Da_hdr.c88 M_ASN1_D2I_get_x(void, ret->data, ret->meth->d2i);
H A Dasn1.h337 # define CHECKED_D2I_OF(type, d2i) \
338 ((d2i_of_void*) (1 ? d2i : ((D2I_OF(type))0)))
551 d2i_of_void *d2i; member in struct:asn1_method_st
883 d2i_of_void *d2i, void (*free_func) (void *),
938 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, char *x);
940 # define ASN1_dup_of(type,i2d,d2i,x) \
942 CHECKED_D2I_OF(type, d2i), \
945 # define ASN1_dup_of_const(type,i2d,d2i,x) \
947 CHECKED_D2I_OF(type, d2i), \
959 void *ASN1_d2i_fp(void *(*xnew) (void), d2i_of_void *d2i, FIL
[all...]
H A Da_set.c165 d2i_of_void *d2i, void (*free_func) (void *), int ex_tag,
214 if ((s = d2i(NULL, &c.p, c.slen)) == NULL) {
164 d2i_ASN1_SET(STACK ** a, const unsigned char **pp, long length, d2i_of_void *d2i, void (*free_func) (void *), int ex_tag, int ex_class) argument
/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_lib.c188 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
/freebsd-9.3-release/crypto/openssl/crypto/evp/
H A Devp.h215 int (*d2i) ();

Completed in 176 milliseconds