summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-03-07 23:05:47 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-03-07 23:05:47 +0100
commit1393e95e3f5534b84fa016fdd1992b1e381a18bf (patch)
tree73f9a07f97ad5125770b3d564597ba61b04ee732
parent407e88dbfbf9b2215d79588626c00f935d41d50a (diff)
downloadgnutls-1393e95e3f5534b84fa016fdd1992b1e381a18bf.tar.gz
corrected comments.
-rw-r--r--lib/accelerated/x86/aes-gcm-padlock.c4
-rw-r--r--lib/accelerated/x86/aes-gcm-x86.c5
2 files changed, 3 insertions, 6 deletions
diff --git a/lib/accelerated/x86/aes-gcm-padlock.c b/lib/accelerated/x86/aes-gcm-padlock.c
index 5c17a2b2af..0fe9974a77 100644
--- a/lib/accelerated/x86/aes-gcm-padlock.c
+++ b/lib/accelerated/x86/aes-gcm-padlock.c
@@ -21,9 +21,7 @@
*/
/*
- * The following code is an implementation of the AES-128-CBC cipher
- * using intel's AES instruction set. It is based on Intel reference
- * code.
+ * The following code is an implementation of the AES-128-GCM cipher
*/
#include <gnutls_errors.h>
diff --git a/lib/accelerated/x86/aes-gcm-x86.c b/lib/accelerated/x86/aes-gcm-x86.c
index 29339fd168..d4f401fd61 100644
--- a/lib/accelerated/x86/aes-gcm-x86.c
+++ b/lib/accelerated/x86/aes-gcm-x86.c
@@ -21,9 +21,8 @@
*/
/*
- * The following code is an implementation of the AES-128-CBC cipher
- * using intel's AES instruction set. It is based on Intel reference
- * code.
+ * The following code is an implementation of the AES-128-GCM cipher
+ * using intel's AES instruction set.
*/
#include <gnutls_errors.h>