<?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: AES-GCM Decryption Failure on c4xxx with Short Final Buffer in Intel® QuickAssist Technology (Intel® QAT)</title>
    <link>https://community.intel.com/t5/Intel-QuickAssist-Technology/AES-GCM-Decryption-Failure-on-c4xxx-with-Short-Final-Buffer/m-p/1696859#M639</link>
    <description>&lt;P&gt;Hi Ronny,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The QAT c4xxx is used in our TH1060 model, and it is causing service outages for customers using the AES-GCM cipher. We currently have over 20 escalations (and more coming) related to this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At this time, our only workaround is to advise customers to disable QAT acceleration on the TH1060 model. However, this results in significant performance degradation due to reliance on software SSL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please prioritize resolving this issue as soon as possible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jamie&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 13 Jun 2025 02:09:56 GMT</pubDate>
    <dc:creator>Jamie_A10</dc:creator>
    <dc:date>2025-06-13T02:09:56Z</dc:date>
    <item>
      <title>AES-GCM Decryption Failure on c4xxx with Short Final Buffer</title>
      <link>https://community.intel.com/t5/Intel-QuickAssist-Technology/AES-GCM-Decryption-Failure-on-c4xxx-with-Short-Final-Buffer/m-p/1689208#M604</link>
      <description>&lt;P class=""&gt;Hi,&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;I’m encountering a reproducible decryption failure when submitting AES-GCM requests using the traditional API on QAT &lt;SPAN class=""&gt;&lt;STRONG&gt;c4xxx&lt;/STRONG&gt;&lt;/SPAN&gt; devices.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;The issue specifically occurs when the &lt;SPAN class=""&gt;&lt;STRONG&gt;final buffer&lt;/STRONG&gt;&lt;/SPAN&gt; in the buffer list is &lt;SPAN class=""&gt;&lt;STRONG&gt;less than 16 bytes&lt;/STRONG&gt;&lt;/SPAN&gt;, leading to a failed authentication (i.e., &lt;STRONG&gt;&lt;SPAN class=""&gt;verifyResult = CPA_FALSE&lt;/SPAN&gt;&lt;/STRONG&gt;) and &lt;STRONG&gt;corrupted output data&lt;/STRONG&gt;. This does &lt;SPAN class=""&gt;&lt;STRONG&gt;not&lt;/STRONG&gt;&lt;/SPAN&gt; happen on &lt;SPAN class=""&gt;&lt;STRONG&gt;c62x&lt;/STRONG&gt;&lt;/SPAN&gt; devices, suggesting a &lt;SPAN class=""&gt;&lt;STRONG&gt;possible SDK or firmware issue specific to c4xxx&lt;/STRONG&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Environment:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;QAT device: c4xxx (Atom P5352)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Linux SDK version: 4.27.0&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;To help reproduce the issue, I’ve attached a modified &lt;SPAN class=""&gt;cpa_gcm_sample.c&lt;/SPAN&gt; containing the input data that fails on c4xxx. The failure occurs with the following buffer sizes:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[377, 1448, 36, 1448, 12, 1448, 1448, 1448, 1448, 48, 1448, 1448, 1448, 1448, 1448, 12]&lt;/LI-CODE&gt;&lt;P class=""&gt;However, if I shift 4 bytes so the &lt;SPAN class=""&gt;&lt;STRONG&gt;final buffer becomes exactly 16 bytes&lt;/STRONG&gt;&lt;/SPAN&gt;, like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[377, 1448, 36, 1448, 12, 1448, 1448, 1448, 1448, 48, 1448, 1448, 1448, 1448, 1444, 16]&lt;/LI-CODE&gt;&lt;P class=""&gt;…then the decryption succeeds on both c4xxx and c62x devices.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Please see the &lt;SPAN class=""&gt;REQUEST_FIX&lt;/SPAN&gt; macro in the sample for the exact differences between the passing and failing cases.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;gcm_sample output of &lt;STRONG&gt;12 byte final buffer&lt;/STRONG&gt; request on &lt;STRONG&gt;c4xxx&lt;/STRONG&gt;:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;-bash-5.1# ./gcm_sample.bad 
