Searched refs:psa_fail_key_creation (Results 1 – 3 of 3) sorted by relevance
60 …unctions: psa_start_key_creation(), psa_finish_key_creation() and psa_fail_key_creation(). Impleme…66 In case of any error occurring at step 3 or 4, psa_fail_key_creation() is called. It wipes and clea…
2019 static void psa_fail_key_creation(psa_key_slot_t *slot, function2171 psa_fail_key_creation(slot, driver);2215 psa_fail_key_creation(slot, driver);2321 psa_fail_key_creation(target_slot, driver);6534 psa_fail_key_creation(slot, driver);8082 psa_fail_key_creation(slot, driver);
209 * `psa_fail_key_creation` - If there is a failure at any point in the key creation stage, this clea…