Home
last modified time | relevance | path

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

/third_party/openssl/crypto/pem/
Dpem_oth.c20 void *PEM_ASN1_read_bio(d2i_of_void *d2i, const char *name, BIO *bp, void **x, in PEM_ASN1_read_bio()
Dpem_info.c66 d2i_of_void *d2i = 0; in STACK_OF() local
Dpem_lib.c109 void *PEM_ASN1_read(d2i_of_void *d2i, const char *name, FILE *fp, void **x, in PEM_ASN1_read()
/third_party/openssl/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()
38 void *ASN1_d2i_bio(void *(*xnew) (void), d2i_of_void *d2i, BIO *in, void **x) in ASN1_d2i_bio()
Da_dup.c16 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, const void *x) in ASN1_dup()
/third_party/openssl/test/
Dx509aux.c39 d2i_X509_t d2i = trusted ? d2i_X509_AUX : d2i_X509; in test_certs() local
Dendecoder_legacy_test.c434 const void *legacy_key, i2d_of_void *i2d, d2i_of_void *d2i, in test_DER()
Dasn1_encode_test.c167 d2i_fn *d2i; member
/third_party/openssl/ohos_lite/include/openssl/
Dasn1.h262 # define CHECKED_D2I_OF(type, d2i) \ argument
690 # define ASN1_dup_of(type,i2d,d2i,x) \ argument
695 # define ASN1_dup_of_const(type,i2d,d2i,x) \ argument
711 # define ASN1_d2i_fp_of(type,xnew,d2i,in,x) \ argument
738 # define ASN1_d2i_bio_of(type,xnew,d2i,in,x) \ argument
Dx509v3.h57 X509V3_EXT_D2I d2i; member
/third_party/openssl/include/openssl/
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
Dx509v3.h.in69 X509V3_EXT_D2I d2i; member
/third_party/typescript/src/compiler/
Dutilities.ts6131 const d2i = d2.relatedInformation![index]; constant