Commit 7c3a293d authored by Derek Robson's avatar Derek Robson Committed by Greg Kroah-Hartman

Drivers: ccree: ssi_fips_data.h - align block comments

Fixed block comment alignment, Style fix only
Found using checkpatch
Signed-off-by: default avatarDerek Robson <robsonde@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f77aa70b
...@@ -15,53 +15,52 @@ ...@@ -15,53 +15,52 @@
*/ */
/* /*
The test vectors were taken from: * The test vectors were taken from:
*
* AES * * AES
NIST Special Publication 800-38A 2001 Edition * NIST Special Publication 800-38A 2001 Edition
Recommendation for Block Cipher Modes of Operation * Recommendation for Block Cipher Modes of Operation
http://csrc.nist.gov/publications/nistpubs/800-38a/sp800-38a.pdf * http://csrc.nist.gov/publications/nistpubs/800-38a/sp800-38a.pdf
Appendix F: Example Vectors for Modes of Operation of the AES * Appendix F: Example Vectors for Modes of Operation of the AES
*
* AES CTS * * AES CTS
Advanced Encryption Standard (AES) Encryption for Kerberos 5 * Advanced Encryption Standard (AES) Encryption for Kerberos 5
February 2005 * February 2005
https://tools.ietf.org/html/rfc3962#appendix-B * https://tools.ietf.org/html/rfc3962#appendix-B
B. Sample Test Vectors * B. Sample Test Vectors
*
* AES XTS * * AES XTS
http://csrc.nist.gov/groups/STM/cavp/#08 * http://csrc.nist.gov/groups/STM/cavp/#08
http://csrc.nist.gov/groups/STM/cavp/documents/aes/XTSTestVectors.zip * http://csrc.nist.gov/groups/STM/cavp/documents/aes/XTSTestVectors.zip
*
* AES CMAC * * AES CMAC
http://csrc.nist.gov/groups/STM/cavp/index.html#07 * http://csrc.nist.gov/groups/STM/cavp/index.html#07
http://csrc.nist.gov/groups/STM/cavp/documents/mac/cmactestvectors.zip * http://csrc.nist.gov/groups/STM/cavp/documents/mac/cmactestvectors.zip
*
* AES-CCM * * AES-CCM
http://csrc.nist.gov/groups/STM/cavp/#07 * http://csrc.nist.gov/groups/STM/cavp/#07
http://csrc.nist.gov/groups/STM/cavp/documents/mac/ccmtestvectors.zip * http://csrc.nist.gov/groups/STM/cavp/documents/mac/ccmtestvectors.zip
*
* AES-GCM * * AES-GCM
http://csrc.nist.gov/groups/STM/cavp/documents/mac/gcmtestvectors.zip * http://csrc.nist.gov/groups/STM/cavp/documents/mac/gcmtestvectors.zip
*
* Triple-DES * * Triple-DES
NIST Special Publication 800-67 January 2012 * NIST Special Publication 800-67 January 2012
Recommendation for the Triple Data Encryption Algorithm (TDEA) Block Cipher * Recommendation for the Triple Data Encryption Algorithm (TDEA) Block Cipher
http://csrc.nist.gov/publications/nistpubs/800-67-Rev1/SP-800-67-Rev1.pdf * http://csrc.nist.gov/publications/nistpubs/800-67-Rev1/SP-800-67-Rev1.pdf
APPENDIX B: EXAMPLE OF TDEA FORWARD AND INVERSE CIPHER OPERATIONS * APPENDIX B: EXAMPLE OF TDEA FORWARD AND INVERSE CIPHER OPERATIONS
and * and
http://csrc.nist.gov/groups/STM/cavp/#01 * http://csrc.nist.gov/groups/STM/cavp/#01
http://csrc.nist.gov/groups/STM/cavp/documents/des/tdesmct_intermediate.zip * http://csrc.nist.gov/groups/STM/cavp/documents/des/tdesmct_intermediate.zip
*
* HASH * * HASH
http://csrc.nist.gov/groups/STM/cavp/#03 * http://csrc.nist.gov/groups/STM/cavp/#03
http://csrc.nist.gov/groups/STM/cavp/documents/shs/shabytetestvectors.zip * http://csrc.nist.gov/groups/STM/cavp/documents/shs/shabytetestvectors.zip
*
* HMAC * * HMAC
http://csrc.nist.gov/groups/STM/cavp/#07 * http://csrc.nist.gov/groups/STM/cavp/#07
http://csrc.nist.gov/groups/STM/cavp/documents/mac/hmactestvectors.zip * http://csrc.nist.gov/groups/STM/cavp/documents/mac/hmactestvectors.zip
*/
*/
/* NIST AES */ /* NIST AES */
#define AES_128_BIT_KEY_SIZE 16 #define AES_128_BIT_KEY_SIZE 16
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment