Lines Matching refs:setup
151 /* Adjust for indirect client driver setup in first pake_output call. */
1517 /* Test setup call, encrypt */
1520 /* When setup fails, it shouldn't call any further entry points */
1528 /* Test setup call failure, decrypt */
1530 /* When setup fails, it shouldn't call any further entry points */
3074 case 0: /* setup (via input) */
3075 /* --- psa_pake_input (driver: setup, input) --- */
3082 TEST_EQUAL(mbedtls_test_driver_pake_hooks.hits.setup, 1);
3085 case 1: /* setup (via output) */
3086 /* --- psa_pake_output (driver: setup, output) --- */
3093 TEST_EQUAL(mbedtls_test_driver_pake_hooks.hits.setup, 1);
3097 /* --- psa_pake_input (driver: setup, input, abort) --- */
3104 TEST_EQUAL(mbedtls_test_driver_pake_hooks.hits.setup, 1);
3110 /* --- psa_pake_output (driver: setup, output, (abort)) --- */
3123 TEST_EQUAL(mbedtls_test_driver_pake_hooks.hits.setup, 1);
3129 TEST_EQUAL(mbedtls_test_driver_pake_hooks.hits.setup, 1);
3136 /* Call driver setup indirectly */
3160 /* Call driver setup indirectly */
3215 /* driver setup is called indirectly through pake_output/pake_input */