Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto.c8424 psa_jpake_computation_stage_t *computation_stage = in psa_pake_setup() local
8425 &operation->computation_stage.jpake; in psa_pake_setup()
8427 memset(computation_stage, 0, sizeof(*computation_stage)); in psa_pake_setup()
8428 computation_stage->step = PSA_PAKE_STEP_KEY_SHARE; in psa_pake_setup()
8693 psa_jpake_computation_stage_t *computation_stage = in psa_jpake_prologue() local
8694 &operation->computation_stage.jpake; in psa_jpake_prologue()
8696 if (computation_stage->round != PSA_JPAKE_FIRST && in psa_jpake_prologue()
8697 computation_stage->round != PSA_JPAKE_SECOND) { in psa_jpake_prologue()
8702 if (step != computation_stage->step) { in psa_jpake_prologue()
8707 computation_stage->inputs == 0 && in psa_jpake_prologue()
[all …]
/openthread-latest/third_party/mbedtls/repo/include/psa/
Dcrypto_extra.h1859 } MBEDTLS_PRIVATE(computation_stage);
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_driver_wrappers.function3126 operation.computation_stage.jpake.round = PSA_JPAKE_FINISHED;
3127 operation.computation_stage.jpake.inputs = 0;
3128 operation.computation_stage.jpake.outputs = 0;
3129 operation.computation_stage.jpake.step = PSA_PAKE_STEP_KEY_SHARE;