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

/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dx509aux.c30 typedef int (*i2d_X509_t)(X509 *, unsigned char **); typedef
40 i2d_X509_t i2d = trusted ? i2d_X509_AUX : i2d_X509;
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dx509aux.c30 typedef int (*i2d_X509_t)(const X509 *, unsigned char **); typedef
40 i2d_X509_t i2d = trusted ? i2d_X509_AUX : i2d_X509;

Completed in 88 milliseconds