Searched refs:psa_pake_setup (Results 1 – 9 of 9) sorted by relevance
/mbedtls-latest/tests/suites/ |
D | test_suite_psa_crypto_pake.function | 656 SETUP_ALWAYS_CHECK_STEP(psa_pake_setup(&operation, &cipher_suite), 659 SETUP_CONDITIONAL_CHECK_STEP(psa_pake_setup(&operation, &cipher_suite), 803 PSA_ASSERT(psa_pake_setup(&server, &cipher_suite)); 804 PSA_ASSERT(psa_pake_setup(&client, &cipher_suite)); 881 PSA_ASSERT(psa_pake_setup(&server, &cipher_suite)); 882 PSA_ASSERT(psa_pake_setup(&client, &cipher_suite)); 1005 PSA_ASSERT(psa_pake_setup(&operation, &cipher_suite)); 1064 PSA_ASSERT(psa_pake_setup(&operation, &cipher_suite)); 1104 PSA_ASSERT(psa_pake_setup(&operation, &cipher_suite)); 1167 PSA_ASSERT(psa_pake_setup(&operation, &cipher_suite));
|
D | test_suite_psa_crypto_driver_wrappers.function | 3060 TEST_EQUAL(psa_pake_setup(&operation, &cipher_suite), 3253 PSA_ASSERT(psa_pake_setup(&server, &cipher_suite)); 3255 PSA_ASSERT(psa_pake_setup(&client, &cipher_suite));
|
D | test_suite_psa_crypto.function | 10562 status = psa_pake_setup(&operation, &cipher_suite); 10569 TEST_EQUAL(psa_pake_setup(&operation, &cipher_suite), 10748 PSA_ASSERT(psa_pake_setup(&server, &cipher_suite)); 10749 PSA_ASSERT(psa_pake_setup(&client, &cipher_suite)); 10820 PSA_ASSERT(psa_pake_setup(&server, &cipher_suite)); 10821 PSA_ASSERT(psa_pake_setup(&client, &cipher_suite));
|
/mbedtls-latest/include/psa/ |
D | crypto_extra.h | 1249 psa_status_t psa_pake_setup(psa_pake_operation_t *operation,
|
/mbedtls-latest/tests/include/test/ |
D | psa_test_wrappers.h | 675 #define psa_pake_setup(arg0_operation, arg1_cipher_suite) \ macro
|
/mbedtls-latest/tests/src/ |
D | psa_test_wrappers.c | 1184 psa_status_t status = (psa_pake_setup)(arg0_operation, arg1_cipher_suite); in mbedtls_test_wrap_psa_pake_setup()
|
/mbedtls-latest/library/ |
D | psa_crypto.c | 8491 psa_status_t psa_pake_setup( function
|
D | ssl_tls.c | 1970 status = psa_pake_setup(&ssl->handshake->psa_pake_ctx, &cipher_suite); in mbedtls_ssl_set_hs_ecjpake_password_common()
|
/mbedtls-latest/ |
D | ChangeLog | 556 * Don't include the PSA dispatch functions for PAKEs (psa_pake_setup() etc)
|