1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

test_driver_key_management: rename counter for export_public_key() hits

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
Valerio Setti
2023-12-04 10:27:00 +01:00
parent 829ce0facf
commit 302a487499
3 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ typedef struct {
* is called. */
unsigned long hits;
/* Subset of hits which only counts key operations with EC key */
unsigned long export_public_key_hits;
unsigned long hits_export_public_key;
/* Location of the last key management driver called to import a key. */
psa_key_location_t location;
} mbedtls_test_driver_key_management_hooks_t;