From fe7358893ae875ed7a5e98bb2936da6ee73efeed Mon Sep 17 00:00:00 2001 From: Miloslav Trmač Date: Tue, 27 Jul 2010 22:25:47 +0200 Subject: Drop left-over code for data objects --- ncr-int.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ncr-int.h') diff --git a/ncr-int.h b/ncr-int.h index 2af794f..733bb77 100644 --- a/ncr-int.h +++ b/ncr-int.h @@ -98,7 +98,6 @@ struct list_sem_st { * are here. */ struct ncr_lists { - struct list_sem_st data; struct list_sem_st key; /* sessions */ -- cgit From 36ad042166bbc02bfa9c274ff6336de1e7d4e336 Mon Sep 17 00:00:00 2001 From: Miloslav Trmač Date: Wed, 28 Jul 2010 02:43:11 +0200 Subject: Drop a duplicate prototype --- ncr-int.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ncr-int.h') diff --git a/ncr-int.h b/ncr-int.h index 733bb77..489e052 100644 --- a/ncr-int.h +++ b/ncr-int.h @@ -123,7 +123,6 @@ int ncr_key_generate(struct list_sem_st* data_lst, void __user* arg); int ncr_key_info(struct list_sem_st*, void __user* arg); int ncr_key_generate_pair(struct list_sem_st* lst, void __user* arg); -int ncr_key_derive(struct list_sem_st*, void __user* arg); int ncr_key_get_public(struct list_sem_st* lst, void __user* arg); int ncr_key_item_get_read(struct key_item_st**st, struct list_sem_st* lst, -- cgit From 7a31387b49e0b04ba43bdf6fbc869c6a3e970251 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 28 Jul 2010 20:26:44 +0200 Subject: NCR_CIPHER_MAX_KEY_LEN no longer exist in userspace API. --- ncr-int.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ncr-int.h') diff --git a/ncr-int.h b/ncr-int.h index 489e052..e79747c 100644 --- a/ncr-int.h +++ b/ncr-int.h @@ -8,6 +8,7 @@ #include #define KEY_DATA_MAX_SIZE 3*1024 +#define NCR_CIPHER_MAX_KEY_LEN 1024 #define err() printk(KERN_DEBUG"ncr: %s: %s: %d\n", __FILE__, __func__, __LINE__) -- cgit