Home
last modified time | relevance | path

Searched refs:computation_stage (Results 1 – 3 of 3) sorted by relevance

/mbedtls-3.5.0/library/
Dpsa_crypto.c7348 psa_jpake_computation_stage_t *computation_stage = local
7349 &operation->computation_stage.jpake;
7351 computation_stage->state = PSA_PAKE_STATE_SETUP;
7352 computation_stage->sequence = PSA_PAKE_SEQ_INVALID;
7353 computation_stage->input_step = PSA_PAKE_STEP_X1_X2;
7354 computation_stage->output_step = PSA_PAKE_STEP_X1_X2;
7645 psa_jpake_computation_stage_t *computation_stage = local
7646 &operation->computation_stage.jpake;
7647 computation_stage->state = PSA_PAKE_STATE_READY;
7648 computation_stage->sequence = PSA_PAKE_SEQ_INVALID;
[all …]
/mbedtls-3.5.0/include/psa/
Dcrypto_extra.h2118 } MBEDTLS_PRIVATE(computation_stage);
/mbedtls-3.5.0/tests/suites/
Dtest_suite_psa_crypto_driver_wrappers.function3122 operation.computation_stage.jpake.input_step = PSA_PAKE_STEP_DERIVE;
3123 operation.computation_stage.jpake.output_step = PSA_PAKE_STEP_DERIVE;