diff options
author | Miloslav Trmač <mitr@redhat.com> | 2010-08-25 06:06:16 +0200 |
---|---|---|
committer | Miloslav Trmač <mitr@redhat.com> | 2010-08-25 06:06:16 +0200 |
commit | f90894ca4a2f56c42b787504e59421b89030c75e (patch) | |
tree | 912392aa002babcafa3b54266f85e203e89d6990 /cryptodev_int.h | |
parent | 7f6e65351ae2c214f28496609103711773721ca5 (diff) | |
parent | 5d586cad2979ad279e9a7f0985d008e5d649bbc5 (diff) | |
download | cryptodev-linux-f90894ca4a2f56c42b787504e59421b89030c75e.tar.gz cryptodev-linux-f90894ca4a2f56c42b787504e59421b89030c75e.tar.xz cryptodev-linux-f90894ca4a2f56c42b787504e59421b89030c75e.zip |
Merge branch 'clone-session'
Conflicts:
cryptodev_int.h
ncr-sessions.c
Diffstat (limited to 'cryptodev_int.h')
-rw-r--r-- | cryptodev_int.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cryptodev_int.h b/cryptodev_int.h index 573fcaa..4b140ba 100644 --- a/cryptodev_int.h +++ b/cryptodev_int.h @@ -78,5 +78,7 @@ ssize_t _cryptodev_hash_update( struct hash_data* hdata, const void* data, size_ int cryptodev_hash_reset( struct hash_data* hdata); void cryptodev_hash_deinit(struct hash_data* hdata); int cryptodev_hash_init(struct hash_data *hdata, const char *alg_name, const void *mackey, size_t mackeylen); +int cryptodev_hash_clone(struct hash_data *hdata, struct hash_data *old_data, + const void *mackey, size_t mackeylen); #endif /* CRYPTODEV_INT_H */ |