Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src-draft/trunk]: src/sys/dev Remove obsolete comment -- AES block size is a...
details: https://anonhg.NetBSD.org/src-all/rev/33fad3ce755f
branches: trunk
changeset: 934491:33fad3ce755f
user: Taylor R Campbell <riastradh%NetBSD.org@localhost>
date: Fri May 29 19:57:12 2020 +0000
description:
Remove obsolete comment -- AES block size is always 128.
diffstat:
sys/dev/cgd_crypto.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diffs (15 lines):
diff -r 07923d580c3c -r 33fad3ce755f sys/dev/cgd_crypto.c
--- a/sys/dev/cgd_crypto.c Fri May 29 19:53:51 2020 +0000
+++ b/sys/dev/cgd_crypto.c Fri May 29 19:57:12 2020 +0000
@@ -173,11 +173,6 @@
* AES Framework
*/
-/*
- * NOTE: we do not store the blocksize in here, because it is not
- * variable [yet], we hardcode the blocksize to 16 (128 bits).
- */
-
struct aes_privdata {
keyInstance ap_enckey;
keyInstance ap_deckey;
Home |
Main Index |
Thread Index |
Old Index