Home
last modified time | relevance | path

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

/third_party/mbedtls/include/psa/
Dcrypto_extra.h1896 #define PSA_PAKE_OUTPUT_SIZE(alg, primitive, output_step) \ argument
1901 output_step == PSA_PAKE_STEP_KEY_SHARE ? 65 : \
1902 output_step == PSA_PAKE_STEP_ZK_PUBLIC ? 65 : \
2096 psa_jpake_step_t MBEDTLS_PRIVATE(output_step);
/third_party/mbedtls/library/
Dpsa_crypto.c7308 computation_stage->output_step = PSA_PAKE_STEP_X1_X2; in psa_pake_setup()
7601 computation_stage->output_step = PSA_PAKE_STEP_X1_X2; in psa_pake_complete_inputs()
7640 switch (computation_stage->output_step) { in psa_jpake_output_prologue()
7693 computation_stage->output_step++; in psa_jpake_output_epilogue()
7953 computation_stage->output_step != PSA_PAKE_STEP_DERIVE) { in psa_pake_get_implicit_key()
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_driver_wrappers.function3123 operation.computation_stage.jpake.output_step = PSA_PAKE_STEP_DERIVE;