Searched refs:d2i (Results 1 – 3 of 3) sorted by relevance
/optee_test-3.20.0/host/openssl/include/openssl/ |
A D | asn1.h | 348 # define CHECKED_D2I_OF(type, d2i) \ argument 349 ((d2i_of_void*) (1 ? d2i : ((D2I_OF(type))0))) 966 # define ASN1_dup_of(type,i2d,d2i,x) \ argument 968 CHECKED_D2I_OF(type, d2i), \ 971 # define ASN1_dup_of_const(type,i2d,d2i,x) \ argument 973 CHECKED_D2I_OF(type, d2i), \ 987 # define ASN1_d2i_fp_of(type,xnew,d2i,in,x) \ argument 989 CHECKED_D2I_OF(type, d2i), \ 1015 # define ASN1_d2i_bio_of(type,xnew,d2i,in,x) \ argument 1017 CHECKED_D2I_OF(type, d2i), \ [all …]
|
A D | pem.h | 407 void *PEM_ASN1_read_bio(d2i_of_void *d2i, const char *name, BIO *bp, void **x, 424 void *PEM_ASN1_read(d2i_of_void *d2i, const char *name, FILE *fp, void **x,
|
A D | x509v3.h | 112 X509V3_EXT_D2I d2i; member
|
Completed in 13 milliseconds