Searched refs:slot (Results 1 – 1 of 1) sorted by relevance
205 psa_key_slot_t *slot; in KeyStore_PSA_getKey() local232 status = psa_get_and_lock_key_slot_with_policy(key, &slot, usage, alg); in KeyStore_PSA_getKey()239 (void)psa_unlock_key_slot(slot); in KeyStore_PSA_getKey()243 psa_key_attributes_t attributes = {.MBEDTLS_PRIVATE(core) = slot->attr}; in KeyStore_PSA_getKey()245 …status = psa_export_key_internal(&attributes, slot->key.data, slot->key.bytes, data, dataSize, dat… in KeyStore_PSA_getKey()248 status = psa_unlock_key_slot(slot); in KeyStore_PSA_getKey()