Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto.c8766 psa_crypto_driver_pake_step_t driver_step = PSA_JPAKE_STEP_INVALID; in psa_pake_output() local
8794 driver_step = convert_jpake_computation_stage_to_driver_step( in psa_pake_output()
8806 status = psa_driver_wrapper_pake_output(operation, driver_step, in psa_pake_output()
8842 psa_crypto_driver_pake_step_t driver_step = PSA_JPAKE_STEP_INVALID; in psa_pake_input() local
8872 driver_step = convert_jpake_computation_stage_to_driver_step( in psa_pake_input()
8883 status = psa_driver_wrapper_pake_input(operation, driver_step, in psa_pake_input()