Searched refs:computation_stage (Results 1 – 2 of 2) sorted by relevance
8717 psa_jpake_computation_stage_t *computation_stage = in psa_pake_setup() local8718 &operation->computation_stage.jpake; in psa_pake_setup()8720 memset(computation_stage, 0, sizeof(*computation_stage)); in psa_pake_setup()8721 computation_stage->step = PSA_PAKE_STEP_KEY_SHARE; in psa_pake_setup()8986 psa_jpake_computation_stage_t *computation_stage = in psa_jpake_prologue() local8987 &operation->computation_stage.jpake; in psa_jpake_prologue()8989 if (computation_stage->round != PSA_JPAKE_FIRST && in psa_jpake_prologue()8990 computation_stage->round != PSA_JPAKE_SECOND) { in psa_jpake_prologue()8995 if (step != computation_stage->step) { in psa_jpake_prologue()9000 computation_stage->inputs == 0 && in psa_jpake_prologue()[all …]
1145 } MBEDTLS_PRIVATE(computation_stage);