Home
last modified time | relevance | path

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

/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto_pake.function217 status = psa_pake_input(client, PSA_PAKE_STEP_KEY_SHARE,
221 status = psa_pake_input(client, PSA_PAKE_STEP_ZK_PUBLIC,
226 status = psa_pake_input(client, PSA_PAKE_STEP_ZK_PROOF,
231 status = psa_pake_input(client, PSA_PAKE_STEP_KEY_SHARE,
236 status = psa_pake_input(client, PSA_PAKE_STEP_ZK_PUBLIC,
241 status = psa_pake_input(client, PSA_PAKE_STEP_ZK_PROOF,
249 psa_pake_input(client, PSA_PAKE_STEP_KEY_SHARE,
256 … !"One of the last psa_pake_input() calls should have returned the expected error.");
317 status = psa_pake_input(client, PSA_PAKE_STEP_KEY_SHARE,
321 status = psa_pake_input(client, PSA_PAKE_STEP_ZK_PUBLIC,
[all …]
Dtest_suite_psa_crypto_driver_wrappers.function109 status = psa_pake_input(client, PSA_PAKE_STEP_KEY_SHARE,
115 status = psa_pake_input(client, PSA_PAKE_STEP_ZK_PUBLIC,
122 status = psa_pake_input(client, PSA_PAKE_STEP_ZK_PROOF,
129 status = psa_pake_input(client, PSA_PAKE_STEP_KEY_SHARE,
136 status = psa_pake_input(client, PSA_PAKE_STEP_ZK_PUBLIC,
143 status = psa_pake_input(client, PSA_PAKE_STEP_ZK_PROOF,
206 status = psa_pake_input(client, PSA_PAKE_STEP_KEY_SHARE,
212 status = psa_pake_input(client, PSA_PAKE_STEP_ZK_PUBLIC,
219 status = psa_pake_input(client, PSA_PAKE_STEP_ZK_PROOF,
226 status = psa_pake_input(client, PSA_PAKE_STEP_KEY_SHARE,
[all …]
Dtest_suite_psa_crypto.function778 status = psa_pake_input(client, PSA_PAKE_STEP_KEY_SHARE,
787 status = psa_pake_input(client, PSA_PAKE_STEP_ZK_PUBLIC,
797 status = psa_pake_input(client, PSA_PAKE_STEP_ZK_PROOF,
807 status = psa_pake_input(client, PSA_PAKE_STEP_KEY_SHARE,
817 status = psa_pake_input(client, PSA_PAKE_STEP_ZK_PUBLIC,
827 status = psa_pake_input(client, PSA_PAKE_STEP_ZK_PROOF,
840 … !"One of the last psa_pake_input() calls should have returned the expected error.");
884 status = psa_pake_input(client, PSA_PAKE_STEP_KEY_SHARE,
893 status = psa_pake_input(client, PSA_PAKE_STEP_ZK_PUBLIC,
903 status = psa_pake_input(client, PSA_PAKE_STEP_ZK_PROOF,
[all …]
/mbedtls-latest/include/psa/
Dcrypto_extra.h1534 psa_status_t psa_pake_input(psa_pake_operation_t *operation,
/mbedtls-latest/tests/include/test/
Dpsa_test_wrappers.h622 #define psa_pake_input(arg0_operation, arg1_step, arg2_input, arg3_input_length) \ macro
/mbedtls-latest/tests/src/
Dpsa_test_wrappers.c1092 … psa_status_t status = (psa_pake_input)(arg0_operation, arg1_step, arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_pake_input()
/mbedtls-latest/library/
Dpsa_crypto.c8928 psa_status_t psa_pake_input( function
Dssl_tls.c9043 status = psa_pake_input(pake_ctx, step, in mbedtls_psa_ecjpake_read_round()
/mbedtls-latest/docs/proposed/
Dpsa-driver-interface.md596 When all inputs are collected and `"psa_pake_output"` or `"psa_pake_input"` is called for the first…