Home
last modified time | relevance | path

Searched defs:d2i (Results 1 – 7 of 7) sorted by relevance

/openbsd/lib/libcrypto/asn1/
H A Dasn1_old.c71 ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, void *x) in ASN1_dup()
97 ASN1_d2i_fp(void *(*xnew)(void), d2i_of_void *d2i, FILE *in, void **x) in ASN1_d2i_fp()
114 ASN1_d2i_bio(void *(*xnew)(void), d2i_of_void *d2i, BIO *in, void **x) in ASN1_d2i_bio()
H A Dasn1.h279 #define CHECKED_D2I_OF(type, d2i) \ argument
741 #define ASN1_d2i_fp_of(type,xnew,d2i,in,x) \ argument
769 #define ASN1_d2i_bio_of(type,xnew,d2i,in,x) \ argument
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/
H A Dconv.c20 d2i (double d) in d2i() function
/openbsd/lib/libcrypto/pem/
H A Dpem_oth.c71 PEM_ASN1_read_bio(d2i_of_void *d2i, const char *name, BIO *bp, void **x, in PEM_ASN1_read_bio()
H A Dpem_info.c111 d2i_of_void *d2i = NULL; in STACK_OF() local
H A Dpem_lib.c172 PEM_ASN1_read(d2i_of_void *d2i, const char *name, FILE *fp, void **x, in PEM_ASN1_read()
/openbsd/lib/libcrypto/x509/
H A Dx509v3.h105 X509V3_EXT_D2I d2i; member