=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/cipher.h,v retrieving revision 1.29.2.1 retrieving revision 1.29.2.2 diff -u -r1.29.2.1 -r1.29.2.2 --- src/usr.bin/ssh/cipher.h 2002/03/07 17:37:46 1.29.2.1 +++ src/usr.bin/ssh/cipher.h 2002/05/17 00:03:23 1.29.2.2 @@ -1,4 +1,4 @@ -/* $OpenBSD: cipher.h,v 1.29.2.1 2002/03/07 17:37:46 jason Exp $ */ +/* $OpenBSD: cipher.h,v 1.29.2.2 2002/05/17 00:03:23 miod Exp $ */ /* * Author: Tatu Ylonen @@ -81,4 +81,11 @@ 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 */