Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto.c9059 psa_crypto_driver_pake_step_t driver_step = PSA_JPAKE_STEP_INVALID; in psa_pake_output() local
9087 driver_step = convert_jpake_computation_stage_to_driver_step( in psa_pake_output()
9099 status = psa_driver_wrapper_pake_output(operation, driver_step, in psa_pake_output()
9135 psa_crypto_driver_pake_step_t driver_step = PSA_JPAKE_STEP_INVALID; in psa_pake_input() local
9165 driver_step = convert_jpake_computation_stage_to_driver_step( in psa_pake_input()
9176 status = psa_driver_wrapper_pake_input(operation, driver_step, in psa_pake_input()