<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/net/mac80211/aead_api.c, branch linux-5.1.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-5.1.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-5.1.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2017-10-11T13:46:45Z</updated>
<entry>
<title>mac80211: use crypto_aead_authsize()</title>
<updated>2017-10-11T13:46:45Z</updated>
<author>
<name>Johannes Berg</name>
<email>johannes.berg@intel.com</email>
</author>
<published>2017-10-11T13:46:45Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=9e97964d5e500d8d0df94e1a79ad715ad4f9c995'/>
<id>urn:sha1:9e97964d5e500d8d0df94e1a79ad715ad4f9c995</id>
<content type='text'>
Evidently this API is intended to be used to isolate against
API changes, so use it instead of accessing -&gt;authsize.

Signed-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;
</content>
</entry>
<entry>
<title>mac80211: aead api to reduce redundancy</title>
<updated>2017-10-11T07:37:35Z</updated>
<author>
<name>Xiang Gao</name>
<email>qasdfgtyuiop@gmail.com</email>
</author>
<published>2017-10-11T02:31:49Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=4133da73067af0417c623eb4ad5e85081ccbf4b4'/>
<id>urn:sha1:4133da73067af0417c623eb4ad5e85081ccbf4b4</id>
<content type='text'>
Currently, the aes_ccm.c and aes_gcm.c are almost line by line copy of
each other. This patch reduce code redundancy by moving the code in these
two files to crypto/aead_api.c to make it a higher level aead api. The
file aes_ccm.c and aes_gcm.c are removed and all the functions there are
now implemented in their headers using the newly added aead api.

Signed-off-by: Xiang Gao &lt;qasdfgtyuiop@gmail.com&gt;
Signed-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;
</content>
</entry>
</feed>
