CAVS test harness

2019-07-08 Thread Bhat, Jayalakshmi Manjunath
Hi All, We are working on a product that requires NIAP certification and use IPSec environment for certification. IPSec functionality is achieved by third party IPsec library and native XFRM. Third party IPsec library is used for ISAKMP and XFRM for IPsec. CAVS test cases are required for NIA

Re: [GIT] Crypto Update for 5.3

2019-07-08 Thread pr-tracker-bot
The pull request you sent on Mon, 8 Jul 2019 23:08:00 +0800: > git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git linus has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/4d2fa8b44b891f0da5ceda3e5a1402ccf0ab6f26 Thank you! -- Deet-doot-dot, I am a bot.

Re: crypto: x86/crct10dif-pcl - cleanup and optimizations

2019-07-08 Thread Nick Desaulniers
On Wed, Jul 3, 2019 at 11:52 AM Nick Desaulniers wrote: > > On Wed, Jul 3, 2019 at 9:15 AM Eric Biggers wrote: > > Sorry, I am still confused. Are you saying that something still needs to be > > fixed in the kernel code, and if so, why? To reiterate, the byteshift_table > > doesn't actually *ne

[PATCH v8 01/11] x86/crypto: Adapt assembly for PIE support

2019-07-08 Thread Thomas Garnier
Change the assembly code to use only relative references of symbols for the kernel to be PIE compatible. Position Independent Executable (PIE) support will allow to extend the KASLR randomization range below 0x8000. Signed-off-by: Thomas Garnier --- arch/x86/crypto/aegis128-aesni-as

[PATCH v8 00/11] x86: PIE support to extend KASLR randomization

2019-07-08 Thread Thomas Garnier
/hibernate_asm_64.S|4 - 29 files changed, 306 insertions(+), 213 deletions(-) Patchset is based on next-20190708.

Re: [PATCH] crypto: ccp - memset structure fields to zero before reuse

2019-07-08 Thread Gary R Hook
On 7/5/19 2:40 PM, Eric Biggers wrote: > Hi Gary, > > On Wed, Jul 03, 2019 at 07:21:26PM +, Hook, Gary wrote: >> The AES GCM function reuses an 'op' data structure, which members >> contain values that must be cleared for each (re)use. >> >> Fixes: 36cf515b9bbe ("crypto: ccp - Enable support f

[GIT] Crypto Update for 5.3

2019-07-08 Thread Herbert Xu
Hi Linus: Here is the crypto update for 5.3: API: - Test shash interface directly in testmgr. - cra_driver_name is now mandatory. Algorithms: - Replace arc4 crypto_cipher with library helper. - Implement 5 way interleave for ECB, CBC and CTR on arm64. - Add xxhash. - Add continuous self-test