Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto.c8717 psa_jpake_computation_stage_t *computation_stage = in psa_pake_setup() local
8718 &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() local
8987 &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 …]
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_extra.h1145 } MBEDTLS_PRIVATE(computation_stage);