Home
last modified time | relevance | path

Searched refs:ps_crypto_destroykey (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-3.4.0/secure_fw/partitions/protected_storage/
Dps_encrypted_object.c101 (void)ps_crypto_destroykey(); in ps_object_auth_decrypt()
105 return ps_crypto_destroykey(); in ps_object_auth_decrypt()
157 (void)ps_crypto_destroykey(); in ps_object_auth_encrypt()
163 return ps_crypto_destroykey(); in ps_object_auth_encrypt()
Dps_object_table.c576 (void)ps_crypto_destroykey(); in ps_object_table_save_table()
580 err = ps_crypto_destroykey(); in ps_object_table_save_table()
872 (void)ps_crypto_destroykey(); in ps_object_table_init()
879 err = ps_crypto_destroykey(); in ps_object_table_init()
/trusted-firmware-m-3.4.0/secure_fw/partitions/protected_storage/crypto/
Dps_crypto_interface.h59 psa_status_t ps_crypto_destroykey(void);
Dps_crypto_interface.c115 psa_status_t ps_crypto_destroykey(void) in ps_crypto_destroykey() function