Skip to content

Commit

Permalink
sparc64: Move AES driver over to a methods based implementation.
Browse files Browse the repository at this point in the history
Instead of testing and branching off of the key size on every
encrypt/decrypt call, use method ops assigned at key set time.

Reverse the order of float registers used for decryption to make
future changes easier.

Align all assembler routines on a 32-byte boundary.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Aug 29, 2012
1 parent 45dfe23 commit 0bdcaf7
Show file tree
Hide file tree
Showing 2 changed files with 728 additions and 337 deletions.
Loading

0 comments on commit 0bdcaf7

Please sign in to comment.