<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/arch/powerpc/crypto, branch linux-4.3.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-4.3.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-4.3.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2015-05-18T04:20:20Z</updated>
<entry>
<title>crypto: powerpc/md5 - use md5 IV MD5_HX instead of their raw value</title>
<updated>2015-05-18T04:20:20Z</updated>
<author>
<name>LABBE Corentin</name>
<email>clabbe.montjoie@gmail.com</email>
</author>
<published>2015-05-17T10:54:14Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=a401521321925c02733515cd7f9f13ae4597a743'/>
<id>urn:sha1:a401521321925c02733515cd7f9f13ae4597a743</id>
<content type='text'>
Since MD5 IV are now available in crypto/md5.h, use them.

Signed-off-by: LABBE Corentin &lt;clabbe.montjoie@gmail.com&gt;
Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;
</content>
</entry>
<entry>
<title>crypto: powerpc - move files to fix build error</title>
<updated>2015-03-09T10:06:19Z</updated>
<author>
<name>Kim Phillips</name>
<email>kim.phillips@freescale.com</email>
</author>
<published>2015-03-07T00:46:21Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=3265c4babe93832167cb148083a0544548c23e6a'/>
<id>urn:sha1:3265c4babe93832167cb148083a0544548c23e6a</id>
<content type='text'>
The current cryptodev-2.6 tree commits:

d9850fc529ef ("crypto: powerpc/sha1 - kernel config")
50ba29aaa7b0 ("crypto: powerpc/sha1 - glue")

failed to properly place files under arch/powerpc/crypto, which
leads to build errors:

make[1]: *** No rule to make target 'arch/powerpc/crypto/sha1-spe-asm.o', needed by 'arch/powerpc/crypto/sha1-ppc-spe.o'.  Stop.
make[1]: *** No rule to make target 'arch/powerpc/crypto/sha1_spe_glue.o', needed by 'arch/powerpc/crypto/sha1-ppc-spe.o'.  Stop.
Makefile:947: recipe for target 'arch/powerpc/crypto' failed

Move the two sha1 spe files under crypto/, and whilst there, rename
other powerpc crypto files with underscores to use dashes for
consistency.

Cc: Markus Stockhausen &lt;stockhausen@collogia.de&gt;
Signed-off-by: Kim Phillips &lt;kim.phillips@freescale.com&gt;
Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;
</content>
</entry>
<entry>
<title>crypto: powerpc/md5 - kernel config</title>
<updated>2015-03-04T09:13:26Z</updated>
<author>
<name>Markus Stockhausen</name>
<email>stockhausen@collogia.de</email>
</author>
<published>2015-03-01T18:30:46Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=e8e5995372ac3fc63995915dcb351f38a3560018'/>
<id>urn:sha1:e8e5995372ac3fc63995915dcb351f38a3560018</id>
<content type='text'>
Integrate the module into the kernel config tree.

Signed-off-by: Markus Stockhausen &lt;stockhausen@collogia.de&gt;
Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;
</content>
</entry>
<entry>
<title>crypto: powerpc/md5 - glue</title>
<updated>2015-03-04T09:12:41Z</updated>
<author>
<name>Markus Stockhausen</name>
<email>stockhausen@collogia.de</email>
</author>
<published>2015-03-01T18:30:41Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=e90508d3b0866c29146535576931356aba072a86'/>
<id>urn:sha1:e90508d3b0866c29146535576931356aba072a86</id>
<content type='text'>
Glue code for crypto infrastructure. Call the assembler
code where required. Take a little care about small input
data. Kick out early for input chunks &lt; 64 bytes and replace
memset for context cleanup with simple loop.

