Skip to content

Commit

Permalink
[CRYPTO] tcrypt: Change the usage of the test vectors
Browse files Browse the repository at this point in the history
The test routines (test_{cipher,hash,aead}) are makeing a copy
of the test template and are processing the encryption process
in place. This patch changes the creation of the copy so it will
work even if the source address of the input data isn't an array
inside of the template but a pointer.

Signed-off-by: Sebastian Siewior <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
sebastianas authored and herbertx committed Apr 21, 2008
1 parent 48c8949 commit 562954d
Showing 1 changed file with 181 additions and 165 deletions.
Loading

0 comments on commit 562954d

Please sign in to comment.