Home
last modified time | relevance | path

Searched refs:psa_finish_key_creation (Results 1 – 3 of 3) sorted by relevance

/mbedtls-latest/docs/architecture/
Dpsa-crypto-implementation-structure.md60 …lated around three internal functions: psa_start_key_creation(), psa_finish_key_creation() and psa…
64 4. Call psa_finish_key_creation() that mostly saves persistent keys into persistent storage.
/mbedtls-latest/library/
Dpsa_crypto.c1927 static psa_status_t psa_finish_key_creation( function
2167 status = psa_finish_key_creation(slot, driver, key);
2211 status = psa_finish_key_creation(slot, driver, &key);
2318 status = psa_finish_key_creation(target_slot, driver, target_key);
6531 status = psa_finish_key_creation(slot, driver, key);
8079 status = psa_finish_key_creation(slot, driver, key);
/mbedtls-latest/docs/architecture/psa-thread-safety/
Dpsa-thread-safety.md208psa_finish_key_creation` - After the contents of the key have been loaded (again this loading is n…
243 …rization point for a successful call is the mutex unlock within `psa_finish_key_creation`; it is a…