Searched refs:psa_pake_get_implicit_key (Results 1 – 8 of 8) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_pake.function | 651 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));
|
D | test_suite_psa_crypto_driver_wrappers.function | 3131 /* --- 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));
|
D | test_suite_psa_crypto.function | 10714 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/ |
D | crypto_extra.h | 1579 psa_status_t psa_pake_get_implicit_key(psa_pake_operation_t *operation,
|
/openthread-latest/third_party/mbedtls/repo/tests/include/test/ |
D | psa_test_wrappers.h | 577 #define psa_pake_get_implicit_key(arg0_operation, arg1_output) \ macro
|
/openthread-latest/third_party/mbedtls/repo/tests/src/ |
D | psa_test_wrappers.c | 1023 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/ |
D | psa_crypto.c | 8912 psa_status_t psa_pake_get_implicit_key( in psa_pake_get_implicit_key() function
|
D | ssl_tls.c | 7159 status = psa_pake_get_implicit_key(&handshake->psa_pake_ctx, in ssl_compute_master()
|