Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/include/psa/
Dcrypto_extra.h731 typedef uint8_t psa_pake_step_t; typedef
868 #define PSA_PAKE_STEP_KEY_SHARE ((psa_pake_step_t) 0x01)
885 #define PSA_PAKE_STEP_ZK_PUBLIC ((psa_pake_step_t) 0x02)
906 #define PSA_PAKE_STEP_ZK_PROOF ((psa_pake_step_t) 0x03)
1462 psa_pake_step_t step,
1517 psa_pake_step_t step,
1827 psa_pake_step_t MBEDTLS_PRIVATE(step);
/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dpsa_test_wrappers.h582 psa_pake_step_t arg1_step,
590 psa_pake_step_t arg1_step,
/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_test_wrappers.c1030 psa_pake_step_t arg1_step, in mbedtls_test_wrap_psa_pake_input()
1047 psa_pake_step_t arg1_step, in mbedtls_test_wrap_psa_pake_output()
/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto.c8684 psa_pake_step_t step, in psa_jpake_prologue()
8760 psa_pake_step_t step, in psa_pake_output()
8837 psa_pake_step_t step, in psa_pake_input()
Dssl_tls.c9255 for (psa_pake_step_t step = PSA_PAKE_STEP_KEY_SHARE; in mbedtls_psa_ecjpake_read_round()
9299 for (psa_pake_step_t step = PSA_PAKE_STEP_KEY_SHARE; in mbedtls_psa_ecjpake_write_round()