Searched refs:psa_crypto_transaction (Results 1 – 3 of 3) sorted by relevance
402 psa_crypto_transaction_t psa_crypto_transaction; variable417 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()
302 extern psa_crypto_transaction_t psa_crypto_transaction;313 psa_crypto_transaction.unknown.type = type; in psa_crypto_prepare_transaction()
1364 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);