Home
last modified time | relevance | path

Searched refs:psa_pake_get_implicit_key (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_pake.function651 TEST_EQUAL(psa_pake_get_implicit_key(&operation, &key_derivation),
897 TEST_EQUAL(psa_pake_get_implicit_key(&server, &server_derive),
899 TEST_EQUAL(psa_pake_get_implicit_key(&client, &client_derive),
910 TEST_EQUAL(psa_pake_get_implicit_key(&server, &server_derive),
912 TEST_EQUAL(psa_pake_get_implicit_key(&client, &client_derive),
922 PSA_ASSERT(psa_pake_get_implicit_key(&server, &server_derive));
923 PSA_ASSERT(psa_pake_get_implicit_key(&client, &client_derive));
Dtest_suite_psa_crypto_driver_wrappers.function3131 /* --- psa_pake_get_implicit_key --- */
3135 TEST_EQUAL(psa_pake_get_implicit_key(&operation, &implicit_key),
3268 PSA_ASSERT(psa_pake_get_implicit_key(&server, &server_derive));
3278 PSA_ASSERT(psa_pake_get_implicit_key(&client, &client_derive));
Dtest_suite_psa_crypto.function10714 TEST_EQUAL(psa_pake_get_implicit_key(&server, &server_derive),
10716 TEST_EQUAL(psa_pake_get_implicit_key(&client, &client_derive),
10726 TEST_EQUAL(psa_pake_get_implicit_key(&server, &server_derive),
10728 TEST_EQUAL(psa_pake_get_implicit_key(&client, &client_derive),
10737 PSA_ASSERT(psa_pake_get_implicit_key(&server, &server_derive));
10738 PSA_ASSERT(psa_pake_get_implicit_key(&client, &client_derive));
/openthread-latest/third_party/mbedtls/repo/include/psa/
Dcrypto_extra.h1579 psa_status_t psa_pake_get_implicit_key(psa_pake_operation_t *operation,
/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dpsa_test_wrappers.h577 #define psa_pake_get_implicit_key(arg0_operation, arg1_output) \ macro
/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_test_wrappers.c1023 psa_status_t status = (psa_pake_get_implicit_key)(arg0_operation, arg1_output); in mbedtls_test_wrap_psa_pake_get_implicit_key()
/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto.c8912 psa_status_t psa_pake_get_implicit_key( in psa_pake_get_implicit_key() function
Dssl_tls.c7159 status = psa_pake_get_implicit_key(&handshake->psa_pake_ctx, in ssl_compute_master()