Home
last modified time | relevance | path

Searched refs:d2i (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/crypto/external/bsd/openssl/dist/crypto/pem/
Dpem_info.c66 d2i_of_void *d2i = 0; in STACK_OF() local
105 d2i = (D2I_OF(void)) d2i_X509_AUX; in STACK_OF()
107 d2i = (D2I_OF(void)) d2i_X509; in STACK_OF()
113 d2i = (D2I_OF(void)) d2i_X509_CRL; in STACK_OF()
140 d2i = (D2I_OF(void)) d2i_AutoPrivateKey; in STACK_OF()
149 d2i = NULL; in STACK_OF()
153 if (d2i != NULL) { in STACK_OF()
168 } else if (d2i(pp, &p, len) == NULL) { in STACK_OF()
Dpem_oth.c20 void *PEM_ASN1_read_bio(d2i_of_void *d2i, const char *name, BIO *bp, void **x, in PEM_ASN1_read_bio() argument
31 ret = d2i(x, &p, len); in PEM_ASN1_read_bio()
Dpem_lib.c109 void *PEM_ASN1_read(d2i_of_void *d2i, const char *name, FILE *fp, void **x, in PEM_ASN1_read() argument
120 ret = PEM_ASN1_read_bio(d2i, name, b, x, cb, u); in PEM_ASN1_read()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/asn1/
Da_d2i_fp.c22 void *ASN1_d2i_fp(void *(*xnew) (void), d2i_of_void *d2i, FILE *in, void **x) in ASN1_d2i_fp() argument
32 ret = ASN1_d2i_bio(xnew, d2i, b, x); in ASN1_d2i_fp()
38 void *ASN1_d2i_bio(void *(*xnew) (void), d2i_of_void *d2i, BIO *in, void **x) in ASN1_d2i_bio() argument
50 ret = d2i(x, &p, len); in ASN1_d2i_bio()
Da_dup.c16 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, const void *x) in ASN1_dup() argument
38 ret = d2i(NULL, &p2, i); in ASN1_dup()
/netbsd/src/crypto/external/bsd/openssl/dist/test/
Dx509aux.c39 d2i_X509_t d2i = trusted ? d2i_X509_AUX : d2i_X509; in test_certs() local
55 cert = d2i(NULL, &p, len); in test_certs()
95 reuse = d2i(NULL, &p, enclen); in test_certs()
Dendecoder_legacy_test.c434 const void *legacy_key, i2d_of_void *i2d, d2i_of_void *d2i, in test_DER() argument
465 if (d2i != NULL) { in test_DER()
479 decoded_legacy_key = d2i(NULL, &pder_legacy, in test_DER()
Dasn1_encode_test.c167 d2i_fn *d2i; member
493 enctst = package->d2i(NULL, &bytes, nbytes); in do_decode()
/netbsd/src/tests/usr.bin/xlint/lint1/
Dd_typefun.c30 long length, d2i_of_void *d2i,
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/x509/
Dv3_lib.c143 return method->d2i(NULL, &p, extlen); in X509V3_EXT_d2i()
Dv3_prn.c91 ext_str = method->d2i(NULL, &p, extlen); in X509V3_EXT_print()
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dtrouble.texi97 union d2i @{ double d; int i[2]; @};
99 union d2i *p = (union d2i *) unaligned_ptr;
100 union d2i u;
Dgcc.info59885 union d2i { double d; int i[2]; };
59887 union d2i *p = (union d2i *) unaligned_ptr;
59888 union d2i u;
/netbsd/src/crypto/external/bsd/openssl/dist/
DCHANGES.md1841 and d2i functions do, but with support for methods supplied by
2505 OpenSSL's own "d2i" functions (and other similar parsing functions) as
5961 Any application parsing untrusted data through d2i BIO functions is
7163 Any application parsing untrusted data through d2i BIO functions is
10314 * Add compression id to {d2i,i2d}_SSL_SESSION so it is correctly saved
11368 * Constify all or almost all d2i, c2i, s2i and r2i functions, along with
14406 the ASN1 module. Compatibility with the existing ASN1 API (i2d,d2i) is
17122 things. Some of these need some d2i or i2d and print functionality
17302 * Add d2i,i2d bio/fp functions for PrivateKey: these convert the
19532 * Beginning of support for GeneralizedTime. d2i, i2d, check and print
/netbsd/src/external/ibm-public/postfix/dist/
DHISTORY18703 It is not clear whether that check is performed in d2i().