Home
last modified time | relevance | path

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

/freebsd/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, in PEM_ASN1_read_bio()
H A Dpem_info.c66 d2i_of_void *d2i = 0; in STACK_OF() local
H A Dpem_lib.c109 void *PEM_ASN1_read(d2i_of_void *d2i, const char *name, FILE *fp, void **x, in PEM_ASN1_read()
/freebsd/crypto/openssl/crypto/asn1/
H A Da_d2i_fp.c22 void *ASN1_d2i_fp(void *(*xnew) (void), d2i_of_void *d2i, FILE *in, void **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()
H A Da_dup.c16 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, const void *x) in ASN1_dup()
/freebsd/crypto/openssl/test/
H A Dx509aux.c39 d2i_X509_t d2i = trusted ? d2i_X509_AUX : d2i_X509; in test_certs() local
H A Dendecoder_legacy_test.c434 const void *legacy_key, i2d_of_void *i2d, d2i_of_void *d2i, in test_DER()
H A Dasn1_encode_test.c167 d2i_fn *d2i; member
/freebsd/crypto/openssl/include/openssl/
H A Dasn1.h.in307 # define CHECKED_D2I_OF(type, d2i) \ argument
739 # define ASN1_dup_of(type,i2d,d2i,x) \ argument
764 # define ASN1_d2i_fp_of(type,xnew,d2i,in,x) \ argument
788 # define ASN1_d2i_bio_of(type,xnew,d2i,in,x) \ argument
954 # define ASN1_dup_of_const(type,i2d,d2i,x) ASN1_dup_of(type,i2d,d2i,x) argument
H A Dasn1.h354 # define CHECKED_D2I_OF(type, d2i) \ argument
906 # define ASN1_dup_of(type,i2d,d2i,x) \ argument
931 # define ASN1_d2i_fp_of(type,xnew,d2i,in,x) \ argument
955 # define ASN1_d2i_bio_of(type,xnew,d2i,in,x) \ argument
1121 # define ASN1_dup_of_const(type,i2d,d2i,x) ASN1_dup_of(type,i2d,d2i,x) argument
H A Dx509v3.h.in69 X509V3_EXT_D2I d2i; member
H A Dx509v3.h68 X509V3_EXT_D2I d2i; member