Searched refs:psa_cipher_abort (Results 1 – 9 of 9) sorted by relevance
87 #define psa_cipher_abort \ macro88 PSA_FUNCTION_NAME(psa_cipher_abort)
124 psa_cipher_abort( &operation ); in cipher_encrypt()154 psa_cipher_abort( &operation ); in cipher_decrypt()
491 PSA_ASSERT( psa_cipher_abort( &operation ) );498 psa_cipher_abort( &operation );623 PSA_ASSERT( psa_cipher_abort( &operation ) );631 psa_cipher_abort( &operation );756 PSA_ASSERT( psa_cipher_abort( &operation ) );764 psa_cipher_abort( &operation );949 psa_cipher_abort( &operation );984 psa_cipher_abort( &operation );1014 psa_cipher_abort( &operation );1052 psa_cipher_abort( &operation );[all …]
186 PSA_ASSERT( psa_cipher_abort( operation ) );948 psa_cipher_abort( &operation );958 psa_cipher_abort( &operation );2331 PSA_ASSERT( psa_cipher_abort( &func ) );2332 PSA_ASSERT( psa_cipher_abort( &init ) );2333 PSA_ASSERT( psa_cipher_abort( &zero ) );2371 psa_cipher_abort( &operation );2407 PSA_ASSERT( psa_cipher_abort( &operation ) );2416 PSA_ASSERT( psa_cipher_abort( &operation ) );2424 PSA_ASSERT( psa_cipher_abort( &operation ) );[all …]
692 PSA_ASSERT( psa_cipher_abort( &cipher_operation ) );695 PSA_ASSERT( psa_cipher_abort( &cipher_operation ) );
268 psa_cipher_abort(&operation);352 psa_cipher_abort(&operation);363 …pher_decrypt_setup()`, you can terminate the operation at any time by calling `psa_cipher_abort()`.365 The call to `psa_cipher_abort()` frees any resources associated with the operation, except for the …367 Mbed Crypto implicitly calls `psa_cipher_abort()` when:371 After an implicit or explicit call to `psa_cipher_abort()`, the operation structure is invalidated;…373 You must call `psa_cipher_abort()` at some point for any operation that is initialized successfully…375 Making multiple sequential calls to `psa_cipher_abort()` on an operation that is terminated (either…
2084 psa_status_t psa_cipher_abort(psa_cipher_operation_t *operation);
3372 psa_cipher_abort( operation ); in psa_cipher_setup()3444 psa_cipher_abort( operation ); in psa_cipher_generate_iv()3482 psa_cipher_abort( operation ); in psa_cipher_set_iv()3516 psa_cipher_abort( operation ); in psa_cipher_update()3547 return( psa_cipher_abort( operation ) ); in psa_cipher_finish()3551 (void) psa_cipher_abort( operation ); in psa_cipher_finish()3557 psa_status_t psa_cipher_abort( psa_cipher_operation_t *operation ) in psa_cipher_abort() function
231 psa_cipher_abort( &operation ); in exercise_cipher_key()