Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34212
b: refs/heads/master
c: b3be9a6
h: refs/heads/master
v: v3
  • Loading branch information
Michal Ludvig authored and Herbert Xu committed Sep 21, 2006
1 parent a321160 commit a115b84
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6bfd48096ff8ecabf955958b51ddfa7988eb0a14
refs/heads/master: b3be9a6d9a78bb820f5242f43b98f38b0ca610a6
3 changes: 3 additions & 0 deletions trunk/crypto/sha1.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ static void sha1_final(struct crypto_tfm *tfm, u8 *out)

static struct crypto_alg alg = {
.cra_name = "sha1",
.cra_driver_name= "sha1-generic",
.cra_flags = CRYPTO_ALG_TYPE_DIGEST,
.cra_blocksize = SHA1_HMAC_BLOCK_SIZE,
.cra_ctxsize = sizeof(struct sha1_ctx),
Expand Down Expand Up @@ -137,3 +138,5 @@ module_exit(fini);

MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("SHA1 Secure Hash Algorithm");

MODULE_ALIAS("sha1-generic");
3 changes: 3 additions & 0 deletions trunk/crypto/sha256.c
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ static void sha256_final(struct crypto_tfm *tfm, u8 *out)

static struct crypto_alg alg = {
.cra_name = "sha256",
.cra_driver_name= "sha256-generic",
.cra_flags = CRYPTO_ALG_TYPE_DIGEST,
.cra_blocksize = SHA256_HMAC_BLOCK_SIZE,
.cra_ctxsize = sizeof(struct sha256_ctx),
Expand Down Expand Up @@ -337,3 +338,5 @@ module_exit(fini);

MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("SHA256 Secure Hash Algorithm");

MODULE_ALIAS("sha256-generic");

0 comments on commit a115b84

Please sign in to comment.