Lines Matching refs:abort
1106 /* Finish will have called abort as well, so expecting two hits here */
1234 /* Finish will have called abort as well, so expecting two hits here */
1364 /* Finish will have called abort as well, so expecting two hits here */
1547 /* When setting the IV fails, it should call abort too */
1605 /* When the update call fails, it should call abort too */
1643 /* When the finish call fails, it should call abort too */
2362 /* One or two more calls to the driver interface: update or update + abort */
2372 /* Two calls to the driver interface: update + abort */
2425 /* Two more calls to the driver interface: finish + abort */
3097 /* --- psa_pake_input (driver: setup, input, abort) --- */
3106 TEST_EQUAL(mbedtls_test_driver_pake_hooks.hits.abort, in_driver ? 1 : 0);
3110 /* --- psa_pake_output (driver: setup, output, (abort)) --- */
3131 TEST_EQUAL(mbedtls_test_driver_pake_hooks.hits.abort, in_driver ? 1 : 0);
3155 TEST_EQUAL(mbedtls_test_driver_pake_hooks.hits.abort, 1);
3159 case 5: /* abort */
3171 TEST_EQUAL(mbedtls_test_driver_pake_hooks.hits.abort, 1);