<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.openssl.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=AWe</id>
	<title>OpenSSLWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.openssl.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=AWe"/>
	<link rel="alternate" type="text/html" href="https://wiki.openssl.org/index.php/Special:Contributions/AWe"/>
	<updated>2026-04-11T13:30:36Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.13</generator>
	<entry>
		<id>https://wiki.openssl.org/index.php?title=AES&amp;diff=2510</id>
		<title>AES</title>
		<link rel="alternate" type="text/html" href="https://wiki.openssl.org/index.php?title=AES&amp;diff=2510"/>
		<updated>2017-01-05T16:24:39Z</updated>

		<summary type="html">&lt;p&gt;AWe: more efficient command without calling awk, no more clones without parantheses&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please see [[EVP_Symmetric_Encryption_and_Decryption|EVP Symmetric Encryption and Decryption]] or [[EVP_Authenticated_Encryption_and_Decryption|EVP Authenticated Encryption and Decryption]]. The choice of &amp;lt;tt&amp;gt;EVP_CIPHER&amp;lt;/tt&amp;gt; includes:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;$ grep -IR EVP_aes * | sed 's/.*\(EVP_aes[^( ;,]*\).*/\1()/; /#/ d' | sort | uniq&lt;br /&gt;
EVP_aes_128_cbc()&lt;br /&gt;
EVP_aes_128_cbc_hmac_sha1()&lt;br /&gt;
EVP_aes_128_cbc_hmac_sha256()&lt;br /&gt;
EVP_aes_128_ccm()&lt;br /&gt;
EVP_aes_128_cfb()&lt;br /&gt;
EVP_aes_128_cfb1()&lt;br /&gt;
EVP_aes_128_cfb128()&lt;br /&gt;
EVP_aes_128_cfb8()&lt;br /&gt;
EVP_aes_128_ctr()&lt;br /&gt;
EVP_aes_128_ecb()&lt;br /&gt;
EVP_aes_128_gcm()&lt;br /&gt;
EVP_aes_128_ocb()&lt;br /&gt;
EVP_aes_128_ofb()&lt;br /&gt;
EVP_aes_128_wrap()&lt;br /&gt;
EVP_aes_128_wrap_pad()&lt;br /&gt;
EVP_aes_128_xts()&lt;br /&gt;
EVP_aes_192_cbc()&lt;br /&gt;
EVP_aes_192_ccm()&lt;br /&gt;
EVP_aes_192_cfb()&lt;br /&gt;
EVP_aes_192_cfb1()&lt;br /&gt;
EVP_aes_192_cfb128()&lt;br /&gt;
EVP_aes_192_cfb8()&lt;br /&gt;
EVP_aes_192_ctr()&lt;br /&gt;
EVP_aes_192_ecb()&lt;br /&gt;
EVP_aes_192_gcm()&lt;br /&gt;
EVP_aes_192_ocb()&lt;br /&gt;
EVP_aes_192_ofb()&lt;br /&gt;
EVP_aes_192_wrap()&lt;br /&gt;
EVP_aes_192_wrap_pad()&lt;br /&gt;
EVP_aes_256_cbc()&lt;br /&gt;
EVP_aes_256_cbc_hmac_sha1()&lt;br /&gt;
EVP_aes_256_cbc_hmac_sha256()&lt;br /&gt;
EVP_aes_256_ccm()&lt;br /&gt;
EVP_aes_256_cfb()&lt;br /&gt;
EVP_aes_256_cfb1()&lt;br /&gt;
EVP_aes_256_cfb128()&lt;br /&gt;
EVP_aes_256_cfb8()&lt;br /&gt;
EVP_aes_256_ctr()&lt;br /&gt;
EVP_aes_256_ecb()&lt;br /&gt;
EVP_aes_256_gcm()&lt;br /&gt;
EVP_aes_256_ocb()&lt;br /&gt;
EVP_aes_256_ofb()&lt;br /&gt;
EVP_aes_256_wrap()&lt;br /&gt;
EVP_aes_256_wrap_pad()&lt;br /&gt;
EVP_aes_256_xts()&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Cryptographic Algorithm]]&lt;br /&gt;
[[Category:Block Cipher]]&lt;br /&gt;
[[Category:Secret Key Algorithm]]&lt;/div&gt;</summary>
		<author><name>AWe</name></author>
	</entry>
</feed>