summaryrefslogtreecommitdiffstats
path: root/ncr-int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-08-21 12:41:23 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-08-21 12:41:23 +0200
commit659f7452456f4fa5cee8694f808d61da6f840b32 (patch)
treeb6c2e29683c2a6ddfe897884316ff53618736800 /ncr-int.h
parent3c7ca7cc92736ff56ec241b1c3da890b7496e5cc (diff)
downloadcryptodev-linux-659f7452456f4fa5cee8694f808d61da6f840b32.tar.gz
cryptodev-linux-659f7452456f4fa5cee8694f808d61da6f840b32.tar.xz
cryptodev-linux-659f7452456f4fa5cee8694f808d61da6f840b32.zip
Improvements in key wrapping. Allowed symmetric keys to wrap assymetric ones.
Diffstat (limited to 'ncr-int.h')
-rw-r--r--ncr-int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ncr-int.h b/ncr-int.h
index 9f7ee0d..4694cda 100644
--- a/ncr-int.h
+++ b/ncr-int.h
@@ -111,6 +111,7 @@ int ncr_ioctl(struct ncr_lists*, struct file *filp,
int ncr_key_derive(struct ncr_lists *lst, void __user* arg);
void ncr_key_clear(struct key_item_st* item);
+void ncr_key_assign_flags(struct key_item_st* item, unsigned int flags);
/* key handling */
int ncr_key_init(struct ncr_lists *lst, void __user* arg);