Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_pake.function148 PSA_ASSERT(psa_pake_output(server, PSA_PAKE_STEP_KEY_SHARE,
157 PSA_ASSERT(psa_pake_output(server, PSA_PAKE_STEP_ZK_PUBLIC,
166 PSA_ASSERT(psa_pake_output(server, PSA_PAKE_STEP_ZK_PROOF,
175 PSA_ASSERT(psa_pake_output(server, PSA_PAKE_STEP_KEY_SHARE,
184 PSA_ASSERT(psa_pake_output(server, PSA_PAKE_STEP_ZK_PUBLIC,
193 PSA_ASSERT(psa_pake_output(server, PSA_PAKE_STEP_ZK_PROOF,
205 psa_pake_output(server, PSA_PAKE_STEP_KEY_SHARE,
261 PSA_ASSERT(psa_pake_output(client, PSA_PAKE_STEP_KEY_SHARE,
270 PSA_ASSERT(psa_pake_output(client, PSA_PAKE_STEP_ZK_PUBLIC,
279 PSA_ASSERT(psa_pake_output(client, PSA_PAKE_STEP_ZK_PROOF,
[all …]
Dtest_suite_psa_crypto_driver_wrappers.function58 PSA_ASSERT(psa_pake_output(server, PSA_PAKE_STEP_KEY_SHARE,
66 PSA_ASSERT(psa_pake_output(server, PSA_PAKE_STEP_ZK_PUBLIC,
74 PSA_ASSERT(psa_pake_output(server, PSA_PAKE_STEP_ZK_PROOF,
82 PSA_ASSERT(psa_pake_output(server, PSA_PAKE_STEP_KEY_SHARE,
90 PSA_ASSERT(psa_pake_output(server, PSA_PAKE_STEP_ZK_PUBLIC,
98 PSA_ASSERT(psa_pake_output(server, PSA_PAKE_STEP_ZK_PROOF,
155 PSA_ASSERT(psa_pake_output(client, PSA_PAKE_STEP_KEY_SHARE,
163 PSA_ASSERT(psa_pake_output(client, PSA_PAKE_STEP_ZK_PUBLIC,
171 PSA_ASSERT(psa_pake_output(client, PSA_PAKE_STEP_ZK_PROOF,
179 PSA_ASSERT(psa_pake_output(client, PSA_PAKE_STEP_KEY_SHARE,
[all …]
Dtest_suite_psa_crypto.function747 PSA_ASSERT(psa_pake_output(server, PSA_PAKE_STEP_KEY_SHARE,
753 PSA_ASSERT(psa_pake_output(server, PSA_PAKE_STEP_ZK_PUBLIC,
759 PSA_ASSERT(psa_pake_output(server, PSA_PAKE_STEP_ZK_PROOF,
765 PSA_ASSERT(psa_pake_output(server, PSA_PAKE_STEP_KEY_SHARE,
771 PSA_ASSERT(psa_pake_output(server, PSA_PAKE_STEP_ZK_PUBLIC,
777 PSA_ASSERT(psa_pake_output(server, PSA_PAKE_STEP_ZK_PROOF,
867 PSA_ASSERT(psa_pake_output(client, PSA_PAKE_STEP_KEY_SHARE,
873 PSA_ASSERT(psa_pake_output(client, PSA_PAKE_STEP_ZK_PUBLIC,
879 PSA_ASSERT(psa_pake_output(client, PSA_PAKE_STEP_ZK_PROOF,
885 PSA_ASSERT(psa_pake_output(client, PSA_PAKE_STEP_KEY_SHARE,
[all …]
/openthread-latest/third_party/mbedtls/repo/include/psa/
Dcrypto_extra.h1461 psa_status_t psa_pake_output(psa_pake_operation_t *operation,
/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dpsa_test_wrappers.h594 #define psa_pake_output(arg0_operation, arg1_step, arg2_output, arg3_output_size, arg4_output_lengt… macro
/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_test_wrappers.c1055 …psa_status_t status = (psa_pake_output)(arg0_operation, arg1_step, arg2_output, arg3_output_size, … in mbedtls_test_wrap_psa_pake_output()
/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto.c8758 psa_status_t psa_pake_output( in psa_pake_output() function
Dssl_tls.c9306 status = psa_pake_output(pake_ctx, step, in mbedtls_psa_ecjpake_write_round()
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-interface.md596 When all inputs are collected and `"psa_pake_output"` or `"psa_pake_input"` is called for the first…