Home | History | Annotate | Download | only in aes

Lines Matching refs:FIPS

74 // the cut and paste from the FIPS PDF worked.
124 // Test vectors are from FIPS 197:
125 // http://www.csrc.nist.gov/publications/fips/fips197/fips-197.pdf
127 // Appendix A of FIPS 197: Key expansion examples
131 dec []uint32 // decryption expansion; not in FIPS 197, computed from C implementation.
215 // Test key expansion against FIPS 197 examples.
245 // Appendix B, C of FIPS 197: Cipher examples, Example vectors.
283 // Test encryptBlock against FIPS 197 examples.
301 // Test decryptBlock against FIPS 197 examples.
319 // Test Cipher Encrypt method against FIPS 197 examples.
338 // Test Cipher Decrypt against FIPS 197 examples.