Home
last modified time | relevance | path

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

/mbedtls-latest/library/
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()
Dpsa_crypto_storage.h302 extern psa_crypto_transaction_t psa_crypto_transaction;
313 psa_crypto_transaction.unknown.type = type; in psa_crypto_prepare_transaction()
Dpsa_crypto.c1364 psa_crypto_transaction.key.lifetime = slot->attr.lifetime; in psa_destroy_key()
1365 psa_crypto_transaction.key.slot = psa_key_slot_get_slot_number(slot); in psa_destroy_key()
1366 psa_crypto_transaction.key.id = slot->attr.id; in psa_destroy_key()
1871 psa_crypto_transaction.key.lifetime = slot->attr.lifetime;
1872 psa_crypto_transaction.key.slot = slot_number;
1873 psa_crypto_transaction.key.id = slot->attr.id;
1976 psa_crypto_transaction.unknown.type == PSA_CRYPTO_TRANSACTION_CREATE_KEY) {
8313 status = psa_crypto_recover_transaction(&psa_crypto_transaction);