]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - crypto/tgr192.c
lightnvm: pblk: prevent stall due to wb threshold
[linux.git] / crypto / tgr192.c
index 321bc6ff2a9d1ff714b3f27e49b68f0d48ce17e0..022d3dd76c3b22c27c16137d1c686dbb0abce97a 100644 (file)
@@ -636,7 +636,6 @@ static struct shash_alg tgr_algs[3] = { {
        .descsize       =       sizeof(struct tgr192_ctx),
        .base           =       {
                .cra_name       =       "tgr192",
-               .cra_flags      =       CRYPTO_ALG_TYPE_SHASH,
                .cra_blocksize  =       TGR192_BLOCK_SIZE,
                .cra_module     =       THIS_MODULE,
        }
@@ -648,7 +647,6 @@ static struct shash_alg tgr_algs[3] = { {
        .descsize       =       sizeof(struct tgr192_ctx),
        .base           =       {
                .cra_name       =       "tgr160",
-               .cra_flags      =       CRYPTO_ALG_TYPE_SHASH,
                .cra_blocksize  =       TGR192_BLOCK_SIZE,
                .cra_module     =       THIS_MODULE,
        }
@@ -660,7 +658,6 @@ static struct shash_alg tgr_algs[3] = { {
        .descsize       =       sizeof(struct tgr192_ctx),
        .base           =       {
                .cra_name       =       "tgr128",
-               .cra_flags      =       CRYPTO_ALG_TYPE_SHASH,
                .cra_blocksize  =       TGR192_BLOCK_SIZE,
                .cra_module     =       THIS_MODULE,
        }