Home
last modified time | relevance | path

Searched refs:PS_CRYPTO_ALG (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-3.4.0/secure_fw/partitions/protected_storage/crypto/
Dps_crypto_interface.c26 #define PS_CRYPTO_ALG \ macro
36 typedef char PS_ERROR_NOT_AEAD_ALG[(PSA_ALG_IS_AEAD(PS_CRYPTO_ALG)) ? 1 : -1];
68 psa_set_key_algorithm(&attributes, PS_CRYPTO_ALG); in ps_crypto_setkey()
198 status = psa_aead_encrypt(ps_key, PS_CRYPTO_ALG, in ps_crypto_encrypt_and_tag()
229 status = psa_aead_decrypt(ps_key, PS_CRYPTO_ALG, in ps_crypto_auth_and_decrypt()
248 status = psa_aead_encrypt(ps_key, PS_CRYPTO_ALG, in ps_crypto_generate_auth_tag()
267 status = psa_aead_decrypt(ps_key, PS_CRYPTO_ALG, in ps_crypto_authenticate()
/trusted-firmware-m-3.4.0/docs/technical_references/design_docs/
Dps_key_management.rst110 psa_aead_encrypt(ps_key, PS_CRYPTO_ALG,