Home
last modified time | relevance | path

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

/mbedtls-latest/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…
/mbedtls-latest/library/
Dpsa_crypto.c1791 static psa_status_t psa_start_key_creation( function
2115 status = psa_start_key_creation(PSA_KEY_CREATION_IMPORT, attributes,
2205 status = psa_start_key_creation(PSA_KEY_CREATION_REGISTER, attributes,
2266 status = psa_start_key_creation(PSA_KEY_CREATION_COPY, &actual_attributes,
6517 status = psa_start_key_creation(PSA_KEY_CREATION_DERIVE, attributes,
8032 status = psa_start_key_creation(PSA_KEY_CREATION_GENERATE, attributes,
/mbedtls-latest/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 …