Searched refs:psa_pake_get_implicit_key (Results 1 – 8 of 8) sorted by relevance
/mbedtls-latest/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 | 3147 /* --- psa_pake_get_implicit_key --- */ 3151 TEST_EQUAL(psa_pake_get_implicit_key(&operation, &implicit_key), 3284 PSA_ASSERT(psa_pake_get_implicit_key(&server, &server_derive)); 3294 PSA_ASSERT(psa_pake_get_implicit_key(&client, &client_derive));
|
D | test_suite_psa_crypto.function | 10830 TEST_EQUAL(psa_pake_get_implicit_key(&server, &server_derive), 10832 TEST_EQUAL(psa_pake_get_implicit_key(&client, &client_derive), 10842 TEST_EQUAL(psa_pake_get_implicit_key(&server, &server_derive), 10844 TEST_EQUAL(psa_pake_get_implicit_key(&client, &client_derive), 10853 PSA_ASSERT(psa_pake_get_implicit_key(&server, &server_derive)); 10854 PSA_ASSERT(psa_pake_get_implicit_key(&client, &client_derive));
|
/mbedtls-latest/include/psa/ |
D | crypto_extra.h | 1597 psa_status_t psa_pake_get_implicit_key(psa_pake_operation_t *operation,
|
/mbedtls-latest/tests/include/test/ |
D | psa_test_wrappers.h | 612 #define psa_pake_get_implicit_key(arg0_operation, arg1_output) \ macro
|
/mbedtls-latest/tests/src/ |
D | psa_test_wrappers.c | 1076 psa_status_t status = (psa_pake_get_implicit_key)(arg0_operation, arg1_output); in mbedtls_test_wrap_psa_pake_get_implicit_key()
|
/mbedtls-latest/library/ |
D | psa_crypto.c | 9005 psa_status_t psa_pake_get_implicit_key( function
|
D | ssl_tls.c | 7124 status = psa_pake_get_implicit_key(&handshake->psa_pake_ctx, in ssl_compute_master()
|