]> andersk Git - moira.git/blame - util/rsaref/rsa.h
Set creation time and creator information for new users.
[moira.git] / util / rsaref / rsa.h
CommitLineData
bd940221 1/* RSA.H - header file for RSA.C
2 */
3
4/* Copyright (C) RSA Laboratories, a division of RSA Data Security,
5 Inc., created 1991. All rights reserved.
6 */
7
8int RSAPublicEncrypt PROTO_LIST
9 ((unsigned char *, unsigned int *, unsigned char *, unsigned int,
10 R_RSA_PUBLIC_KEY *, R_RANDOM_STRUCT *));
11int RSAPrivateEncrypt PROTO_LIST
12 ((unsigned char *, unsigned int *, unsigned char *, unsigned int,
13 R_RSA_PRIVATE_KEY *));
14int RSAPublicDecrypt PROTO_LIST
15 ((unsigned char *, unsigned int *, unsigned char *, unsigned int,
16 R_RSA_PUBLIC_KEY *));
17int RSAPrivateDecrypt PROTO_LIST
18 ((unsigned char *, unsigned int *, unsigned char *, unsigned int,
19 R_RSA_PRIVATE_KEY *));
This page took 0.062296 seconds and 5 git commands to generate.