|
d2i_RSAPublicKey(3)
Contents
|
d2i_RSAPublicKey, i2d_RSAPublicKey, d2i_RSAPrivateKey,
i2d_RSAPrivateKey, i2d_Netscape_RSA, d2i_Netscape_RSA -
Purpose to be supplied.
#include <openssl/rsa.h>
RSA * d2i_RSAPublicKey(
RSA **a, unsigned char **pp, long length ); int
i2d_RSAPublicKey(
RSA *a, unsigned char **pp ); RSA * d2i_RSAPrivateKey(
RSA **a, unsigned char **pp, long length ); int
i2d_RSAPrivateKey(
RSA *a, unsigned char **pp ); int
i2d_Netscape_RSA(
RSA *a, unsigned char **pp, int (*cb)() ); RSA *
d2i_Netscape_RSA(
RSA **a, unsigned char **pp, long length, int
(*cb)() );
To be supplied.
To be supplied.
To be supplied.
d2i_RSAPublicKey(3)
[ Back ] |