Home
last modified time | relevance | path

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

/trusted-services/components/service/crypto/client/psa/
A Dpsa_cipher.c83 psa_status_t psa_cipher_abort(psa_cipher_operation_t *operation) in psa_cipher_abort() function
154 psa_cipher_abort(operation); in multi_cipher_update()
202 psa_cipher_abort(&operation); in psa_cipher_encrypt()
247 psa_cipher_abort(&operation); in psa_cipher_decrypt()
/trusted-services/components/service/crypto/backend/
A Dprefixed_crypto_api.h43 #define psa_cipher_abort BACKEND_CRYPTO_API_ADD_PREFIX(psa_cipher_abort) macro
/trusted-services/components/service/crypto/provider/extension/cipher/
A Dcipher_provider.c323 psa_status = psa_cipher_abort(&crypto_context->op.cipher); in cipher_abort_handler()
/trusted-services/components/service/crypto/include/psa/
A Dcrypto.h2032 PSA_CRYPTO_EXPORTED psa_status_t psa_cipher_abort(psa_cipher_operation_t *operation);

Completed in 16 milliseconds