Skip to content

Commit

Permalink
Merge pull request #8343 from anhu/maxq_pkcs11
Browse files Browse the repository at this point in the history
New additions for MAXQ with wolfPKCS11
  • Loading branch information
dgarske authored Jan 24, 2025
2 parents f1e06e1 + 18396c4 commit 7ad4131
Show file tree
Hide file tree
Showing 3 changed files with 499 additions and 69 deletions.
2 changes: 1 addition & 1 deletion wolfcrypt/src/ecc.c
Original file line number Diff line number Diff line change
Expand Up @@ -11366,7 +11366,7 @@ int wc_ecc_import_private_key_ex(const byte* priv, word32 privSz,
#endif

#ifdef WOLFSSL_MAXQ10XX_CRYPTO
if (ret == 0) {
if ((ret == 0) && (key->devId != INVALID_DEVID)) {
ret = wc_MAXQ10XX_EccSetKey(key, key->dp->size);
}
#elif defined(WOLFSSL_SILABS_SE_ACCEL)
Expand Down
Loading

0 comments on commit 7ad4131

Please sign in to comment.