From: Ulf Möller Date: Tue, 22 Feb 2000 12:01:50 +0000 (+0000) Subject: Don't list prototypes for internal functions. X-Git-Tag: OpenSSL_0_9_5beta1~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de4b5989461a101b2b93987b5de47b5e39dbe1e3;p=openssl Don't list prototypes for internal functions. --- diff --git a/doc/crypto/rsa.pod b/doc/crypto/rsa.pod index 3c600bc79c..0486c044a6 100644 --- a/doc/crypto/rsa.pod +++ b/doc/crypto/rsa.pod @@ -61,27 +61,6 @@ rsa - RSA public key cryptosystem unsigned int m_len, unsigned char *sigbuf, unsigned int siglen, RSA *rsa); - int RSA_padding_add_PKCS1_type_1(unsigned char *to, int tlen, - unsigned char *f, int fl); - int RSA_padding_check_PKCS1_type_1(unsigned char *to, int tlen, - unsigned char *f, int fl, int rsa_len); - int RSA_padding_add_PKCS1_type_2(unsigned char *to, int tlen, - unsigned char *f, int fl); - int RSA_padding_check_PKCS1_type_2(unsigned char *to, int tlen, - unsigned char *f, int fl, int rsa_len); - int RSA_padding_add_PKCS1_OAEP(unsigned char *to, int tlen, - unsigned char *f, int fl, unsigned char *p, int pl); - int RSA_padding_check_PKCS1_OAEP(unsigned char *to, int tlen, - unsigned char *f, int fl, int rsa_len, unsigned char *p, int pl); - int RSA_padding_add_SSLv23(unsigned char *to, int tlen, - unsigned char *f, int fl); - int RSA_padding_check_SSLv23(unsigned char *to, int tlen, - unsigned char *f, int fl, int rsa_len); - int RSA_padding_add_none(unsigned char *to, int tlen, - unsigned char *f, int fl); - int RSA_padding_check_none(unsigned char *to, int tlen, - unsigned char *f, int fl, int rsa_len); - =head1 DESCRIPTION These functions implement RSA public key encryption and signatures