Received: by 2002:a6b:fb09:0:0:0:0:0 with SMTP id h9csp262471iog; Wed, 29 Jun 2022 23:46:00 -0700 (PDT) X-Google-Smtp-Source: AGRyM1sGpM/0LU6PZ+95wmAQT2HlgaTZgLyXS4KlKE5XZEe2TBhgMjp8T0vcQhO+8vKIfCrVnyTo X-Received: by 2002:a05:6402:2392:b0:435:824e:b661 with SMTP id j18-20020a056402239200b00435824eb661mr9525733eda.13.1656571560271; Wed, 29 Jun 2022 23:46:00 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1656571560; cv=none; d=google.com; s=arc-20160816; b=hWbJJkE0KRUiiP9bCyaup6ajd826ml2fKqt52AxNJXsfKxjX3SIWYEToJGw8tBM46Q Fk18hZ8TFxw2fWrIDwQXL9lk0kwM8bXsxdno/na+A+rByICD6JBQGj1mzQ9yogHw/buW +3wIufcPTutPgd47qlilblx0UdYDm1dYiLe1szgJrIh+HpuJyXDP2K4uy7b7cOziQlzF 88uhnLtUbjoEACT26vS3QOz3netAHpKoCAClbK0GzSRh98nYLouzQ1A6Uy/Rf8iD1YyH ZaCA5GakXvUrp6ZroOAzZVT9NSUICZAyaW0iZDIHkw2WiAwaPTSAMahE2TUhjMtiqJWK 3fMQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :message-id:subject:cc:to:from:date; bh=TyFa30Zwt3MM/4OTdE2j5hRuFQNXw6Lz7oAOVW4IpKg=; b=DgR/G7ul3WYT/mi50fyS8DKmE4BymIMycxf0RsGN7xhs/0J7hP7ktz2Q9oaAQsEt0j hg/ca+RN4igyuH35nG3lSCLM0QXPNFvqtuW23XrVA6FO94nj3T0c2HWZjq5kkyfChnhm 8/me02WrdWMPkd7xf8bChOuPeLOVVC2PSNtWpQEIgoANMY4E0wC2ChDb2n/DMDk7WlQO 37Znuq93IqgQ4XGFw4z5dbrgD8O5yX+mHa+J3iNefmcbgmp/13lnSCSZ3kPJ05Rztsmd npzDiT/2l83o2D0pzqE1165waJOG+8Bp03jhNuUoGfZyzK6ZHC8l3W2CMSsqnWmX9XcR 5FEA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id h1-20020a17090791c100b00722e6656ea0si18038877ejz.401.2022.06.29.23.45.20; Wed, 29 Jun 2022 23:45:59 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231416AbiF3GjH (ORCPT + 99 others); Thu, 30 Jun 2022 02:39:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43714 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229575AbiF3GjG (ORCPT ); Thu, 30 Jun 2022 02:39:06 -0400 Received: from fornost.hmeau.com (helcar.hmeau.com [216.24.177.18]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 985D0BF7F for ; Wed, 29 Jun 2022 23:39:04 -0700 (PDT) Received: from gwarestrin.arnor.me.apana.org.au ([192.168.103.7]) by fornost.hmeau.com with smtp (Exim 4.94.2 #2 (Debian)) id 1o6npM-00CwIx-4G; Thu, 30 Jun 2022 16:39:01 +1000 Received: by gwarestrin.arnor.me.apana.org.au (sSMTP sendmail emulation); Thu, 30 Jun 2022 14:39:00 +0800 Date: Thu, 30 Jun 2022 14:39:00 +0800 From: Herbert Xu To: Taehee Yoo Cc: linux-crypto@vger.kernel.org, davem@davemloft.net, ap420073@gmail.com Subject: Re: [PATCH 0/2] crypto: Introduce ARIA symmetric cipher algorithm Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220620164127.6380-1-ap420073@gmail.com> X-Newsgroups: apana.lists.os.linux.cryptoapi X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Taehee Yoo wrote: > This patchset adds a new ARIA(RFC 5794) symmetric cipher algorithm. > > Like SEED, the ARIA is a standard cipher algorithm in South Korea. > Especially Government and Banking industry have been using this algorithm. > So the implementation of ARIA will be useful for them and network vendors. > > Usecases of this algorithm are TLS[1], and IPSec. > It would be very useful for them if it implements kTLS for ARIA. You haven't added any glue to use this for IPsec. Unless there is an in-kernel user we won't add any new algorithms. Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt