Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99293
b: refs/heads/master
c: ebbcf33
h: refs/heads/master
i:
  99291: 6f999a1
v: v3
  • Loading branch information
Herbert Xu committed Jul 10, 2008
1 parent e07433d commit 0793b59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 70bcaca75389a6c011ddc866eb1743b070a838b0
refs/heads/master: ebbcf3369224ae7d23bfee06d8c5ea87a9541db5
4 changes: 2 additions & 2 deletions trunk/drivers/crypto/talitos.c
Original file line number Diff line number Diff line change
Expand Up @@ -1144,7 +1144,7 @@ static struct talitos_alg_template driver_algs[] = {
/* single-pass ipsec_esp descriptor */
{
.name = "authenc(hmac(sha1),cbc(aes))",
.driver_name = "authenc(hmac(sha1-talitos),cbc(aes-talitos))",
.driver_name = "authenc-hmac-sha1-cbc-aes-talitos",
.blocksize = TALITOS_AES_MIN_BLOCK_SIZE,
.aead = {
.setkey = aead_authenc_setkey,
Expand All @@ -1166,7 +1166,7 @@ static struct talitos_alg_template driver_algs[] = {
},
{
.name = "authenc(hmac(sha1),cbc(des3_ede))",
.driver_name = "authenc(hmac(sha1-talitos),cbc(3des-talitos))",
.driver_name = "authenc-hmac-sha1-cbc-3des-talitos",
.blocksize = TALITOS_3DES_MIN_BLOCK_SIZE,
.aead = {
.setkey = aead_authenc_setkey,
Expand Down

0 comments on commit 0793b59

Please sign in to comment.