Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Decjpake.h44 MBEDTLS_ECJPAKE_SERVER, /**< Server */ enumerator
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_pake.c246 operation->role = MBEDTLS_ECJPAKE_SERVER; in mbedtls_psa_pake_setup()
348 operation->role == MBEDTLS_ECJPAKE_SERVER) { in mbedtls_psa_pake_output_internal()
H A Decjpake.c102 if (role != MBEDTLS_ECJPAKE_CLIENT && role != MBEDTLS_ECJPAKE_SERVER) { in mbedtls_ecjpake_setup()
690 if (ctx->role == MBEDTLS_ECJPAKE_SERVER) { in mbedtls_ecjpake_write_round_two()
1073 TEST_ASSERT(mbedtls_ecjpake_setup(&srv, MBEDTLS_ECJPAKE_SERVER, in mbedtls_ecjpake_self_test()
H A Dssl_tls.c2095 role = MBEDTLS_ECJPAKE_SERVER; in mbedtls_ssl_set_hs_ecjpake_password()