mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-03 10:20:36 +00:00
Add psa_get_and_lock_key_slot_with_policy to header file
Signed-off-by: Przemyslaw Stekiel <przemyslaw.stekiel@mobica.com>
This commit is contained in:
parent
7c7954842b
commit
1def5becc2
@ -183,6 +183,14 @@ static inline psa_key_slot_number_t psa_key_slot_get_slot_number(
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/** Get the description of a key given its identifier and policy constraints
|
||||||
|
* and lock it.
|
||||||
|
*/
|
||||||
|
psa_status_t psa_get_and_lock_key_slot_with_policy( mbedtls_svc_key_id_t key,
|
||||||
|
psa_key_slot_t **p_slot,
|
||||||
|
psa_key_usage_t usage,
|
||||||
|
psa_algorithm_t alg );
|
||||||
|
|
||||||
/** Completely wipe a slot in memory, including its policy.
|
/** Completely wipe a slot in memory, including its policy.
|
||||||
*
|
*
|
||||||
* Persistent storage is not affected.
|
* Persistent storage is not affected.
|
||||||
|
@ -33,11 +33,6 @@
|
|||||||
#include <mbedtls/error.h>
|
#include <mbedtls/error.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
extern psa_status_t psa_get_and_lock_key_slot_with_policy(
|
|
||||||
mbedtls_svc_key_id_t key,
|
|
||||||
psa_key_slot_t **p_slot,
|
|
||||||
psa_key_usage_t usage,
|
|
||||||
psa_algorithm_t alg );
|
|
||||||
/*
|
/*
|
||||||
* State sequence:
|
* State sequence:
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user