commit | 413973b76516799669df480f0c6b9552447af7e2 | [log] [tgz] |
---|---|---|
author | Michael Thomas <michael.thomas@renesas.com> | Sat Mar 14 03:03:42 2020 +0000 |
committer | Michael Thomas <michael.thomas@renesas.com> | Sat Mar 14 03:03:42 2020 +0000 |
tree | 29c581f101585be7e6aaea756c254df16655b3ce | |
parent | 3681fc9a76bf4da7e90d2acf86c95b5e812bb3bc [diff] [blame] |
Added argument to determine when to store key to memory
diff --git a/library/psa_crypto.c b/library/psa_crypto.c index c812ff4..850a6dc 100644 --- a/library/psa_crypto.c +++ b/library/psa_crypto.c
@@ -1929,7 +1929,7 @@ #if defined (MBEDTLS_PSA_CRYPTO_ACCEL_DRV_C) if (PSA_KEY_LIFETIME_IS_VENDOR_DEFINED(slot->attr.lifetime)) { - status = psa_import_key_into_slot_vendor( slot, data, data_length); + status = psa_import_key_into_slot_vendor( slot, data, data_length, true); goto exit; } else