<?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: Cryptodev imx6UL in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Cryptodev-imx6UL/m-p/765695#M118948</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add the crypto-dev module to your image to enable OpennSSL call to the CAAM, adding next line to conf/local.conf:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; CORE_IMAGE_EXTRA_INSTALL += "cryptodev-module cryptodev-tests”&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And make sure your kernel Konfig is like bellow:&lt;/P&gt;&lt;P&gt;Kernel Konfig:&lt;BR /&gt;CONFIG_CRYPTO_DEV_FSL_CAAM=y &lt;BR /&gt;CONFIG_CRYPTO_DEV_FSL_CAAM_SM=y&lt;BR /&gt;CONFIG_CRYPTO_DEV_FSL_CAAM_SM_TEST=y&lt;BR /&gt;CONFIG_CRYPTO_DEV_FSL_CAAM_SECVIO=y &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Marius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Nov 2017 21:22:37 GMT</pubDate>
    <dc:creator>marius_grigoras</dc:creator>
    <dc:date>2017-11-10T21:22:37Z</dc:date>
    <item>
      <title>Cryptodev imx6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cryptodev-imx6UL/m-p/765694#M118947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I'm trying to include and use the cryptodev module. I used this configuration&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="imm.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/29993i9372D4C0981D8E96/image-size/large?v=v2&amp;amp;px=999" role="button" title="imm.png" alt="imm.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is not enough to have /dev/crypto available? In my case it's not present.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My purpose is to run the text on CAAM with openssl test&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;openssl speed -evp aes-128-cbc -engine cryptodev&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;invalid engine "cryptodev"&lt;BR /&gt;1996162256:error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library:dso_dlfcn.c:187:filename(/usr/lib/engines/libcry&lt;BR /&gt;ptodev.so): /usr/lib/engines/libcryptodev.so: cannot open shared object file: No such file or directory&lt;BR /&gt;1996162256:error:25070067:DSO support routines:DSO_load:could not load the shared library:dso_lib.c:233:&lt;BR /&gt;1996162256:error:260B6084:engine routines:DYNAMIC_LOAD:dso not found:eng_dyn.c:467:&lt;BR /&gt;1996162256:error:2606A074:engine routines:ENGINE_by_id:no such engine:eng_list.c:390:id=cryptodev&lt;BR /&gt;1996162256:error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library:dso_dlfcn.c:187:filename(libcryptodev.so): libcr&lt;BR /&gt;yptodev.so: cannot open shared object file: No such file or directory&lt;BR /&gt;1996162256:error:25070067:DSO support routines:DSO_load:could not load the shared library:dso_lib.c:233:&lt;BR /&gt;1996162256:error:260B6084:engine routines:DYNAMIC_LOAD:dso not found:eng_dyn.c:467:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm missing something, do you have some advices? Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2017 16:40:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cryptodev-imx6UL/m-p/765694#M118947</guid>
      <dc:creator>giuliodominutti</dc:creator>
      <dc:date>2017-11-10T16:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Cryptodev imx6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cryptodev-imx6UL/m-p/765695#M118948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add the crypto-dev module to your image to enable OpennSSL call to the CAAM, adding next line to conf/local.conf:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; CORE_IMAGE_EXTRA_INSTALL += "cryptodev-module cryptodev-tests”&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And make sure your kernel Konfig is like bellow:&lt;/P&gt;&lt;P&gt;Kernel Konfig:&lt;BR /&gt;CONFIG_CRYPTO_DEV_FSL_CAAM=y &lt;BR /&gt;CONFIG_CRYPTO_DEV_FSL_CAAM_SM=y&lt;BR /&gt;CONFIG_CRYPTO_DEV_FSL_CAAM_SM_TEST=y&lt;BR /&gt;CONFIG_CRYPTO_DEV_FSL_CAAM_SECVIO=y &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Marius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2017 21:22:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cryptodev-imx6UL/m-p/765695#M118948</guid>
      <dc:creator>marius_grigoras</dc:creator>
      <dc:date>2017-11-10T21:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cryptodev imx6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cryptodev-imx6UL/m-p/765696#M118949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition you can see the list of available engines in openssl structure under /usr/lib/.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way please note that our OS only enables cryptodev for accelerating symmetric algorithms and hashing algorithms, not support asymmetric algorithms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Victor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2017 01:50:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cryptodev-imx6UL/m-p/765696#M118949</guid>
      <dc:creator>b36401</dc:creator>
      <dc:date>2017-11-13T01:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cryptodev imx6UL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cryptodev-imx6UL/m-p/765697#M118950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had compatibility problems, after kernel and fdt update I'm able to load the module. I have also another question linked to the usage of this module and dm-crypt (if some one tried this solution). Now that the module is loaded in /proc/crypto I can see available many caam driver, and if I use openSSL with this engine I can see an improvement in performances. But using dm-crypt with cryptsetup benchmark I don't see any performance improvements. Have some tips also on this ?&lt;/P&gt;&lt;P&gt;Thanks a lot again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 14:44:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cryptodev-imx6UL/m-p/765697#M118950</guid>
      <dc:creator>giuliodominutti</dc:creator>
      <dc:date>2017-11-23T14:44:41Z</dc:date>
    </item>
  </channel>
</rss>

