Home
last modified time | relevance | path

Searched refs:i2d (Results 1 – 1 of 1) sorted by relevance

/babblesim_ext_libCryptov1-latest/include/openssl/
Dasn1.h350 # define CHECKED_I2D_OF(type, i2d) \ argument
351 ((i2d_of_void*) (1 ? i2d : ((I2D_OF(type))0)))
905 i2d_of_void *i2d, int ex_tag, int ex_class, int is_set);
964 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, void *x);
966 # define ASN1_dup_of(type,i2d,d2i,x) \ argument
967 ((type*)ASN1_dup(CHECKED_I2D_OF(type, i2d), \
971 # define ASN1_dup_of_const(type,i2d,d2i,x) \ argument
972 ((type*)ASN1_dup(CHECKED_I2D_OF(const type, i2d), \
994 int ASN1_i2d_fp(i2d_of_void *i2d, FILE *out, void *x);
996 # define ASN1_i2d_fp_of(type,i2d,out,x) \ argument
[all …]