From e9f738aa05a2dbf94fdf05de01d06d2ebf62529d Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Mon, 14 Jun 2010 16:08:16 +0200 Subject: Added initial wrapping and unwrapping key API. Adds an implementation of the AES-WRAP (untested yet). --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b25b634..b427b3f 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,8 @@ KERNEL_DIR ?= /lib/modules/$(shell uname -r)/build VERSION = 0.1 cryptodev-objs = cryptodev_main.o cryptodev_cipher.o ncr.o \ - ncr-data.o ncr-key.o ncr-limits.o + ncr-data.o ncr-key.o ncr-limits.o ncr-sessions.o ncr-cipher.o \ + ncr-key-wrap.o obj-m += cryptodev.o -- cgit