Searched refs:PSA_PAKE_STEP_KEY_SHARE (Results 1 – 6 of 6) sorted by relevance
| /lib/mbedtls/external/mbedtls/tests/suites/ |
| A D | test_suite_psa_crypto_pake.function | 114 PSA_PAKE_OUTPUT_SIZE(alg, primitive, PSA_PAKE_STEP_KEY_SHARE) + 119 PSA_PAKE_OUTPUT_SIZE(alg, primitive, PSA_PAKE_STEP_KEY_SHARE); 148 PSA_ASSERT(psa_pake_output(server, PSA_PAKE_STEP_KEY_SHARE, 205 psa_pake_output(server, PSA_PAKE_STEP_KEY_SHARE, 249 psa_pake_input(client, PSA_PAKE_STEP_KEY_SHARE, 355 status = psa_pake_input(server, PSA_PAKE_STEP_KEY_SHARE, 367 status = psa_pake_input(server, PSA_PAKE_STEP_KEY_SHARE, 477 psa_pake_output(client, PSA_PAKE_STEP_KEY_SHARE, 508 status = psa_pake_input(server, PSA_PAKE_STEP_KEY_SHARE, 522 psa_pake_input(server, PSA_PAKE_STEP_KEY_SHARE, [all …]
|
| A D | test_suite_psa_crypto_driver_wrappers.function | 24 PSA_PAKE_OUTPUT_SIZE(alg, primitive, PSA_PAKE_STEP_KEY_SHARE) + 29 PSA_PAKE_OUTPUT_SIZE(alg, primitive, PSA_PAKE_STEP_KEY_SHARE); 58 PSA_ASSERT(psa_pake_output(server, PSA_PAKE_STEP_KEY_SHARE, 82 PSA_ASSERT(psa_pake_output(server, PSA_PAKE_STEP_KEY_SHARE, 109 status = psa_pake_input(client, PSA_PAKE_STEP_KEY_SHARE, 155 PSA_ASSERT(psa_pake_output(client, PSA_PAKE_STEP_KEY_SHARE, 249 status = psa_pake_input(server, PSA_PAKE_STEP_KEY_SHARE, 267 status = psa_pake_input(server, PSA_PAKE_STEP_KEY_SHARE, 391 status = psa_pake_input(server, PSA_PAKE_STEP_KEY_SHARE, 3016 PSA_PAKE_STEP_KEY_SHARE)); [all …]
|
| A D | test_suite_psa_crypto.function | 712 PSA_PAKE_OUTPUT_SIZE(alg, primitive, PSA_PAKE_STEP_KEY_SHARE) + 717 PSA_PAKE_OUTPUT_SIZE(alg, primitive, PSA_PAKE_STEP_KEY_SHARE); 747 PSA_ASSERT(psa_pake_output(server, PSA_PAKE_STEP_KEY_SHARE, 765 PSA_ASSERT(psa_pake_output(server, PSA_PAKE_STEP_KEY_SHARE, 867 PSA_ASSERT(psa_pake_output(client, PSA_PAKE_STEP_KEY_SHARE, 885 PSA_ASSERT(psa_pake_output(client, PSA_PAKE_STEP_KEY_SHARE, 979 status = psa_pake_input(server, PSA_PAKE_STEP_KEY_SHARE, 1006 status = psa_pake_input(server, PSA_PAKE_STEP_KEY_SHARE, 1173 status = psa_pake_input(server, PSA_PAKE_STEP_KEY_SHARE, 10406 PSA_PAKE_STEP_KEY_SHARE); [all …]
|
| /lib/mbedtls/external/mbedtls/include/psa/ |
| A D | crypto_extra.h | 868 #define PSA_PAKE_STEP_KEY_SHARE ((psa_pake_step_t) 0x01) macro 1635 output_step == PSA_PAKE_STEP_KEY_SHARE ? 65 : \ 1665 input_step == PSA_PAKE_STEP_KEY_SHARE ? 65 : \
|
| /lib/mbedtls/external/mbedtls/library/ |
| A D | psa_crypto.c | 8428 computation_stage->step = PSA_PAKE_STEP_KEY_SHARE; in psa_pake_setup() 8634 return (psa_crypto_driver_pake_step_t) (key_share_step + stage->step - PSA_PAKE_STEP_KEY_SHARE); in convert_jpake_computation_stage_to_driver_step() 8687 if (step != PSA_PAKE_STEP_KEY_SHARE && in psa_jpake_prologue() 8706 if (step == PSA_PAKE_STEP_KEY_SHARE && in psa_jpake_prologue() 8749 stage->step = PSA_PAKE_STEP_KEY_SHARE; in psa_jpake_epilogue()
|
| A D | ssl_tls.c | 9255 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()
|
Completed in 57 milliseconds