Merge pull request #8382 from aidangarske/tpm_zephyr_support

Added neccesary macros when building wolfTPM Zephyr with wolfSSL
This commit is contained in:
David Garske
2025-01-27 08:01:57 -08:00
committed by GitHub
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -160,6 +160,12 @@ extern "C" {
#define WOLFSSL_SET_CIPHER_BYTES
#endif
/* wolfTPM Zephyr */
#if defined(CONFIG_WOLFTPM)
#define WOLF_CRYPTO_CB
#define WOLFSSL_AES_CFB
#endif
/* ------------------------------------------------------------------------- */
/* Algorithms */
/* ------------------------------------------------------------------------- */