Searched refs:I2D_OF (Results 1 – 3 of 3) sorted by relevance
352 # define I2D_OF(type) int (*)(const type *,unsigned char **) macro357 ((i2d_of_void*) (1 ? i2d : ((I2D_OF(type))0)))1120 # define I2D_OF_const(type) I2D_OF(type)
305 # define I2D_OF(type) int (*)(const type *,unsigned char **) macro310 ((i2d_of_void*) (1 ? i2d : ((I2D_OF(type))0)))953 # define I2D_OF_const(type) I2D_OF(type)
325 return ASN1_i2d_fp((I2D_OF(void))i2d_RSA_PUBKEY, fp, rsa); in i2d_RSA_PUBKEY_fp()