Fix SECO AES GCM return value

This commit is contained in:
Tobias Frauenschläger
2026-04-01 09:04:08 +02:00
parent 6e0624065f
commit da597e30db
+1 -1
View File
@@ -1075,7 +1075,7 @@ static hsm_err_t wc_SECO_AESGCM(unsigned int args[4], CAAM_BUFFER* buf, int sz)
}
XFREE(cipherAndTag, NULL, DYNAMIC_TYPE_TMP_BUFFER);
(void)sz;
return HSM_NO_ERROR;
return err;
}