Linux cryptographic layer development
 help / color / mirror / Atom feed
* cbc(aes-aesni) a givcipher?
@ 2015-08-19 10:11 Stephan Mueller
  2015-08-19 10:31 ` Stephan Mueller
  0 siblings, 1 reply; 3+ messages in thread
From: Stephan Mueller @ 2015-08-19 10:11 UTC (permalink / raw)
  To: herbert; +Cc: linux-crypto

Hi Herbert,

with the latest cryptodev-2.6 tree I find the following:

name         : cbc(aes)
driver       : cbc(aes-aesni)
module       : kernel
priority     : 300
refcnt       : 1
selftest     : passed
internal     : no
type         : givcipher
async        : no
blocksize    : 16
min keysize  : 16
max keysize  : 32
ivsize       : 16
geniv        : eseqiv

name         : cbc(aes)
driver       : cbc(aes-aesni)
module       : cbc
priority     : 300
refcnt       : 1
selftest     : passed
internal     : no
type         : blkcipher
blocksize    : 16
min keysize  : 16
max keysize  : 32
ivsize       : 16
geniv        : <default>


Note the type of the ciphers. With this, an allocation of cbc(aes-aesni) does 
not work (ENOENT).

Any ideas?

-- 
Ciao
Stephan

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-08-19 12:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-19 10:11 cbc(aes-aesni) a givcipher? Stephan Mueller
2015-08-19 10:31 ` Stephan Mueller
2015-08-19 12:47   ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox