Home
last modified time | relevance | path

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

/mbedtls-latest/include/psa/
Dcrypto_extra.h778 #define PSA_PAKE_ROLE_NONE ((psa_pake_role_t) 0x00) macro
/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto_pake.function665 SETUP_ALWAYS_CHECK_STEP(psa_pake_set_role(&operation, PSA_PAKE_ROLE_NONE),
/mbedtls-latest/library/
Dpsa_crypto.c8686 if (role == PSA_PAKE_ROLE_NONE) {