Home
last modified time | relevance | path

Searched refs:mbedtls_ecp_point (Results 1 – 22 of 22) sorted by relevance

/lib/mbedtls/external/mbedtls/include/mbedtls/
A Decp.h158 typedef struct mbedtls_ecp_point { struct
163 mbedtls_ecp_point; typedef
605 void mbedtls_ecp_point_init(mbedtls_ecp_point *pt);
630 void mbedtls_ecp_point_free(mbedtls_ecp_point *pt);
680 int mbedtls_ecp_copy(mbedtls_ecp_point *P, const mbedtls_ecp_point *Q);
705 int mbedtls_ecp_set_zero(mbedtls_ecp_point *pt);
716 int mbedtls_ecp_is_zero(mbedtls_ecp_point *pt);
730 int mbedtls_ecp_point_cmp(const mbedtls_ecp_point *P,
826 mbedtls_ecp_point *pt,
1107 mbedtls_ecp_group *grp, mbedtls_ecp_point *R,
[all …]
A Decdh.h89 mbedtls_ecp_point MBEDTLS_PRIVATE(Q); /*!< The public key. */
90 mbedtls_ecp_point MBEDTLS_PRIVATE(Qp); /*!< The value of the public key of the peer. */
109 mbedtls_ecp_point MBEDTLS_PRIVATE(Q); /*!< The public key. */
110 mbedtls_ecp_point MBEDTLS_PRIVATE(Qp); /*!< The value of the public key of the peer. */
113 mbedtls_ecp_point MBEDTLS_PRIVATE(Vi); /*!< The blinding value. */
114 mbedtls_ecp_point MBEDTLS_PRIVATE(Vf); /*!< The unblinding value. */
191 int mbedtls_ecdh_gen_public(mbedtls_ecp_group *grp, mbedtls_mpi *d, mbedtls_ecp_point *Q,
227 const mbedtls_ecp_point *Q, const mbedtls_mpi *d,
A Decjpake.h66 mbedtls_ecp_point MBEDTLS_PRIVATE(Xm1); /**< My public key 1 C: X1, S: X3 */
67 mbedtls_ecp_point MBEDTLS_PRIVATE(Xm2); /**< My public key 2 C: X2, S: X4 */
68 mbedtls_ecp_point MBEDTLS_PRIVATE(Xp1); /**< Peer public key 1 C: X3, S: X1 */
69 mbedtls_ecp_point MBEDTLS_PRIVATE(Xp2); /**< Peer public key 2 C: X4, S: X2 */
70 mbedtls_ecp_point MBEDTLS_PRIVATE(Xp); /**< Peer public key C: Xs, S: Xc */
A Decdsa.h375 const mbedtls_ecp_point *Q, const mbedtls_mpi *r,
416 const mbedtls_ecp_point *Q,
/lib/mbedtls/external/mbedtls/library/
A Decp_internal_alt.h109 mbedtls_ecp_point *pt, int (*f_rng)(void *,
156 mbedtls_ecp_point *R, const mbedtls_ecp_point *P,
157 const mbedtls_ecp_point *Q);
181 mbedtls_ecp_point *R, const mbedtls_ecp_point *P);
229 mbedtls_ecp_point *pt);
238 mbedtls_ecp_point *R,
239 mbedtls_ecp_point *S,
240 const mbedtls_ecp_point *P,
241 const mbedtls_ecp_point *Q,
262 mbedtls_ecp_point *P, int (*f_rng)(void *,
[all …]
A Decp.c617 int mbedtls_ecp_copy(mbedtls_ecp_point *P, const mbedtls_ecp_point *Q) in mbedtls_ecp_copy()
1584 const mbedtls_ecp_point *P, const mbedtls_ecp_point *Q, in ecp_add_mixed()
1850 mbedtls_ecp_point T[], const mbedtls_ecp_point *P, in ecp_precompute_comb()
2051 mbedtls_ecp_point Txi; in ecp_mul_comb_core()
2178 mbedtls_ecp_point *RR = R; in ecp_mul_comb_after_precomp()
2500 mbedtls_ecp_point *R, mbedtls_ecp_point *S, in ecp_double_add_mxz()
2501 const mbedtls_ecp_point *P, const mbedtls_ecp_point *Q, in ecp_double_add_mxz()
2553 mbedtls_ecp_point RP; in ecp_mul_mxz()
2807 mbedtls_ecp_point mP; in mbedtls_ecp_muladd_restartable()
3391 mbedtls_ecp_point Q; in mbedtls_ecp_check_pub_priv()
[all …]
A Decjpake.c195 const mbedtls_ecp_point *G, in ecjpake_hash()
196 const mbedtls_ecp_point *V, in ecjpake_hash()
197 const mbedtls_ecp_point *X, in ecjpake_hash()
253 mbedtls_ecp_point V, VV; in ecjpake_zkp_read()
326 mbedtls_ecp_point V; in ecjpake_zkp_write()
378 mbedtls_ecp_point *X, in ecjpake_kkp_read()
574 mbedtls_ecp_point G; /* C: GB, S: GA */ in mbedtls_ecjpake_read_round_two()
658 mbedtls_ecp_point G; /* C: GA, S: GB */ in mbedtls_ecjpake_write_round_two()
659 mbedtls_ecp_point Xm; /* C: Xc, S: Xs */ in mbedtls_ecjpake_write_round_two()
765 mbedtls_ecp_point K; in mbedtls_ecjpake_derive_secret()
[all …]
A Decdh.c55 mbedtls_mpi *d, mbedtls_ecp_point *Q, in ecdh_gen_public_restartable()
81 int mbedtls_ecdh_gen_public(mbedtls_ecp_group *grp, mbedtls_mpi *d, mbedtls_ecp_point *Q, in mbedtls_ecdh_gen_public()
95 const mbedtls_ecp_point *Q, const mbedtls_mpi *d, in ecdh_compute_shared_restartable()
101 mbedtls_ecp_point P; in ecdh_compute_shared_restartable()
125 const mbedtls_ecp_point *Q, const mbedtls_mpi *d, in mbedtls_ecdh_compute_shared()
A Ddebug_internal.h115 const char *text, const mbedtls_ecp_point *X);
A Decdsa.c253 mbedtls_ecp_point R; in mbedtls_ecdsa_sign_restartable()
490 const mbedtls_ecp_point *Q, in mbedtls_ecdsa_verify_restartable()
497 mbedtls_ecp_point R; in mbedtls_ecdsa_verify_restartable()
598 const mbedtls_ecp_point *Q, in mbedtls_ecdsa_verify()
A Decp_curves.c247 static const mbedtls_ecp_point secp192r1_T[16] = {
497 static const mbedtls_ecp_point secp224r1_T[16] = {
747 static const mbedtls_ecp_point secp256r1_T[16] = {
1328 static const mbedtls_ecp_point secp384r1_T[32] = {
2132 static const mbedtls_ecp_point secp521r1_T[32] = {
2360 static const mbedtls_ecp_point secp192k1_T[16] = {
2609 static const mbedtls_ecp_point secp224k1_T[16] = {
2857 static const mbedtls_ecp_point secp256k1_T[16] = {
3114 static const mbedtls_ecp_point brainpoolP256r1_T[16] = {
4521 const mbedtls_ecp_point *T) in ecp_group_load()
[all …]
A Decp_curves_new.c252 static const mbedtls_ecp_point secp192r1_T[16] = {
502 static const mbedtls_ecp_point secp224r1_T[16] = {
752 static const mbedtls_ecp_point secp256r1_T[16] = {
1333 static const mbedtls_ecp_point secp384r1_T[32] = {
2137 static const mbedtls_ecp_point secp521r1_T[32] = {
2365 static const mbedtls_ecp_point secp192k1_T[16] = {
2614 static const mbedtls_ecp_point secp224k1_T[16] = {
2862 static const mbedtls_ecp_point secp256k1_T[16] = {
3119 static const mbedtls_ecp_point brainpoolP256r1_T[16] = {
4531 const mbedtls_ecp_point *T) in ecp_group_load()
[all …]
A Ddebug.c173 const char *text, const mbedtls_ecp_point *X) in mbedtls_debug_print_ecp()
/lib/mbedtls/external/mbedtls/tests/include/alt-dummy/
A Decp_alt.h15 const mbedtls_ecp_point G;
/lib/mbedtls/external/mbedtls/tests/suites/
A Dtest_suite_ecp.function82 mbedtls_ecp_point P;
133 mbedtls_ecp_point P;
178 mbedtls_ecp_point R, P;
328 mbedtls_ecp_point R;
384 mbedtls_ecp_point R;
486 mbedtls_ecp_point Q;
592 mbedtls_ecp_point P;
636 mbedtls_ecp_point P;
687 mbedtls_ecp_point P;
1042 mbedtls_ecp_point Q;
[all …]
A Dtest_suite_ecdsa.function14 mbedtls_ecp_point Q;
46 mbedtls_ecp_point Q;
84 mbedtls_ecp_point Q;
A Dtest_suite_ecdh.function69 mbedtls_ecp_point qA, qB;
110 mbedtls_ecp_point qA, qB;
/lib/mbedtls/external/mbedtls/programs/pkey/
A Decdsa.c82 mbedtls_ecp_point Q; in main()
A Dkey_app.c70 mbedtls_ecp_point pt; in show_ecp_key()
A Dgen_key.c174 mbedtls_ecp_point pt; in show_ecp_key()
A Dkey_app_writer.c190 mbedtls_ecp_point pt; in show_ecp_key()
/lib/mbedtls/external/mbedtls/docs/
A Dpsa-transition.md870 mbedtls_ecp_point pt;
1123 * `mbedtls_ecp_point our_pub` for our public key;
1124 …* `mbedtls_ecp_point their_pub` for their public key (this may be the same variable as `our_pub` i…
1275 * Manipulation of point objects and input-output: the type `mbedtls_ecp_point` and functions operat…

Completed in 72 milliseconds