Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/secure_fw/partitions/crypto/
Dcrypto_spe.h109 #define psa_cipher_decrypt \ macro
110 PSA_FUNCTION_NAME(psa_cipher_decrypt)
Dcrypto_cipher.c66 status = psa_cipher_decrypt(library_key, iov->alg, input, input_length, in tfm_crypto_cipher_interface()
/trusted-firmware-m-latest/interface/include/psa/
Dcrypto.h1668 psa_status_t psa_cipher_decrypt(mbedtls_svc_key_id_t key,
/trusted-firmware-m-latest/interface/src/
Dtfm_crypto_api.c1509 TFM_CRYPTO_API(psa_status_t, psa_cipher_decrypt)(psa_key_id_t key, in TFM_CRYPTO_API() argument