Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/openssl/
H A Dasn1.h366 # define TYPEDEF_I2D_OF(type) typedef int i2d_of_##type(const type *,unsigned char **) macro
367 # define TYPEDEF_D2I2D_OF(type) TYPEDEF_D2I_OF(type); TYPEDEF_I2D_OF(type)
H A Dasn1.h.in319 # define TYPEDEF_I2D_OF(type) typedef int i2d_of_##type(const type *,unsigned char **) macro
320 # define TYPEDEF_D2I2D_OF(type) TYPEDEF_D2I_OF(type); TYPEDEF_I2D_OF(type)