<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Oberon AEAD drivers not enabled even though configs are set.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/116351/oberon-aead-drivers-not-enabled-even-though-configs-are-set</link><description>Hi, 
 I am trying to enable the oberon crypto aead drivers. I believe I have the Kconfigs set correctly, but I can confirm through print statements that the define `PSA_NEED_OBERON_AEAD_DRIVER` is not enabled. I can also confirm that the corresponding</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 15 Nov 2024 15:49:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/116351/oberon-aead-drivers-not-enabled-even-though-configs-are-set" /><item><title>RE: Oberon AEAD drivers not enabled even though configs are set.</title><link>https://devzone.nordicsemi.com/thread/510759?ContentTypeID=1</link><pubDate>Fri, 15 Nov 2024 15:49:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:efeb33ba-823d-4fec-9a1a-adaa03faacb3</guid><dc:creator>alexdr5398</dc:creator><description>&lt;p&gt;Hi Einar,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I have managed to solve it. The `oberon_config.h` is not included unless `CONFIG_NRF_SECURITY_LEGACY_AND_PSA`&amp;nbsp; is defined (See the top of `ext/oberon/psa/core/library/common.h`).&lt;br /&gt;&lt;br /&gt;This is not defined unless `CONFIG_TRUSTED_STORE` is defined. I was able to get this enabled and now the oberon drivers are being compiled in. &lt;br /&gt;&lt;br /&gt;Thanks for your help&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Alex&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Oberon AEAD drivers not enabled even though configs are set.</title><link>https://devzone.nordicsemi.com/thread/510629?ContentTypeID=1</link><pubDate>Fri, 15 Nov 2024 09:02:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:25ae9bf4-b9cf-4ac7-b8df-49cdb7db7089</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi Alex,&lt;/p&gt;
&lt;p&gt;I did a quick test with the&amp;nbsp;Crypto: AES GCM sample running on the nRF52840 DK, and this runs out of the box, using Oberon AEAD, and&amp;nbsp;oberon_aead_decrypt_setup() is called from&amp;nbsp;psa_driver_wrapper_aead_decrypt_setup() in&amp;nbsp;psa_crypto_driver_wrappers.c as it should. So I wonder if there is somethign else with your project.&lt;/p&gt;
&lt;p&gt;Have you tested the sample and verified that it works also on your end? If you don&amp;#39;t make progress on getting it to work in your application as well, perhaps you can share a complete failing project that I can test on a DK on my end?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Oberon AEAD drivers not enabled even though configs are set.</title><link>https://devzone.nordicsemi.com/thread/510537?ContentTypeID=1</link><pubDate>Thu, 14 Nov 2024 15:05:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b6a66720-83df-45ea-97a2-ff058d6fd228</guid><dc:creator>alexdr5398</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/configs.zip"&gt;devzone.nordicsemi.com/.../configs.zip&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Oberon AEAD drivers not enabled even though configs are set.</title><link>https://devzone.nordicsemi.com/thread/510529?ContentTypeID=1</link><pubDate>Thu, 14 Nov 2024 14:41:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b7d92072-4275-4945-b09f-96b40ec9ff62</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Can you share your prj.conf and the generated .config?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Oberon AEAD drivers not enabled even though configs are set.</title><link>https://devzone.nordicsemi.com/thread/510526?ContentTypeID=1</link><pubDate>Thu, 14 Nov 2024 14:24:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f06d65e3-67b9-4b52-9733-67a17c32263b</guid><dc:creator>alexdr5398</dc:creator><description>&lt;p&gt;Hi Einar, &lt;br /&gt;&lt;br /&gt;I have confirmed that `&lt;code&gt;CONFIG_PSA_NEED_OBERON_AEAD_DRIVER&lt;/code&gt;` is indeed enabled.This is what is being printed in the example that I posted. `config 1` is the result of `printk(&amp;quot;config %d\n&amp;quot;, CONFIG_PSA_NEED_OBERON_AEAD_DRIVER);`&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I have enabled all the prerequisites for `PSA_NEED_OBERON_AEAD_DRIVER` but it seems it is still disabled.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Oberon AEAD drivers not enabled even though configs are set.</title><link>https://devzone.nordicsemi.com/thread/510524?ContentTypeID=1</link><pubDate>Thu, 14 Nov 2024 14:20:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b6fc3dca-2f55-457f-88cf-92271ae5a1cc</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;code&gt;CONFIG_PSA_NEED_OBERON_AEAD_DRIVER&lt;/code&gt; is not directly set. However, it is set based on combinations of wanted algorithms. You can see the full list from line 17 in &lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/b7d24054090c1f694df027f8ea405bd4f2d0bd91/ext/oberon/psa/core/library/oberon_config.h"&gt;oberon_config.h&lt;/a&gt;. So for instance, if you add both&amp;nbsp;&lt;code&gt;CONFIG_PSA_WANT_KEY_TYPE_AES=y&lt;/code&gt; and&amp;nbsp;&lt;code&gt;CONFIG_PSA_WANT_ALG_GCM=y&lt;/code&gt;,&amp;nbsp;&lt;code&gt;CONFIG_PSA_NEED_OBERON_AEAD_DRIVER&lt;/code&gt; will also be enabled (any combination that need AEAD will cause it to be automatically set).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Oberon AEAD drivers not enabled even though configs are set.</title><link>https://devzone.nordicsemi.com/thread/510354?ContentTypeID=1</link><pubDate>Wed, 13 Nov 2024 17:32:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2d0f327a-b9bf-4559-b5b7-c4061da67e72</guid><dc:creator>alexdr5398</dc:creator><description>&lt;p&gt;nrf sdk 2.6.1&lt;br /&gt;zephyr sdk 0.16.4&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Oberon AEAD drivers not enabled even though configs are set.</title><link>https://devzone.nordicsemi.com/thread/510352?ContentTypeID=1</link><pubDate>Wed, 13 Nov 2024 16:58:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a21b308e-7905-4595-af34-9feaca932b7c</guid><dc:creator>JeffW</dc:creator><description>&lt;p&gt;Which SDK are you using?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>