Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dpsa_crypto_storage.c419 psa_crypto_transaction_t psa_crypto_transaction; variable
434 sizeof(psa_crypto_transaction), in psa_crypto_save_transaction()
435 &psa_crypto_transaction, in psa_crypto_save_transaction()
444 sizeof(psa_crypto_transaction), in psa_crypto_load_transaction()
445 &psa_crypto_transaction, &length); in psa_crypto_load_transaction()
449 if (length != sizeof(psa_crypto_transaction)) { in psa_crypto_load_transaction()
461 memset(&psa_crypto_transaction, 0, sizeof(psa_crypto_transaction)); in psa_crypto_stop_transaction()
Dpsa_crypto_storage.h306 extern psa_crypto_transaction_t psa_crypto_transaction;
317 psa_crypto_transaction.unknown.type = type; in psa_crypto_prepare_transaction()
Dpsa_crypto.c1125 psa_crypto_transaction.key.lifetime = slot->attr.lifetime; in psa_destroy_key()
1126 psa_crypto_transaction.key.slot = psa_key_slot_get_slot_number(slot); in psa_destroy_key()
1127 psa_crypto_transaction.key.id = slot->attr.id; in psa_destroy_key()
1698 psa_crypto_transaction.key.lifetime = slot->attr.lifetime; in psa_start_key_creation()
1699 psa_crypto_transaction.key.slot = slot_number; in psa_start_key_creation()
1700 psa_crypto_transaction.key.id = slot->attr.id; in psa_start_key_creation()
1795 psa_crypto_transaction.unknown.type == PSA_CRYPTO_TRANSACTION_CREATE_KEY) { in psa_finish_key_creation()
7141 status = psa_crypto_recover_transaction(&psa_crypto_transaction); in psa_crypto_init()