Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/secure_fw/partitions/crypto/
Dcrypto_spe.h113 #define psa_cipher_abort \ macro
114 PSA_FUNCTION_NAME(psa_cipher_abort)
Dcrypto_cipher.c186 status = psa_cipher_abort(operation); in tfm_crypto_cipher_interface()
/trusted-firmware-m-latest/interface/include/psa/
Dcrypto.h2040 psa_status_t psa_cipher_abort(psa_cipher_operation_t *operation);
/trusted-firmware-m-latest/interface/src/
Dtfm_crypto_api.c341 TFM_CRYPTO_API(psa_status_t, psa_cipher_abort)(psa_cipher_operation_t *operation) in TFM_CRYPTO_API() argument