Home
last modified time | relevance | path

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

/third_party/mbedtls/include/psa/
Dcrypto_extra.h2051 PSA_PAKE_STEP_DERIVE = 3, enumerator
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_driver_wrappers.function3122 operation.computation_stage.jpake.input_step = PSA_PAKE_STEP_DERIVE;
3123 operation.computation_stage.jpake.output_step = PSA_PAKE_STEP_DERIVE;
/third_party/mbedtls/library/
Dpsa_crypto.c7952 if (computation_stage->input_step != PSA_PAKE_STEP_DERIVE || in psa_pake_get_implicit_key()
7953 computation_stage->output_step != PSA_PAKE_STEP_DERIVE) { in psa_pake_get_implicit_key()