Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/asn1/
H A Dasn1.h290 #define TYPEDEF_D2I_OF(type) typedef type *d2i_of_##type(type **,const unsigned char **,long) macro
292 #define TYPEDEF_D2I2D_OF(type) TYPEDEF_D2I_OF(type); TYPEDEF_I2D_OF(type)