Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_storage.c402 psa_crypto_transaction_t psa_crypto_transaction; variable
417 sizeof(psa_crypto_transaction), in psa_crypto_save_transaction()
418 &psa_crypto_transaction, in psa_crypto_save_transaction()
427 sizeof(psa_crypto_transaction), in psa_crypto_load_transaction()
428 &psa_crypto_transaction, &length); in psa_crypto_load_transaction()
432 if (length != sizeof(psa_crypto_transaction)) { in psa_crypto_load_transaction()
444 memset(&psa_crypto_transaction, 0, sizeof(psa_crypto_transaction)); in psa_crypto_stop_transaction()
H A Dpsa_crypto_storage.h302 extern psa_crypto_transaction_t psa_crypto_transaction;
313 psa_crypto_transaction.unknown.type = type; in psa_crypto_prepare_transaction()
H A Dpsa_crypto.c1355 psa_crypto_transaction.key.lifetime = slot->attr.lifetime; in psa_destroy_key()
1356 psa_crypto_transaction.key.slot = psa_key_slot_get_slot_number(slot); in psa_destroy_key()
1357 psa_crypto_transaction.key.id = slot->attr.id; in psa_destroy_key()
1858 psa_crypto_transaction.key.lifetime = slot->attr.lifetime; in psa_start_key_creation()
1859 psa_crypto_transaction.key.slot = slot_number; in psa_start_key_creation()
1860 psa_crypto_transaction.key.id = slot->attr.id; in psa_start_key_creation()
1963 psa_crypto_transaction.unknown.type == PSA_CRYPTO_TRANSACTION_CREATE_KEY) { in psa_finish_key_creation()
8503 status = psa_crypto_recover_transaction(&psa_crypto_transaction); in mbedtls_psa_crypto_init_subsystem()