Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/openssl/
H A Dasn1.h352 # define I2D_OF(type) int (*)(const type *,unsigned char **) macro
357 ((i2d_of_void*) (1 ? i2d : ((I2D_OF(type))0)))
1120 # define I2D_OF_const(type) I2D_OF(type)
H A Dasn1.h.in305 # define I2D_OF(type) int (*)(const type *,unsigned char **) macro
310 ((i2d_of_void*) (1 ? i2d : ((I2D_OF(type))0)))
953 # define I2D_OF_const(type) I2D_OF(type)
/freebsd/crypto/openssl/crypto/x509/
H A Dx_all.c325 return ASN1_i2d_fp((I2D_OF(void))i2d_RSA_PUBKEY, fp, rsa); in i2d_RSA_PUBKEY_fp()