summaryrefslogtreecommitdiffstats
path: root/doc/crypto
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-02-22 12:01:50 +0000
committerUlf Möller <ulf@openssl.org>2000-02-22 12:01:50 +0000
commitde4b5989461a101b2b93987b5de47b5e39dbe1e3 (patch)
tree6435c56be6037defed42fc2f6ce33951d7c218ed /doc/crypto
parent17ef2916614ff3f1dfbab15c3250278528a31275 (diff)
Don't list prototypes for internal functions.
Diffstat (limited to 'doc/crypto')
-rw-r--r--doc/crypto/rsa.pod21
1 files changed, 0 insertions, 21 deletions
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