Home
last modified time | relevance | path

Searched refs:psa_pake_set_role (Results 1 – 6 of 6) sorted by relevance

/mbedtls-3.7.0/include/psa/
Dcrypto_extra.h1403 psa_status_t psa_pake_set_role(psa_pake_operation_t *operation,
/mbedtls-3.7.0/tests/suites/
Dtest_suite_psa_crypto_pake.function643 TEST_EQUAL(psa_pake_set_role(&operation, PSA_PAKE_ROLE_SERVER),
662 SETUP_CONDITIONAL_CHECK_STEP(psa_pake_set_role(&operation, PSA_PAKE_ROLE_SERVER),
665 SETUP_ALWAYS_CHECK_STEP(psa_pake_set_role(&operation, PSA_PAKE_ROLE_NONE),
Dtest_suite_psa_crypto.function53 PSA_ASSERT(psa_pake_set_role(operation, role));
10433 TEST_EQUAL(psa_pake_set_role(&operation, role),
10458 status = psa_pake_set_role(&operation, role);
10635 PSA_ASSERT(psa_pake_set_role(&server, PSA_PAKE_ROLE_SERVER));
10636 PSA_ASSERT(psa_pake_set_role(&client, PSA_PAKE_ROLE_CLIENT));
10707 PSA_ASSERT(psa_pake_set_role(&server, PSA_PAKE_ROLE_SERVER));
10708 PSA_ASSERT(psa_pake_set_role(&client, PSA_PAKE_ROLE_CLIENT));
/mbedtls-3.7.0/tests/include/test/
Dpsa_test_wrappers.h613 #define psa_pake_set_role(arg0_operation, arg1_role) \ macro
/mbedtls-3.7.0/tests/src/
Dpsa_test_wrappers.c1092 psa_status_t status = (psa_pake_set_role)(arg0_operation, arg1_role); in mbedtls_test_wrap_psa_pake_set_role()
/mbedtls-3.7.0/library/
Dpsa_crypto.c8592 psa_status_t psa_pake_set_role( function