Home
last modified time | relevance | path

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

/mbedtls-3.5.0/include/psa/
Dcrypto_extra.h2051 PSA_PAKE_STEP_DERIVE = 3, enumerator
/mbedtls-3.5.0/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;
/mbedtls-3.5.0/library/
Dpsa_crypto.c8008 if (computation_stage->input_step != PSA_PAKE_STEP_DERIVE ||
8009 computation_stage->output_step != PSA_PAKE_STEP_DERIVE) {