Searched refs:psa_pake_input (Results 1 – 9 of 9) sorted by relevance
/mbedtls-latest/tests/suites/ |
D | test_suite_psa_crypto_pake.function | 217 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 …]
|
D | test_suite_psa_crypto_driver_wrappers.function | 109 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 …]
|
D | test_suite_psa_crypto.function | 778 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/ |
D | crypto_extra.h | 1534 psa_status_t psa_pake_input(psa_pake_operation_t *operation,
|
/mbedtls-latest/tests/include/test/ |
D | psa_test_wrappers.h | 622 #define psa_pake_input(arg0_operation, arg1_step, arg2_input, arg3_input_length) \ macro
|
/mbedtls-latest/tests/src/ |
D | psa_test_wrappers.c | 1092 … 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/ |
D | psa_crypto.c | 8928 psa_status_t psa_pake_input( function
|
D | ssl_tls.c | 9043 status = psa_pake_input(pake_ctx, step, in mbedtls_psa_ecjpake_read_round()
|
/mbedtls-latest/docs/proposed/ |
D | psa-driver-interface.md | 596 When all inputs are collected and `"psa_pake_output"` or `"psa_pake_input"` is called for the first…
|