Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_extra.h915 #define PSA_PAKE_STEP_KEY_SHARE ((psa_pake_step_t) 0x01) macro
982 output_step == PSA_PAKE_STEP_KEY_SHARE ? 65 : \
1012 input_step == PSA_PAKE_STEP_KEY_SHARE ? 65 : \
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto.c8721 computation_stage->step = PSA_PAKE_STEP_KEY_SHARE; in psa_pake_setup()
8927 return (psa_crypto_driver_pake_step_t) (key_share_step + stage->step - PSA_PAKE_STEP_KEY_SHARE); in convert_jpake_computation_stage_to_driver_step()
8980 if (step != PSA_PAKE_STEP_KEY_SHARE && in psa_jpake_prologue()
8999 if (step == PSA_PAKE_STEP_KEY_SHARE && in psa_jpake_prologue()
9042 stage->step = PSA_PAKE_STEP_KEY_SHARE; in psa_jpake_epilogue()
H A Dssl_tls.c9093 for (psa_pake_step_t step = PSA_PAKE_STEP_KEY_SHARE; in mbedtls_psa_ecjpake_read_round()
9137 for (psa_pake_step_t step = PSA_PAKE_STEP_KEY_SHARE; in mbedtls_psa_ecjpake_write_round()