Searched refs:MBEDTLS_ECJPAKE_SERVER (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/mbedtls/library/ |
H A D | psa_crypto_pake.c | 246 operation->role = MBEDTLS_ECJPAKE_SERVER; in mbedtls_psa_pake_setup() 348 operation->role == MBEDTLS_ECJPAKE_SERVER) { in mbedtls_psa_pake_output_internal()
|
H A D | ecjpake.c | 102 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 D | ssl_tls.c | 2068 role = MBEDTLS_ECJPAKE_SERVER; in mbedtls_ssl_set_hs_ecjpake_password()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | psa_crypto_pake.c | 246 operation->role = MBEDTLS_ECJPAKE_SERVER; in mbedtls_psa_pake_setup() 348 operation->role == MBEDTLS_ECJPAKE_SERVER) { in mbedtls_psa_pake_output_internal()
|
H A D | ecjpake.c | 102 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 D | ssl_tls.c | 2096 role = MBEDTLS_ECJPAKE_SERVER; in mbedtls_ssl_set_hs_ecjpake_password()
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | ecjpake.h | 44 MBEDTLS_ECJPAKE_SERVER, /**< Server */ enumerator
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | ecjpake.h | 44 MBEDTLS_ECJPAKE_SERVER, /**< Server */ enumerator
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_ecjpake.function | 226 TEST_ASSERT(mbedtls_ecjpake_setup(&ctx, MBEDTLS_ECJPAKE_SERVER,
|
H A D | test_suite_ecjpake.data | 14 read_round_one:MBEDTLS_ECJPAKE_SERVER:"4104accf0106ef858fa2d919331346805a78b58bbad0b844e5c789287914…
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_ecjpake.data | 14 read_round_one:MBEDTLS_ECJPAKE_SERVER:"4104accf0106ef858fa2d919331346805a78b58bbad0b844e5c789287914…
|
H A D | test_suite_ecjpake.function | 226 TEST_ASSERT(mbedtls_ecjpake_setup(&ctx, MBEDTLS_ECJPAKE_SERVER,
|