Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/secure_fw/partitions/protected_storage/crypto/
Dps_crypto_interface.c39 static psa_key_id_t ps_key; variable
97 status = psa_key_derivation_output_key(&attributes, &op, &ps_key); in ps_crypto_setkey()
111 (void)psa_destroy_key(ps_key); in ps_crypto_setkey()
124 status = psa_destroy_key(ps_key); in ps_crypto_destroykey()
202 status = psa_aead_encrypt(ps_key, PS_CRYPTO_ALG, in ps_crypto_encrypt_and_tag()
233 status = psa_aead_decrypt(ps_key, PS_CRYPTO_ALG, in ps_crypto_auth_and_decrypt()
252 status = psa_aead_encrypt(ps_key, PS_CRYPTO_ALG, in ps_crypto_generate_auth_tag()
271 status = psa_aead_decrypt(ps_key, PS_CRYPTO_ALG, in ps_crypto_authenticate()
/trusted-firmware-m-3.6.0/docs/design_docs/services/
Dps_key_management.rst58 status = psa_key_derivation_output_key(&attributes, &op, &ps_key);
64 ``ps_key`` is a PSA Crypto key handle to a volatile key, set by the
104 way as the current implementation, but ``ps_key`` will refer to the storage key,
110 psa_aead_encrypt(ps_key, PS_CRYPTO_ALG,