]> andersk Git - moira.git/blobdiff - util/rsaref/rsa.h
RSAREF (for new reg_svr)
[moira.git] / util / rsaref / rsa.h
diff --git a/util/rsaref/rsa.h b/util/rsaref/rsa.h
new file mode 100644 (file)
index 0000000..a290541
--- /dev/null
@@ -0,0 +1,19 @@
+/* RSA.H - header file for RSA.C
+ */
+
+/* Copyright (C) RSA Laboratories, a division of RSA Data Security,
+     Inc., created 1991. All rights reserved.
+ */
+
+int RSAPublicEncrypt PROTO_LIST 
+  ((unsigned char *, unsigned int *, unsigned char *, unsigned int,
+    R_RSA_PUBLIC_KEY *, R_RANDOM_STRUCT *));
+int RSAPrivateEncrypt PROTO_LIST
+  ((unsigned char *, unsigned int *, unsigned char *, unsigned int,
+    R_RSA_PRIVATE_KEY *));
+int RSAPublicDecrypt PROTO_LIST 
+  ((unsigned char *, unsigned int *, unsigned char *, unsigned int,
+    R_RSA_PUBLIC_KEY *));
+int RSAPrivateDecrypt PROTO_LIST
+  ((unsigned char *, unsigned int *, unsigned char *, unsigned int,
+    R_RSA_PRIVATE_KEY *));
This page took 0.031435 seconds and 4 git commands to generate.