Home
last modified time | relevance | path

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

/third_party/mbedtls/include/psa/
Dcrypto_extra.h2080PSA_JPAKE_X2_STEP_KEY_SHARE = 4, /* Round 1: input/output key share (for ephemeral private key … enumerator
/third_party/mbedtls/docs/proposed/
Dpsa-driver-interface.md446 * `PSA_JPAKE_X2_STEP_KEY_SHARE`     Round 1: output our key share (for ephemeral private key X2)
470 * `PSA_JPAKE_X2_STEP_KEY_SHARE`     Round 1: input key share from peer (for ephemeral private key X…
/third_party/mbedtls/library/
Dpsa_crypto.c7510 return PSA_JPAKE_X2_STEP_KEY_SHARE; in convert_jpake_computation_stage_to_driver_step()