Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-crypto-implementation-structure.md60 …bed TLS PSA core is articulated around three internal functions: psa_start_key_creation(), psa_fin…
62 …2. Call psa_start_key_creation() that allocates a key slot, prepares it with the specified key att…
/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto.c1749 static psa_status_t psa_start_key_creation( in psa_start_key_creation() function
2067 status = psa_start_key_creation(PSA_KEY_CREATION_IMPORT, attributes, in psa_import_key()
2149 status = psa_start_key_creation(PSA_KEY_CREATION_REGISTER, attributes, in mbedtls_psa_register_se_key()
2210 status = psa_start_key_creation(PSA_KEY_CREATION_COPY, &actual_attributes, in psa_copy_key()
6457 status = psa_start_key_creation(PSA_KEY_CREATION_DERIVE, attributes, in psa_key_derivation_output_key_ext()
7953 status = psa_start_key_creation(PSA_KEY_CREATION_GENERATE, attributes, in psa_generate_key_ext()
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-thread-safety/
Dpsa-thread-safety.md207 * `psa_start_key_creation` - This function wraps around `psa_reserve_free_key_slot`, if a slot has …