Home
last modified time | relevance | path

Searched refs:mbedtls_psa_cipher_abort (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/mbedtls/library/
H A Dpsa_crypto_cipher.c456 psa_status_t mbedtls_psa_cipher_abort( in mbedtls_psa_cipher_abort() function
520 status = mbedtls_psa_cipher_abort(&operation); in mbedtls_psa_cipher_encrypt()
522 mbedtls_psa_cipher_abort(&operation); in mbedtls_psa_cipher_encrypt()
581 status = mbedtls_psa_cipher_abort(&operation); in mbedtls_psa_cipher_decrypt()
583 mbedtls_psa_cipher_abort(&operation); in mbedtls_psa_cipher_decrypt()
H A Dpsa_crypto_cipher.h188 psa_status_t mbedtls_psa_cipher_abort(mbedtls_psa_cipher_operation_t *operation);
H A Dpsa_crypto_driver_wrappers.h1491 return( mbedtls_psa_cipher_abort( &operation->ctx.mbedtls_ctx ) ); in psa_driver_wrapper_cipher_abort()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dpsa_crypto_cipher.c590 psa_status_t mbedtls_psa_cipher_abort( in mbedtls_psa_cipher_abort() function
654 status = mbedtls_psa_cipher_abort(&operation); in mbedtls_psa_cipher_encrypt()
656 mbedtls_psa_cipher_abort(&operation); in mbedtls_psa_cipher_encrypt()
715 status = mbedtls_psa_cipher_abort(&operation); in mbedtls_psa_cipher_decrypt()
717 mbedtls_psa_cipher_abort(&operation); in mbedtls_psa_cipher_decrypt()
H A Dpsa_crypto_cipher.h211 psa_status_t mbedtls_psa_cipher_abort(mbedtls_psa_cipher_operation_t *operation);
H A Dpsa_crypto_driver_wrappers.h1517 return( mbedtls_psa_cipher_abort( &operation->ctx.mbedtls_ctx ) ); in psa_driver_wrapper_cipher_abort()
/aosp_15_r20/external/mbedtls/tests/src/drivers/
H A Dtest_driver_cipher.c193 mbedtls_psa_cipher_abort(operation); in mbedtls_test_transparent_cipher_abort()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/src/drivers/
H A Dtest_driver_cipher.c197 mbedtls_psa_cipher_abort(operation); in mbedtls_test_transparent_cipher_abort()
/aosp_15_r20/external/mbedtls/scripts/data_files/driver_templates/
H A Dpsa_crypto_driver_wrappers.h.jinja1454 return( mbedtls_psa_cipher_abort( &operation->ctx.mbedtls_ctx ) );
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/scripts/data_files/driver_templates/
H A Dpsa_crypto_driver_wrappers.h.jinja1480 return( mbedtls_psa_cipher_abort( &operation->ctx.mbedtls_ctx ) );