/third_party/openssl/crypto/pem/ |
D | pem_oth.c | 20 void *PEM_ASN1_read_bio(d2i_of_void *d2i, const char *name, BIO *bp, void **x, in PEM_ASN1_read_bio()
|
D | pem_info.c | 66 d2i_of_void *d2i = 0; in STACK_OF() local
|
D | pem_lib.c | 109 void *PEM_ASN1_read(d2i_of_void *d2i, const char *name, FILE *fp, void **x, in PEM_ASN1_read()
|
/third_party/openssl/crypto/asn1/ |
D | a_d2i_fp.c | 22 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()
|
D | a_dup.c | 16 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, const void *x) in ASN1_dup()
|
/third_party/openssl/test/ |
D | x509aux.c | 39 d2i_X509_t d2i = trusted ? d2i_X509_AUX : d2i_X509; in test_certs() local
|
D | endecoder_legacy_test.c | 434 const void *legacy_key, i2d_of_void *i2d, d2i_of_void *d2i, in test_DER()
|
D | asn1_encode_test.c | 167 d2i_fn *d2i; member
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | asn1.h | 262 # 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
|
D | x509v3.h | 57 X509V3_EXT_D2I d2i; member
|
/third_party/openssl/include/openssl/ |
D | asn1.h.in | 307 # 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
|
D | x509v3.h.in | 69 X509V3_EXT_D2I d2i; member
|
/third_party/typescript/src/compiler/ |
D | utilities.ts | 6131 const d2i = d2.relatedInformation![index]; constant
|