Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/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.function3044 TEST_EQUAL(psa_pake_setup(&operation, &cipher_suite),
3237 PSA_ASSERT(psa_pake_setup(&server, &cipher_suite));
3239 PSA_ASSERT(psa_pake_setup(&client, &cipher_suite));
Dtest_suite_psa_crypto.function51 PSA_ASSERT(psa_pake_setup(operation, cipher_suite));
10446 status = psa_pake_setup(&operation, &cipher_suite);
10453 TEST_EQUAL(psa_pake_setup(&operation, &cipher_suite),
10632 PSA_ASSERT(psa_pake_setup(&server, &cipher_suite));
10633 PSA_ASSERT(psa_pake_setup(&client, &cipher_suite));
10704 PSA_ASSERT(psa_pake_setup(&server, &cipher_suite));
10705 PSA_ASSERT(psa_pake_setup(&client, &cipher_suite));
/openthread-latest/third_party/mbedtls/repo/include/psa/
Dcrypto_extra.h1231 psa_status_t psa_pake_setup(psa_pake_operation_t *operation,
/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dpsa_test_wrappers.h626 #define psa_pake_setup(arg0_operation, arg1_cipher_suite) \ macro
/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_test_wrappers.c1117 psa_status_t status = (psa_pake_setup)(arg0_operation, arg1_cipher_suite); in mbedtls_test_wrap_psa_pake_setup()
/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto.c8398 psa_status_t psa_pake_setup( in psa_pake_setup() function
Dssl_tls.c1984 status = psa_pake_setup(&ssl->handshake->psa_pake_ctx, &cipher_suite); in mbedtls_ssl_set_hs_ecjpake_password_common()
/openthread-latest/third_party/mbedtls/repo/
DChangeLog361 * Don't include the PSA dispatch functions for PAKEs (psa_pake_setup() etc)