mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-20 22:05:15 +00: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:
parent
829ce0facf
commit
302a487499
3 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue