Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1175879

Re: [PATCH 08/10] crypto: omap-aes: gmc: Add algo info

From Stephan Mueller <smueller@chronox.de>
Newsgroups linux.kernel
Subject Re: [PATCH 08/10] crypto: omap-aes: gmc: Add algo info
Date 2015-07-02 12:00 +0200
Message-ID <pHJrI-10N-21@gated-at.bofh.it> (permalink)
References <pHFep-6ZR-3@gated-at.bofh.it> <pHHJf-9G-5@gated-at.bofh.it> <pHJrI-10N-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Am Donnerstag, 2. Juli 2015, 15:24:58 schrieb Lokesh Vutla:

Hi Lokesh,

>>> +{
>>> +	.cra_name		= "gcm(aes)",
>>> +	.cra_driver_name	= "gcm-aes-omap",
>>> +	.cra_priority		= 100,
>> 
>> Why did you choose the priority 100? The software implementations commonly
>> use 100. crypto/gcm.c uses the prio of the underlying cipher. In case of
>> ARM, there seem to be assembler implementations of AES which have the prio
>> of 200 or 300. So, such software implementation of gcm(aes) would have a
>> higher precedence than your hw implementation.
>
>Yes, you are right.
>Other hw algos in omap-aes also uses priority 100.
>Only sw and hw implementations are enabled right now and both are at same
>priority. And till now its lucky enough that hw algo gets picked.

Maybe those HW prios should be updated too?

Ciao
Stephan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Re: [PATCH 08/10] crypto: omap-aes: gmc: Add algo info Lokesh Vutla <lokeshvutla@ti.com> - 2015-07-02 12:00 +0200
  Re: [PATCH 08/10] crypto: omap-aes: gmc: Add algo info Stephan Mueller <smueller@chronox.de> - 2015-07-02 12:00 +0200

csiph-web