main(): Starting GCM Sample Code App ...
algChainSample(): cpaCyStartInstance
algChainSample(): Authenticated Decryption
algChainSample(): cpaCySymSessionCtxGetSize GCM encrypt
algChainSample(): cpaCySymInitSession GCM Decrypt
algChainPerformOpGCM(): cpaCyBufferListGetMetaSize
*** Input buffer information ***
pFlatBuffer[15] = {dataLenInBytes = 12, pData = 0x7f5cfe777800 "Y\xd5\xa8\x96\xf4\x0b\x11\xf8\xe4s\xbeC"}
pFlatBuffer[14] = {dataLenInBytes = 1448, pData = 0x7f5cfe777000 "\xff&amp;lt;\xbde\x02O\xfdY\x9b\xb7\x0c\x84\xf5L&amp;lt;\x1b"}
*** END Input buffer information ***
algChainPerformOpGCM(): cpaCySymPerformOp
symCallback(): Callback called with status = 0.
symCallback(): verifyResult = CPA_FALSE
*** Output buffer information ***
pFlatBuffer[15] = {dataLenInBytes = 12, pData = 0x7f5cfe777800 "Y\xd5\xa8\x96\xf4\x0b\x11\xf8\xe4s\xbeC"}
pFlatBuffer[14] = {dataLenInBytes = 1448, pData = 0x7f5cfe777000 "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"}
*** END output buffer information ***
algChainSample(): cpaCySymRemoveSession GCM decrypt
algChainSample(): Number of symmetric operation completed: 1
algChainSample(): cpaCyStopInstance
algChainSample(): Sample code ran successfully
main(): 
GCM Sample Code App finished
-bash-5.1#&lt;/LI-CODE&gt;&lt;P class=""&gt;gcm_sample output of&amp;nbsp;&lt;STRONG&gt;16 byte final buffer&lt;/STRONG&gt; request on &lt;STRONG&gt;c4xxx&lt;/STRONG&gt;:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;-bash-5.1# ./gcm_sample.good 
main(): Starting GCM Sample Code App ...
algChainSample(): cpaCyStartInstance
algChainSample(): Authenticated Decryption
algChainSample(): cpaCySymSessionCtxGetSize GCM encrypt
algChainSample(): cpaCySymInitSession GCM Decrypt
algChainPerformOpGCM(): cpaCyBufferListGetMetaSize
*** Input buffer information ***
pFlatBuffer[15] = {dataLenInBytes = 16, pData = 0x7f4ad5777800 "7\xcb\xb6@Y\xd5\xa8\x96\xf4\x0b\x11\xf8\xe4s\xbeC"}
pFlatBuffer[14] = {dataLenInBytes = 1444, pData = 0x7f4ad5777000 "\xff&amp;lt;\xbde\x02O\xfdY\x9b\xb7\x0c\x84\xf5L&amp;lt;\x1b"}
*** END Input buffer information ***
algChainPerformOpGCM(): cpaCySymPerformOp
symCallback(): Callback called with status = 0.
symCallback(): verifyResult = CPA_TRUE
*** Output buffer information ***
pFlatBuffer[15] = {dataLenInBytes = 16, pData = 0x7f4ad5777800 "7\xcb\xb6@Y\xd5\xa8\x96\xf4\x0b\x11\xf8\xe4s\xbeC"}
pFlatBuffer[14] = {dataLenInBytes = 1444, pData = 0x7f4ad5777000 "&amp;lt;\xb0\xdaF(\x98\x04V\x83\x83\xe6\xf5\xb14\x0bz"}
*** END output buffer information ***
algChainSample(): cpaCySymRemoveSession GCM decrypt
algChainSample(): Number of symmetric operation completed: 1
algChainSample(): cpaCyStopInstance
algChainSample(): Sample code ran successfully
main(): 
GCM Sample Code App finished
-bash-5.1#&lt;/LI-CODE&gt;&lt;P class=""&gt;gcm_sample output of &lt;STRONG&gt;12 byte final buffer&lt;/STRONG&gt; request on &lt;STRONG&gt;c62x&lt;/STRONG&gt;:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;-bash-5.1# ./gcm_sample.bad 
main(): Starting GCM Sample Code App ...
algChainSample(): cpaCyStartInstance
algChainSample(): Authenticated Decryption
algChainSample(): cpaCySymSessionCtxGetSize GCM encrypt
algChainSample(): cpaCySymInitSession GCM Decrypt
algChainPerformOpGCM(): cpaCyBufferListGetMetaSize
*** Input buffer information ***
pFlatBuffer[15] = {dataLenInBytes = 12, pData = 0x7fac02f85000 "Y\xd5\xa8\x96\xf4\x0b\x11\xf8\xe4s\xbeC"}
pFlatBuffer[14] = {dataLenInBytes = 1448, pData = 0x7fac02f84800 "\xff&amp;lt;\xbde\x02O\xfdY\x9b\xb7\x0c\x84\xf5L&amp;lt;\x1b"}
*** END Input buffer information ***
algChainPerformOpGCM(): cpaCySymPerformOp
symCallback(): Callback called with status = 0.
symCallback(): verifyResult = CPA_TRUE
*** Output buffer information ***
pFlatBuffer[15] = {dataLenInBytes = 12, pData = 0x7fac02f85000 "Y\xd5\xa8\x96\xf4\x0b\x11\xf8\xe4s\xbeC"}
pFlatBuffer[14] = {dataLenInBytes = 1448, pData = 0x7fac02f84800 "&amp;lt;\xb0\xdaF(\x98\x04V\x83\x83\xe6\xf5\xb14\x0bz"}
*** END output buffer information ***
algChainSample(): cpaCySymRemoveSession GCM decrypt
algChainSample(): Number of symmetric operation completed: 1
algChainSample(): cpaCyStopInstance
algChainSample(): Sample code ran successfully
main(): 
GCM Sample Code App finished
-bash-5.1#&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Given that the same code works fine on c62x, this may indicate a bug or inconsistency in the SDK or device firmware behavior for c4xxx. I’d appreciate it if your team could take a closer look.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Let me know if you need additional logs or traces.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Thanks,&lt;/P&gt;&lt;P class=""&gt;Jamie&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 09:48:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-QuickAssist-Technology/AES-GCM-Decryption-Failure-on-c4xxx-with-Short-Final-Buffer/m-p/1689208#M604</guid>
      <dc:creator>Jamie_A10</dc:creator>
      <dc:date>2025-05-12T09:48:33Z</dc:date>
    </item>
    <item>
      <title>Re:AES-GCM Decryption Failure on c4xxx with Short Final Buffer</title>
      <link>https://community.intel.com/t5/Intel-QuickAssist-Technology/AES-GCM-Decryption-Failure-on-c4xxx-with-Short-Final-Buffer/m-p/1689602#M610</link>
      <description>&lt;P&gt;Hi Jamie_A10,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for reporting this issue, I am currently looking into it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will contact you back as soon as possible.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ronny G&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 May 2025 18:21:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-QuickAssist-Technology/AES-GCM-Decryption-Failure-on-c4xxx-with-Short-Final-Buffer/m-p/1689602#M610</guid>
      <dc:creator>Ronny_G_Intel</dc:creator>
      <dc:date>2025-05-13T18:21:37Z</dc:date>
    </item>
    <item>
      <title>Re:AES-GCM Decryption Failure on c4xxx with Short Final Buffer</title>
      <link>https://community.intel.com/t5/Intel-QuickAssist-Technology/AES-GCM-Decryption-Failure-on-c4xxx-with-Short-Final-Buffer/m-p/1690476#M616</link>
      <description>&lt;P&gt;Hi Jamie_A10,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I reproduced the issue you mentioned, as shown below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please give me some time to discuss it with the development team, and I will update you soon.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;#gcm_sample]# ./gcm_sample&lt;/P&gt;&lt;P&gt;main(): Starting GCM Sample Code App ...&lt;/P&gt;&lt;P&gt;algChainSample(): cpaCyStartInstance&lt;/P&gt;&lt;P&gt;algChainSample(): Authenticated Decryption&lt;/P&gt;&lt;P&gt;algChainSample(): cpaCySymSessionCtxGetSize GCM encrypt&lt;/P&gt;&lt;P&gt;algChainSample(): cpaCySymInitSession GCM Decrypt&lt;/P&gt;&lt;P&gt;algChainPerformOpGCM(): cpaCyBufferListGetMetaSize&lt;/P&gt;&lt;P&gt;*** Input buffer information ***&lt;/P&gt;&lt;P&gt;pFlatBuffer[15] = {dataLenInBytes = 12, pData = 0x7f890d119400 "Y\xd5\xa8\x96\xf4\x0b\x11\xf8\xe4s\xbeC"}&lt;/P&gt;&lt;P&gt;pFlatBuffer[14] = {dataLenInBytes = 1448, pData = 0x7f890d118c00 "\xff&amp;lt;\xbde\x02O\xfdY\x9b\xb7\x0c\x84\xf5L&amp;lt;\x1b"}&lt;/P&gt;&lt;P&gt;*** END Input buffer information ***&lt;/P&gt;&lt;P&gt;algChainPerformOpGCM(): cpaCySymPerformOp&lt;/P&gt;&lt;P&gt;symCallback(): Callback called with status = 0.&lt;/P&gt;&lt;P&gt;symCallback(): verifyResult = CPA_FALSE&lt;/P&gt;&lt;P&gt;*** Output buffer information ***&lt;/P&gt;&lt;P&gt;pFlatBuffer[15] = {dataLenInBytes = 12, pData = 0x7f890d119400 "Y\xd5\xa8\x96\xf4\x0b\x11\xf8\xe4s\xbeC"}&lt;/P&gt;&lt;P&gt;pFlatBuffer[14] = {dataLenInBytes = 1448, pData = 0x7f890d118c00 "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"}&lt;/P&gt;&lt;P&gt;*** END output buffer information ***&lt;/P&gt;&lt;P&gt;algChainSample(): cpaCySymRemoveSession GCM decrypt&lt;/P&gt;&lt;P&gt;algChainSample(): Number of symmetric operation completed: 1&lt;/P&gt;&lt;P&gt;algChainSample(): cpaCyStopInstance&lt;/P&gt;&lt;P&gt;algChainSample(): Sample code ran successfully&lt;/P&gt;&lt;P&gt;main():&lt;/P&gt;&lt;P&gt;GCM Sample Code App finished&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ronny G&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 16 May 2025 20:41:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-QuickAssist-Technology/AES-GCM-Decryption-Failure-on-c4xxx-with-Short-Final-Buffer/m-p/1690476#M616</guid>
      <dc:creator>Ronny_G_Intel</dc:creator>
      <dc:date>2025-05-16T20:41:23Z</dc:date>
    </item>
    <item>
      <title>Re:AES-GCM Decryption Failure on c4xxx with Short Final Buffer</title>
      <link>https://community.intel.com/t5/Intel-QuickAssist-Technology/AES-GCM-Decryption-Failure-on-c4xxx-with-Short-Final-Buffer/m-p/1691545#M623</link>
      <description>&lt;P&gt;Hi Jamie_A10,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;This is just to let you know that we are still looking into this report.&lt;/P&gt;&lt;P&gt;I will get back to you soon.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ronny G&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 21 May 2025 14:48:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-QuickAssist-Technology/AES-GCM-Decryption-Failure-on-c4xxx-with-Short-Final-Buffer/m-p/1691545#M623</guid>
      <dc:creator>Ronny_G_Intel</dc:creator>
      <dc:date>2025-05-21T14:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: AES-GCM Decryption Failure on c4xxx with Short Final Buffer</title>
      <link>https://community.intel.com/t5/Intel-QuickAssist-Technology/AES-GCM-Decryption-Failure-on-c4xxx-with-Short-Final-Buffer/m-p/1692303#M624</link>
      <description>&lt;P&gt;Hi Ronny,&lt;/P&gt;&lt;P&gt;Thank you for the updates. Could you please create a support ticket for this issue?&lt;/P&gt;&lt;P&gt;Many of our products are affected, and we look forward to your further investigation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Jamie&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 May 2025 02:03:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-QuickAssist-Technology/AES-GCM-Decryption-Failure-on-c4xxx-with-Short-Final-Buffer/m-p/1692303#M624</guid>
      <dc:creator>Jamie_A10</dc:creator>
      <dc:date>2025-05-26T02:03:07Z</dc:date>
    </item>
    <item>
      <title>Re:AES-GCM Decryption Failure on c4xxx with Short Final Buffer</title>
      <link>https://community.intel.com/t5/Intel-QuickAssist-Technology/AES-GCM-Decryption-Failure-on-c4xxx-with-Short-Final-Buffer/m-p/1692538#M625</link>
      <description>&lt;P&gt;Hi Jamie_A10,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I completely understand. We've generated a service ticket for this issue, and the case number is 06579424. As I mentioned before, I was able to replicate this issue, and it is currently escalated. I would appreciate it if you could share more details about the usage model and how it impacts your organization. This information will assist me in prioritizing the resolution of the issue.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ronny G&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 May 2025 22:13:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-QuickAssist-Technology/AES-GCM-Decryption-Failure-on-c4xxx-with-Short-Final-Buffer/m-p/1692538#M625</guid>
      <dc:creator>Ronny_G_Intel</dc:creator>
      <dc:date>2025-05-26T22:13:42Z</dc:date>
    </item>
    <item>
      <title>Re:AES-GCM Decryption Failure on c4xxx with Short Final Buffer</title>
      <link>https://community.intel.com/t5/Intel-QuickAssist-Technology/AES-GCM-Decryption-Failure-on-c4xxx-with-Short-Final-Buffer/m-p/1694821#M633</link>
      <description>&lt;P&gt;Hi Jamie,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I am currently working with the QAT FW engineering team to address this issue and would be grateful if you could provide further details about the usage model and its impact on your organization. I've also sent you an email requesting this information to prevent the sharing of private details that are not suitable for public discussion in a community setting. This information will help me prioritize the resolution of the issue.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ronny G&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Jun 2025 17:20:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-QuickAssist-Technology/AES-GCM-Decryption-Failure-on-c4xxx-with-Short-Final-Buffer/m-p/1694821#M633</guid>
      <dc:creator>Ronny_G_Intel</dc:creator>
      <dc:date>2025-06-04T17:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: AES-GCM Decryption Failure on c4xxx with Short Final Buffer</title>
      <link>https://community.intel.com/t5/Intel-QuickAssist-Technology/AES-GCM-Decryption-Failure-on-c4xxx-with-Short-Final-Buffer/m-p/1696859#M639</link>
      <description>&lt;P&gt;Hi Ronny,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The QAT c4xxx is used in our TH1060 model, and it is causing service outages for customers using the AES-GCM cipher. We currently have over 20 escalations (and more coming) related to this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At this time, our only workaround is to advise customers to disable QAT acceleration on the TH1060 model. However, this results in significant performance degradation due to reliance on software SSL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please prioritize resolving this issue as soon as possible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jamie&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jun 2025 02:09:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-QuickAssist-Technology/AES-GCM-Decryption-Failure-on-c4xxx-with-Short-Final-Buffer/m-p/1696859#M639</guid>
      <dc:creator>Jamie_A10</dc:creator>
      <dc:date>2025-06-13T02:09:56Z</dc:date>
    </item>
    <item>
      <title>Re:AES-GCM Decryption Failure on c4xxx with Short Final Buffer</title>
      <link>https://community.intel.com/t5/Intel-QuickAssist-Technology/AES-GCM-Decryption-Failure-on-c4xxx-with-Short-Final-Buffer/m-p/1697565#M640</link>
      <description>&lt;P&gt;Hi Jamie,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I recognize the importance of this issue and have made sure the firmware team understands its impact, I am also prioritizing the IPS case accordingly.&lt;/P&gt;&lt;P&gt;I will keep you updated with any information I receive from them, though please be aware that the resolution might require extra time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am closing this community post since we will be addressing this issue through IPS.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ronny G&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jun 2025 17:40:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-QuickAssist-Technology/AES-GCM-Decryption-Failure-on-c4xxx-with-Short-Final-Buffer/m-p/1697565#M640</guid>
      <dc:creator>Ronny_G_Intel</dc:creator>
      <dc:date>2025-06-16T17:40:19Z</dc:date>
    </item>
  </channel>
</rss>

