CRYPTO_ALG_ALLOCATES_MEMORY,
                        .cra_blocksize = SHA1_BLOCK_SIZE,
                        .cra_ctxsize = sizeof(struct artpec6_hashalg_context),
-                       .cra_alignmask = 3,
                        .cra_module = THIS_MODULE,
                        .cra_init = artpec6_crypto_ahash_init,
                        .cra_exit = artpec6_crypto_ahash_exit,
                                     CRYPTO_ALG_ALLOCATES_MEMORY,
                        .cra_blocksize = SHA256_BLOCK_SIZE,
                        .cra_ctxsize = sizeof(struct artpec6_hashalg_context),
-                       .cra_alignmask = 3,
                        .cra_module = THIS_MODULE,
                        .cra_init = artpec6_crypto_ahash_init,
                        .cra_exit = artpec6_crypto_ahash_exit,
                                     CRYPTO_ALG_ALLOCATES_MEMORY,
                        .cra_blocksize = SHA256_BLOCK_SIZE,
                        .cra_ctxsize = sizeof(struct artpec6_hashalg_context),
-                       .cra_alignmask = 3,
                        .cra_module = THIS_MODULE,
                        .cra_init = artpec6_crypto_ahash_init_hmac_sha256,
                        .cra_exit = artpec6_crypto_ahash_exit,