Home
last modified time | relevance | path

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

/openthread-3.6.0/third_party/mbedtls/repo/library/
Dpsa_crypto_storage.c407 psa_crypto_transaction_t psa_crypto_transaction; variable
423 sizeof( psa_crypto_transaction ), in psa_crypto_save_transaction()
424 &psa_crypto_transaction, in psa_crypto_save_transaction()
433 sizeof( psa_crypto_transaction ), in psa_crypto_load_transaction()
434 &psa_crypto_transaction, &length ); in psa_crypto_load_transaction()
437 if( length != sizeof( psa_crypto_transaction ) ) in psa_crypto_load_transaction()
448 memset( &psa_crypto_transaction, 0, sizeof( psa_crypto_transaction ) ); in psa_crypto_stop_transaction()
Dpsa_crypto_storage.h309 extern psa_crypto_transaction_t psa_crypto_transaction;
320 psa_crypto_transaction.unknown.type = type; in psa_crypto_prepare_transaction()
Dpsa_crypto.c1147 psa_crypto_transaction.key.lifetime = slot->attr.lifetime; in psa_destroy_key()
1148 psa_crypto_transaction.key.slot = psa_key_slot_get_slot_number( slot ); in psa_destroy_key()
1149 psa_crypto_transaction.key.id = slot->attr.id; in psa_destroy_key()
1716 psa_crypto_transaction.key.lifetime = slot->attr.lifetime; in psa_start_key_creation()
1717 psa_crypto_transaction.key.slot = slot_number; in psa_start_key_creation()
1718 psa_crypto_transaction.key.id = slot->attr.id; in psa_start_key_creation()
1819 psa_crypto_transaction.unknown.type == PSA_CRYPTO_TRANSACTION_CREATE_KEY ) in psa_finish_key_creation()
5420 status = psa_crypto_recover_transaction( &psa_crypto_transaction ); in psa_crypto_init()