Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Decjpake.c609 int mbedtls_ecjpake_read_round_two(mbedtls_ecjpake_context *ctx, in mbedtls_ecjpake_read_round_two() function
1142 TEST_ASSERT(mbedtls_ecjpake_read_round_two(&cli, buf, len) == 0); in mbedtls_ecjpake_self_test()
1150 TEST_ASSERT(mbedtls_ecjpake_read_round_two(&srv, buf, len) == 0); in mbedtls_ecjpake_self_test()
1191 TEST_ASSERT(mbedtls_ecjpake_read_round_two(&cli, in mbedtls_ecjpake_self_test()
1195 TEST_ASSERT(mbedtls_ecjpake_read_round_two(&srv, in mbedtls_ecjpake_self_test()
Dpsa_crypto_pake.c475 ret = mbedtls_ecjpake_read_round_two(&operation->ctx.jpake, in mbedtls_psa_pake_input_internal()
Dssl_tls12_client.c2268 ret = mbedtls_ecjpake_read_round_two(&ssl->handshake->ecjpake_ctx, in ssl_parse_server_key_exchange()
Dssl_tls12_server.c3962 ret = mbedtls_ecjpake_read_round_two(&ssl->handshake->ecjpake_ctx, in ssl_parse_client_key_exchange()
/third_party/mbedtls/include/mbedtls/
Decjpake.h233 int mbedtls_ecjpake_read_round_two(mbedtls_ecjpake_context *ctx,
/third_party/mbedtls/tests/suites/
Dtest_suite_ecjpake.function193 TEST_ASSERT(mbedtls_ecjpake_read_round_two(&ctx, msg->x, msg->len) == ref_ret);
219 TEST_ASSERT(mbedtls_ecjpake_read_round_two(&ctx, msg->x, msg->len) == ref_ret);