|
|
1.1 root 1: /* RSA.H - header file for RSA.C
2: */
3:
4: /* Copyright (C) 1991-2 RSA Laboratories, a division of RSA Data
5: Security, Inc. All rights reserved.
6: */
7:
8: int RSAPublicEncrypt PROTO_LIST
9: ((unsigned char *, unsigned int *, unsigned char *, unsigned int,
10: R_RSA_PUBLIC_KEY *, R_RANDOM_STRUCT *));
11: int RSAPrivateEncrypt PROTO_LIST
12: ((unsigned char *, unsigned int *, unsigned char *, unsigned int,
13: R_RSA_PRIVATE_KEY *));
14: int RSAPublicDecrypt PROTO_LIST
15: ((unsigned char *, unsigned int *, unsigned char *, unsigned int,
16: R_RSA_PUBLIC_KEY *));
17: int RSAPrivateDecrypt PROTO_LIST
18: ((unsigned char *, unsigned int *, unsigned char *, unsigned int,
19: R_RSA_PRIVATE_KEY *));
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.