<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Is CAAM is by default enable? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Re-Is-CAAM-is-by-default-enable/m-p/712258#M110743</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="line-height: 15.0pt;"&gt;&lt;/P&gt;&lt;P style="line-height: 15.0pt;"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica',sans-serif; color: #666666;"&gt;It may be useful to look at&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="line-height: 15.0pt;"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica',sans-serif; color: #666666;"&gt;&lt;A href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fgitlab.com%2Fbreno.lima%2Fimx6ul-technical-guide%2Fblob%2Fmaster%2Fsrc%2Fsecurity.adoc" target="_blank"&gt;src/security.adoc · master · Breno Lima / imx6ul-technical-guide · GitLab&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="line-height: 15.0pt; min-height: 8pt;"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica',sans-serif; color: #666666;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="line-height: 15.0pt;"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica',sans-serif; color: #666666;"&gt;Best regards&lt;BR /&gt; igor&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Aug 2017 08:21:07 GMT</pubDate>
    <dc:creator>Yuri</dc:creator>
    <dc:date>2017-08-31T08:21:07Z</dc:date>
    <item>
      <title>Re: Is CAAM is by default enable?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Re-Is-CAAM-is-by-default-enable/m-p/712256#M110741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Yuri for quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my doubt is, if we will not do&amp;nbsp;# modprobe cryptodev ,then it means that it will not use hardware acceleration?&amp;nbsp;&lt;/P&gt;&lt;P&gt;If yes then why we are not building as inbuilt module ?&lt;/P&gt;&lt;P&gt;And&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;When hardware acceleration is used by processor? , can you give any example.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2017 06:31:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Re-Is-CAAM-is-by-default-enable/m-p/712256#M110741</guid>
      <dc:creator>deven_solanki</dc:creator>
      <dc:date>2017-08-31T06:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Is CAAM is by default enable?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Re-Is-CAAM-is-by-default-enable/m-p/712257#M110742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; From section 50.7 (Limitations) of i.MX Linux® Reference Manual, Rev. 0, 03/2016 :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;• Components of the driver do not currently build and run as modules. This may be&lt;BR /&gt;rectified in a future version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; From section 9 (Security) of i.MX Linux® User's Guide , Rev. L4.1.15_1.0.0-ga, 03/2016 :&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Using the Freescale CryptoDev security driver causes the system to run much faster than without it.&lt;BR /&gt;The CAAM drivers are accelerated through the CryptoDev interface. The openssl command can be used to show the system speed without CryptoDev .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;openssl speed -evp aes-128-cbc -engine cryptodev&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An example of the key portion of the output is as follows. Library load errors may occur but they can be ignored.&lt;BR /&gt;Doing aes-128-cbc for 3s on 16 size blocks: 4177732 aes-128-cbc's in 2.99s&lt;BR /&gt;Doing aes-128-cbc for 3s on 64 size blocks: 1149097 aes-128-cbc's in 3.01s&lt;BR /&gt;Doing aes-128-cbc for 3s on 256 size blocks: 297714 aes-128-cbc's in 3.00s&lt;BR /&gt;Doing aes-128-cbc for 3s on 1024 size blocks: 75118 aes-128-cbc's in 3.00s&lt;BR /&gt;Doing aes-128-cbc for 3s on 8192 size blocks: 9414 aes-128-cbc's in 3.00s&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start CryptoDev and run the openssl command again. This time you should be able to see that the timeing values show the&lt;BR /&gt;accelerated values. As the block sizes increase, the elapsed time decreases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modprobe cryptodev&lt;BR /&gt;openssl speed -evp aes-128-cbc -engine cryptodev&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an example of the accelerated output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doing aes-128-cbc for 3s on 16 size blocks: 36915 aes-128-cbc's in 0.10s&lt;BR /&gt;Doing aes-128-cbc for 3s on 64 size blocks: 34651 aes-128-cbc's in 0.05s&lt;BR /&gt;Doing aes-128-cbc for 3s on 256 size blocks: 25926 aes-128-cbc's in 0.10s&lt;BR /&gt;Doing aes-128-cbc for 3s on 1024 size blocks: 20274 aes-128-cbc's in 0.04s&lt;BR /&gt;Doing aes-128-cbc for 3s on 8192 size blocks: 5656 aes-128-cbc's in 0.02s&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Yuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2017 08:19:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Re-Is-CAAM-is-by-default-enable/m-p/712257#M110742</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2017-08-31T08:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is CAAM is by default enable?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Re-Is-CAAM-is-by-default-enable/m-p/712258#M110743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="line-height: 15.0pt;"&gt;&lt;/P&gt;&lt;P style="line-height: 15.0pt;"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica',sans-serif; color: #666666;"&gt;It may be useful to look at&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="line-height: 15.0pt;"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica',sans-serif; color: #666666;"&gt;&lt;A href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fgitlab.com%2Fbreno.lima%2Fimx6ul-technical-guide%2Fblob%2Fmaster%2Fsrc%2Fsecurity.adoc" target="_blank"&gt;src/security.adoc · master · Breno Lima / imx6ul-technical-guide · GitLab&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="line-height: 15.0pt; min-height: 8pt;"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica',sans-serif; color: #666666;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="line-height: 15.0pt;"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica',sans-serif; color: #666666;"&gt;Best regards&lt;BR /&gt; igor&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2017 08:21:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Re-Is-CAAM-is-by-default-enable/m-p/712258#M110743</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2017-08-31T08:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Is CAAM is by default enable?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Re-Is-CAAM-is-by-default-enable/m-p/712259#M110744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for clear my doubt Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2017 10:34:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Re-Is-CAAM-is-by-default-enable/m-p/712259#M110744</guid>
      <dc:creator>deven_solanki</dc:creator>
      <dc:date>2017-08-31T10:34:17Z</dc:date>
    </item>
  </channel>
</rss>

