Allyn, Mark A wrote:
>
> I was making an assumption that larval is shorthand for large value as there
> is nothing meaningful in google except for a type of wormlike form.
Larval means not fully grown in this context, i.e., the algorithm
that we've constructed will be filled in later to become
Martin Willi wrote:
> Hi Herbert,
>
> I did a proof-of-concept implementation for our crypto library, the
> interface looks good so far. All our hash, hmac, xcbc and cipher test
> vectors matched.
>
>> + sg_assign_page(sg + i, alloc_page(GFP_KERNEL));
>
> Every skcipher oper
Changed Makefile to use -y instead of -objs.
Signed-off-by: Tracey Dent
---
crypto/Makefile | 14 +++---
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/crypto/Makefile b/crypto/Makefile
index 423b7de..40a9e43 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -3,32 +
Hi Herbert,
I did a proof-of-concept implementation for our crypto library, the
interface looks good so far. All our hash, hmac, xcbc and cipher test
vectors matched.
> + sg_assign_page(sg + i, alloc_page(GFP_KERNEL));
Every skcipher operation leaks memory on my box (this pag