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

/freebsd-11.0-release/crypto/openssl/crypto/asn1/
H A Dasn1.h350 # define CHECKED_I2D_OF(type, i2d) \ macro
967 ((type*)ASN1_dup(CHECKED_I2D_OF(type, i2d), \
972 ((type*)ASN1_dup(CHECKED_I2D_OF(const type, i2d), \
997 (ASN1_i2d_fp(CHECKED_I2D_OF(type, i2d), \
1002 (ASN1_i2d_fp(CHECKED_I2D_OF(const type, i2d), \
1025 (ASN1_i2d_bio(CHECKED_I2D_OF(type, i2d), \
1030 (ASN1_i2d_bio(CHECKED_I2D_OF(const type, i2d), \
1073 CHECKED_I2D_OF(type, i2d), \
/freebsd-11.0-release/crypto/openssl/crypto/stack/
H A Dsafestack.h199 CHECKED_I2D_OF(type, i2d_func), \
203 CHECKED_I2D_OF(type, i2d_func), buf, len)

Completed in 124 milliseconds