Home
last modified time | relevance | path

Searched refs:Qp (Results 1 - 5 of 5) sorted by relevance

/third_party/mbedtls/library/
H A Decdh.c139 mbedtls_ecp_point_init(&ctx->Qp); in ecdh_init_internal()
221 mbedtls_ecp_point_free(&ctx->Qp); in ecdh_free_internal()
374 return mbedtls_ecp_tls_read_point(&ctx->grp, &ctx->Qp, buf, in ecdh_read_params_internal()
424 /* If it's not our key, just import the public part as Qp */ in ecdh_get_params_internal()
426 return mbedtls_ecp_copy(&ctx->Qp, &key->Q); in ecdh_get_params_internal()
574 if ((ret = mbedtls_ecp_tls_read_point(&ctx->grp, &ctx->Qp, &p, in ecdh_read_public_internal()
637 if ((ret = ecdh_compute_shared_restartable(&ctx->grp, &ctx->z, &ctx->Qp, in ecdh_calc_secret_internal()
643 if ((ret = mbedtls_ecdh_compute_shared(&ctx->grp, &ctx->z, &ctx->Qp, in ecdh_calc_secret_internal()
H A Ddebug.c435 mbedtls_debug_print_ecp(ssl, level, file, line, "ECDH: Qp", in mbedtls_debug_printf_ecdh_internal()
436 &ctx->Qp); in mbedtls_debug_printf_ecdh_internal()
H A Decp_curves.c5253 mbedtls_mpi_uint Mp[P448_WIDTH + 1], Qp[P448_WIDTH]; in ecp_mod_p448() local
5280 Q.p = Qp; in ecp_mod_p448()
5281 memcpy(Qp, Mp, sizeof(Qp)); in ecp_mod_p448()
/third_party/mbedtls/include/mbedtls/
H A Decdh.h90 mbedtls_ecp_point MBEDTLS_PRIVATE(Qp); /*!< The value of the public key of the peer. */
110 mbedtls_ecp_point MBEDTLS_PRIVATE(Qp); /*!< The value of the public key of the peer. */
/third_party/libwebsockets/lib/tls/mbedtls/
H A Dlws-genec.c521 mbedtls_ecp_check_pubkey(&ECDHCTX(ctx, grp), &ECDHCTX(ctx, Qp))) { in lws_genecdh_compute_shared_secret()

Completed in 13 milliseconds