Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/secure_fw/partitions/protected_storage/crypto/
Dps_crypto_interface.h98 psa_status_t ps_crypto_auth_and_decrypt(const union ps_crypto_t *crypto,
Dps_crypto_interface.c218 psa_status_t ps_crypto_auth_and_decrypt(const union ps_crypto_t *crypto, in ps_crypto_auth_and_decrypt() function
/trusted-firmware-m-3.6.0/secure_fw/partitions/protected_storage/
Dps_encrypted_object.c83 err = ps_crypto_auth_and_decrypt(&obj->header.crypto, in ps_object_auth_decrypt()