]> andersk Git - openssh.git/blobdiff - cipher.h
- (djm) Bug #461: ssh-copy-id fails with no arguments. Patch from
[openssh.git] / cipher.h
index b800c96143a98a17c29dad2eef1b0e9dd154e752..fc7f6dd0fc46b3301938626c3a2b6d319313e28d 100644 (file)
--- a/cipher.h
+++ b/cipher.h
@@ -1,3 +1,5 @@
+/*     $OpenBSD: cipher.h,v 1.33 2002/03/18 17:13:15 markus Exp $      */
+
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -32,8 +34,6 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-/* RCSID("$OpenBSD: cipher.h,v 1.31 2002/02/18 13:05:32 markus Exp $"); */
-
 #ifndef CIPHER_H
 #define CIPHER_H
 
@@ -81,4 +81,11 @@ void  cipher_cleanup(CipherContext *);
 void    cipher_set_key_string(CipherContext *, Cipher *, const char *, int);
 u_int   cipher_blocksize(Cipher *);
 u_int   cipher_keylen(Cipher *);
+
+u_int   cipher_get_number(Cipher *);
+void    cipher_get_keyiv(CipherContext *, u_char *, u_int);
+void    cipher_set_keyiv(CipherContext *, u_char *);
+int     cipher_get_keyiv_len(CipherContext *);
+int     cipher_get_keycontext(CipherContext *, u_char *);
+void    cipher_set_keycontext(CipherContext *, u_char *);
 #endif                         /* CIPHER_H */
This page took 0.222318 seconds and 4 git commands to generate.