Home
last modified time | relevance | path

Searched refs:PSA_PAKE_ROLE_NONE (Results 1 – 4 of 4) sorted by relevance

/third_party/mbedtls/library/
Dpsa_crypto_pake.c198 psa_pake_role_t role = PSA_PAKE_ROLE_NONE; in mbedtls_psa_pake_setup()
544 operation->role = PSA_PAKE_ROLE_NONE; in mbedtls_psa_pake_abort()
Dpsa_crypto.c7196 if (inputs->role == PSA_PAKE_ROLE_NONE) { in psa_crypto_driver_pake_get_role()
7478 if (role == PSA_PAKE_ROLE_NONE) { in psa_pake_set_role()
/third_party/mbedtls/include/psa/
Dcrypto_extra.h1010 #define PSA_PAKE_ROLE_NONE ((psa_pake_role_t) 0x00) macro
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_pake.function622 SETUP_ALWAYS_CHECK_STEP(psa_pake_set_role(&operation, PSA_PAKE_ROLE_NONE),
1033 psa_pake_role_t role_ret = PSA_PAKE_ROLE_NONE;