Signed-off-by: Markus Stockhausen &lt;stockhausen@collogia.de&gt;
Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;
</content>
</entry>
<entry>
<title>crypto: powerpc/md5 - assembler</title>
<updated>2015-03-04T09:12:40Z</updated>
<author>
<name>Markus Stockhausen</name>
<email>stockhausen@collogia.de</email>
</author>
<published>2015-03-01T18:30:35Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=209232d02586bc9b69ce028d22ae2512910f9e7f'/>
<id>urn:sha1:209232d02586bc9b69ce028d22ae2512910f9e7f</id>
<content type='text'>
This is the assembler code for the MD5 implementation.
Handling of algorithm constants has been slightly
changed to reduce register usage and make better use
of cores with multiple ALUs. Thus they are stored as
delta values.

Signed-off-by: Markus Stockhausen &lt;stockhausen@collogia.de&gt;
Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;
</content>
</entry>
<entry>
<title>crypto: powerpc/sha1 - kernel config</title>
<updated>2015-03-02T10:22:20Z</updated>
<author>
<name>Markus Stockhausen</name>
<email>stockhausen@collogia.de</email>
</author>
<published>2015-02-24T19:36:50Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=d9850fc529efc0c1b3b938aab6916698dcf31f01'/>
<id>urn:sha1:d9850fc529efc0c1b3b938aab6916698dcf31f01</id>
<content type='text'>
Integrate the module into the kernel config tree.

Signed-off-by: Markus Stockhausen &lt;stockhausen@collogia.de&gt;
Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;
</content>
</entry>
<entry>
<title>crypto: powerpc/aes - kernel config</title>
<updated>2015-03-01T10:02:29Z</updated>
<author>
<name>Markus Stockhausen</name>
<email>stockhausen@collogia.de</email>
</author>
<published>2015-02-22T09:00:10Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=504c6143c53dfd140d42fe76d0faed1309c6d1b6'/>
<id>urn:sha1:504c6143c53dfd140d42fe76d0faed1309c6d1b6</id>
<content type='text'>
Integrate the module into the kernel configuration

Signed-off-by: Markus Stockhausen &lt;stockhausen@collogia.de&gt;
Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;
</content>
</entry>
<entry>
<title>cyprot: powerpc/aes - glue code</title>
<updated>2015-03-01T10:02:29Z</updated>
<author>
<name>Markus Stockhausen</name>
<email>stockhausen@collogia.de</email>
</author>
<published>2015-02-22T09:00:05Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=8a28a1a89409289d9552757b95f85b50ffc26ac7'/>
<id>urn:sha1:8a28a1a89409289d9552757b95f85b50ffc26ac7</id>
<content type='text'>
Integrate the assembler modules into the kernel crypto
framework. Take care to avoid long intervals of disabled
preemption.

Signed-off-by: Markus Stockhausen &lt;stockhausen@collogia.de&gt;
Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;
</content>
</entry>
<entry>
<title>crypto: powerpc/aes - ECB/CBC/CTR/XTS modes</title>
<updated>2015-03-01T10:02:28Z</updated>
<author>
<name>Markus Stockhausen</name>
<email>stockhausen@collogia.de</email>
</author>
<published>2015-02-22T09:00:00Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=f2e2ad2e1bfae66f087f4a33cd14da6d5ffcb79f'/>
<id>urn:sha1:f2e2ad2e1bfae66f087f4a33cd14da6d5ffcb79f</id>
<content type='text'>
The assembler block cipher module that controls the core
AES functions.

Signed-off-by: Markus Stockhausen &lt;stockhausen@collogia.de&gt;
Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;
</content>
</entry>
<entry>
<title>crypto: powerpc/aes - key handling</title>
<updated>2015-03-01T10:02:28Z</updated>
<author>
<name>Markus Stockhausen</name>
<email>stockhausen@collogia.de</email>
</author>
<published>2015-02-22T08:59:54Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=f98992af419e3b69696e9c418eda664bd5d7ceb2'/>
<id>urn:sha1:f98992af419e3b69696e9c418eda664bd5d7ceb2</id>
<content type='text'>
Key generation for big endian core routines.

Signed-off-by: Markus Stockhausen &lt;stockhausen@collogia.de&gt;
Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;
</content>
</entry>
</feed>
