Searched refs:computation_stage (Results 1 – 3 of 3) sorted by relevance
8517 psa_jpake_computation_stage_t *computation_stage = local8518 &operation->computation_stage.jpake;8520 memset(computation_stage, 0, sizeof(*computation_stage));8521 computation_stage->step = PSA_PAKE_STEP_KEY_SHARE;8786 psa_jpake_computation_stage_t *computation_stage = local8787 &operation->computation_stage.jpake;8789 if (computation_stage->round != PSA_JPAKE_FIRST &&8790 computation_stage->round != PSA_JPAKE_SECOND) {8795 if (step != computation_stage->step) {8800 computation_stage->inputs == 0 &&[all …]
1877 } MBEDTLS_PRIVATE(computation_stage);
3142 operation.computation_stage.jpake.round = PSA_JPAKE_FINISHED;3143 operation.computation_stage.jpake.inputs = 0;3144 operation.computation_stage.jpake.outputs = 0;3145 operation.computation_stage.jpake.step = PSA_PAKE_STEP_KEY_SHARE;