Home
last modified time | relevance | path

Searched refs:mbedtls_ecjpake_read_round_two (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Decjpake.c566 int mbedtls_ecjpake_read_round_two(mbedtls_ecjpake_context *ctx, in mbedtls_ecjpake_read_round_two() function
1099 TEST_ASSERT(mbedtls_ecjpake_read_round_two(&cli, buf, len) == 0); in mbedtls_ecjpake_self_test()
1107 TEST_ASSERT(mbedtls_ecjpake_read_round_two(&srv, buf, len) == 0); in mbedtls_ecjpake_self_test()
1148 TEST_ASSERT(mbedtls_ecjpake_read_round_two(&cli, in mbedtls_ecjpake_self_test()
1152 TEST_ASSERT(mbedtls_ecjpake_read_round_two(&srv, in mbedtls_ecjpake_self_test()
H A Dpsa_crypto_pake.c488 ret = mbedtls_ecjpake_read_round_two(&operation->ctx.jpake, in mbedtls_psa_pake_input_internal()
H A Dssl_tls12_client.c2273 ret = mbedtls_ecjpake_read_round_two(&ssl->handshake->ecjpake_ctx, in ssl_parse_server_key_exchange()
H A Dssl_tls12_server.c4043 ret = mbedtls_ecjpake_read_round_two(&ssl->handshake->ecjpake_ctx, in ssl_parse_client_key_exchange()
/aosp_15_r20/external/mbedtls/library/
H A Decjpake.c566 int mbedtls_ecjpake_read_round_two(mbedtls_ecjpake_context *ctx, in mbedtls_ecjpake_read_round_two() function
1099 TEST_ASSERT(mbedtls_ecjpake_read_round_two(&cli, buf, len) == 0); in mbedtls_ecjpake_self_test()
1107 TEST_ASSERT(mbedtls_ecjpake_read_round_two(&srv, buf, len) == 0); in mbedtls_ecjpake_self_test()
1148 TEST_ASSERT(mbedtls_ecjpake_read_round_two(&cli, in mbedtls_ecjpake_self_test()
1152 TEST_ASSERT(mbedtls_ecjpake_read_round_two(&srv, in mbedtls_ecjpake_self_test()
H A Dpsa_crypto_pake.c488 ret = mbedtls_ecjpake_read_round_two(&operation->ctx.jpake, in mbedtls_psa_pake_input_internal()
H A Dssl_tls12_client.c2276 ret = mbedtls_ecjpake_read_round_two(&ssl->handshake->ecjpake_ctx, in ssl_parse_server_key_exchange()
H A Dssl_tls12_server.c4017 ret = mbedtls_ecjpake_read_round_two(&ssl->handshake->ecjpake_ctx, in ssl_parse_client_key_exchange()
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_ecjpake.function207 TEST_ASSERT(mbedtls_ecjpake_read_round_two(&ctx, msg->x, msg->len) == ref_ret);
236 TEST_ASSERT(mbedtls_ecjpake_read_round_two(&ctx, msg->x, msg->len) == ref_ret);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_ecjpake.function207 TEST_ASSERT(mbedtls_ecjpake_read_round_two(&ctx, msg->x, msg->len) == ref_ret);
236 TEST_ASSERT(mbedtls_ecjpake_read_round_two(&ctx, msg->x, msg->len) == ref_ret);
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Decjpake.h222 int mbedtls_ecjpake_read_round_two(mbedtls_ecjpake_context *ctx,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Decjpake.h222 int mbedtls_ecjpake_read_round_two(mbedtls_ecjpake_context *ctx,