Searched refs:psa_pake_setup (Results 1 – 9 of 9) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/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 | 3044 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));
|
D | test_suite_psa_crypto.function | 51 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/ |
D | crypto_extra.h | 1231 psa_status_t psa_pake_setup(psa_pake_operation_t *operation,
|
/openthread-latest/third_party/mbedtls/repo/tests/include/test/ |
D | psa_test_wrappers.h | 626 #define psa_pake_setup(arg0_operation, arg1_cipher_suite) \ macro
|
/openthread-latest/third_party/mbedtls/repo/tests/src/ |
D | psa_test_wrappers.c | 1117 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/ |
D | psa_crypto.c | 8398 psa_status_t psa_pake_setup( in psa_pake_setup() function
|
D | ssl_tls.c | 1984 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/ |
D | ChangeLog | 361 * Don't include the PSA dispatch functions for PAKEs (psa_pake_setup() etc)
|