Loading drivers/crypto/geode-aes.c +1 −2 Original line number Diff line number Diff line Loading @@ -110,7 +110,6 @@ geode_aes_crypt(struct geode_aes_op *op) * we don't need to worry */ if (op->src == op->dst) flags |= (AES_CTRL_DCA | AES_CTRL_SCA); if (op->dir == AES_DIR_ENCRYPT) Loading Loading
drivers/crypto/geode-aes.c +1 −2 Original line number Diff line number Diff line Loading @@ -110,7 +110,6 @@ geode_aes_crypt(struct geode_aes_op *op) * we don't need to worry */ if (op->src == op->dst) flags |= (AES_CTRL_DCA | AES_CTRL_SCA); if (op->dir == AES_DIR_ENCRYPT) Loading