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

/external/boringssl/include/openssl/
H A Dasn1.h349 #define TYPEDEF_D2I_OF(type) typedef type *d2i_of_##type(type **,const unsigned char **,long) macro
351 #define TYPEDEF_D2I2D_OF(type) TYPEDEF_D2I_OF(type); TYPEDEF_I2D_OF(type)
/external/boringssl/src/include/openssl/
H A Dasn1.h349 #define TYPEDEF_D2I_OF(type) typedef type *d2i_of_##type(type **,const unsigned char **,long) macro
351 #define TYPEDEF_D2I2D_OF(type) TYPEDEF_D2I_OF(type); TYPEDEF_I2D_OF(type)

Completed in 2623 milliseconds