All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Cipher infrastructure
@ 2015-02-06 12:39 Tomasz Bursztyka
  2015-02-06 12:39 ` [PATCH 1/2] cipher: Add a basic infrastructure for kernel based cipher operations Tomasz Bursztyka
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Tomasz Bursztyka @ 2015-02-06 12:39 UTC (permalink / raw)
  To: ell

[-- Attachment #1: Type: text/plain, Size: 823 bytes --]

Hi,

Looks like we need to re-inject the keys to the master socket (the one which
is binded so the selected crypto) once before an operation type, so first encrypt
and/or first decrypt.
Now it seems to work. Should it handle an initialization vector?

Tomasz Bursztyka (2):
  cipher: Add a basic infrastructure for kernel based cipher operations
  unit: Add unit test for the cipher infrastructure

 Makefile.am        |  11 ++-
 ell/cipher.c       | 221 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 ell/cipher.h       |  52 +++++++++++++
 ell/ell.h          |   1 +
 unit/test-cipher.c | 107 ++++++++++++++++++++++++++
 5 files changed, 389 insertions(+), 3 deletions(-)
 create mode 100644 ell/cipher.c
 create mode 100644 ell/cipher.h
 create mode 100644 unit/test-cipher.c

-- 
2.0.5


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

end of thread, other threads:[~2015-02-10  7:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-06 12:39 [PATCH v2 0/2] Cipher infrastructure Tomasz Bursztyka
2015-02-06 12:39 ` [PATCH 1/2] cipher: Add a basic infrastructure for kernel based cipher operations Tomasz Bursztyka
2015-02-06 12:39 ` [PATCH 2/2] unit: Add unit test for the cipher infrastructure Tomasz Bursztyka
2015-02-09 15:40 ` [PATCH v2 0/2] Cipher infrastructure Denis Kenzior
2015-02-10  7:19   ` Tomasz Bursztyka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.