Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dpsa_crypto.c8517 psa_jpake_computation_stage_t *computation_stage = local
8518 &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 = local
8787 &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 …]
/mbedtls-latest/include/psa/
Dcrypto_extra.h1877 } MBEDTLS_PRIVATE(computation_stage);
/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto_driver_wrappers.function3142 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;