Home
last modified time | relevance | path

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

/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto_pake.function656 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));
Dtest_suite_psa_crypto_driver_wrappers.function3060 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));
Dtest_suite_psa_crypto.function10562 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/
Dcrypto_extra.h1249 psa_status_t psa_pake_setup(psa_pake_operation_t *operation,
/mbedtls-latest/tests/include/test/
Dpsa_test_wrappers.h675 #define psa_pake_setup(arg0_operation, arg1_cipher_suite) \ macro
/mbedtls-latest/tests/src/
Dpsa_test_wrappers.c1184 psa_status_t status = (psa_pake_setup)(arg0_operation, arg1_cipher_suite); in mbedtls_test_wrap_psa_pake_setup()
/mbedtls-latest/library/
Dpsa_crypto.c8491 psa_status_t psa_pake_setup( function
Dssl_tls.c1970 status = psa_pake_setup(&ssl->handshake->psa_pake_ctx, &cipher_suite); in mbedtls_ssl_set_hs_ecjpake_password_common()
/mbedtls-latest/
DChangeLog556 * Don't include the PSA dispatch functions for PAKEs (psa_pake_setup() etc)