Home
last modified time | relevance | path

Searched refs:PSA_PAKE_ROLE_SERVER (Results 1 – 5 of 5) sorted by relevance

/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_pake.function600 TEST_EQUAL(psa_pake_set_role(&operation, PSA_PAKE_ROLE_SERVER),
619 SETUP_CONDITIONAL_CHECK_STEP(psa_pake_set_role(&operation, PSA_PAKE_ROLE_SERVER),
1052 operation.data.inputs.role = PSA_PAKE_ROLE_SERVER;
1056 TEST_EQUAL(role_ret, PSA_PAKE_ROLE_SERVER);
Dtest_suite_psa_crypto.function10071 PSA_ASSERT(psa_pake_set_role(&server, PSA_PAKE_ROLE_SERVER));
10143 PSA_ASSERT(psa_pake_set_role(&server, PSA_PAKE_ROLE_SERVER));
/third_party/mbedtls/library/
Dpsa_crypto_pake.c335 operation->role == PSA_PAKE_ROLE_SERVER) { in mbedtls_psa_pake_output_internal()
Dpsa_crypto.c7570 inputs.role = PSA_PAKE_ROLE_SERVER; in psa_pake_complete_inputs()
7574 inputs.role != PSA_PAKE_ROLE_SERVER) { in psa_pake_complete_inputs()
/third_party/mbedtls/include/psa/
Dcrypto_extra.h1040 #define PSA_PAKE_ROLE_SERVER ((psa_pake_role_t) 0x12) macro