Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

d2i_RSAPublicKey(3)  —  Subroutines

NAME

d2i_RSAPublicKey, i2d_RSAPublicKey, d2i_RSAPrivateKey, i2d_RSAPrivateKey, i2d_Netscape_RSA, d2i_Netscape_RSA − Purpose to be supplied. 

SYNOPSIS

#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)() );

DESCRIPTION

To be supplied. 

RETURN VALUES

To be supplied. 

SEE ALSO

To be supplied. 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026