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.c9079 psa_crypto_driver_pake_step_t driver_step = PSA_JPAKE_STEP_INVALID; in psa_pake_output() local
9107 driver_step = convert_jpake_computation_stage_to_driver_step( in psa_pake_output()
9119 status = psa_driver_wrapper_pake_output(operation, driver_step, in psa_pake_output()
9155 psa_crypto_driver_pake_step_t driver_step = PSA_JPAKE_STEP_INVALID; in psa_pake_input() local
9185 driver_step = convert_jpake_computation_stage_to_driver_step( in psa_pake_input()
9196 status = psa_driver_wrapper_pake_input(operation, driver_step, in psa_pake_input()