Home
last modified time | relevance | path

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

/third_party/mbedtls/include/psa/
Dcrypto_extra.h1926 #define PSA_PAKE_INPUT_SIZE(alg, primitive, input_step) \ argument
1931 input_step == PSA_PAKE_STEP_KEY_SHARE ? 65 : \
1932 input_step == PSA_PAKE_STEP_ZK_PUBLIC ? 65 : \
2095 psa_jpake_step_t MBEDTLS_PRIVATE(input_step);
/third_party/mbedtls/library/
Dpsa_crypto.c7307 computation_stage->input_step = PSA_PAKE_STEP_X1_X2; in psa_pake_setup()
7600 computation_stage->input_step = PSA_PAKE_STEP_X1_X2; in psa_pake_complete_inputs()
7800 switch (computation_stage->input_step) { in psa_jpake_input_prologue()
7855 computation_stage->input_step++; in psa_jpake_input_epilogue()
7952 if (computation_stage->input_step != PSA_PAKE_STEP_DERIVE || in psa_pake_get_implicit_key()
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_driver_wrappers.function3122 operation.computation_stage.jpake.input_step = PSA_PAKE_STEP_DERIVE;