Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Decp_internal_alt.h121 mbedtls_ecp_point *pt, int (*f_rng)(void *, unsigned char *, size_t),
166 mbedtls_ecp_point *R, const mbedtls_ecp_point *P,
167 const mbedtls_ecp_point *Q );
191 mbedtls_ecp_point *R, const mbedtls_ecp_point *P );
221 mbedtls_ecp_point *T[], size_t t_len );
239 mbedtls_ecp_point *pt );
248 mbedtls_ecp_point *R, mbedtls_ecp_point *S, const mbedtls_ecp_point *P,
249 const mbedtls_ecp_point *Q, const mbedtls_mpi *d );
269 mbedtls_ecp_point *P, int (*f_rng)(void *, unsigned char *, size_t),
285 mbedtls_ecp_point *P );
A Decjpake.c202 const mbedtls_ecp_point *G, in ecjpake_hash()
203 const mbedtls_ecp_point *V, in ecjpake_hash()
204 const mbedtls_ecp_point *X, in ecjpake_hash()
257 mbedtls_ecp_point V, VV; in ecjpake_zkp_read()
332 mbedtls_ecp_point V; in ecjpake_zkp_write()
384 mbedtls_ecp_point *X, in ecjpake_kkp_read()
422 mbedtls_ecp_point *X, in ecjpake_kkp_write()
586 mbedtls_ecp_point G; /* C: GB, S: GA */ in mbedtls_ecjpake_read_round_two()
676 mbedtls_ecp_point G; /* C: GA, S: GB */ in mbedtls_ecjpake_write_round_two()
677 mbedtls_ecp_point Xm; /* C: Xc, S: Xs */ in mbedtls_ecjpake_write_round_two()
[all …]
A Decp.c629 int mbedtls_ecp_copy( mbedtls_ecp_point *P, const mbedtls_ecp_point *Q ) in mbedtls_ecp_copy()
1452 const mbedtls_ecp_point *P, const mbedtls_ecp_point *Q ) in ecp_add_mixed()
1707 mbedtls_ecp_point T[], const mbedtls_ecp_point *P, in ecp_precompute_comb()
1881 mbedtls_ecp_point Txi; in ecp_mul_comb_core()
2009 mbedtls_ecp_point *RR = R; in ecp_mul_comb_after_precomp()
2324 mbedtls_ecp_point *R, mbedtls_ecp_point *S, in ecp_double_add_mxz()
2325 const mbedtls_ecp_point *P, const mbedtls_ecp_point *Q, in ecp_double_add_mxz()
2383 mbedtls_ecp_point RP; in ecp_mul_mxz()
2644 mbedtls_ecp_point mP; in mbedtls_ecp_muladd_restartable()
3189 mbedtls_ecp_point Q; in mbedtls_ecp_check_pub_priv()
[all …]
A Decdh.c75 mbedtls_mpi *d, mbedtls_ecp_point *Q, in ecdh_gen_public_restartable()
98 int mbedtls_ecdh_gen_public( mbedtls_ecp_group *grp, mbedtls_mpi *d, mbedtls_ecp_point *Q, in mbedtls_ecdh_gen_public()
116 const mbedtls_ecp_point *Q, const mbedtls_mpi *d, in ecdh_compute_shared_restartable()
122 mbedtls_ecp_point P; in ecdh_compute_shared_restartable()
147 const mbedtls_ecp_point *Q, const mbedtls_mpi *d, in mbedtls_ecdh_compute_shared()
A Decdsa.c262 mbedtls_ecp_point R; in ecdsa_sign_restartable()
525 const mbedtls_ecp_point *Q, in ecdsa_verify_restartable()
531 mbedtls_ecp_point R; in ecdsa_verify_restartable()
633 const mbedtls_ecp_point *Q, in mbedtls_ecdsa_verify()
A Decp_curves.c267 static const mbedtls_ecp_point secp192r1_T[16] = {
517 static const mbedtls_ecp_point secp224r1_T[16] = {
767 static const mbedtls_ecp_point secp256r1_T[16] = {
1348 static const mbedtls_ecp_point secp384r1_T[32] = {
2152 static const mbedtls_ecp_point secp521r1_T[32] = {
2380 static const mbedtls_ecp_point secp192k1_T[16] = {
2629 static const mbedtls_ecp_point secp224k1_T[16] = {
2877 static const mbedtls_ecp_point secp256k1_T[16] = {
3134 static const mbedtls_ecp_point brainpoolP256r1_T[16] = {
4541 const mbedtls_ecp_point *T) in ecp_group_load()
[all …]
A Ddebug.c197 const char *text, const mbedtls_ecp_point *X ) in mbedtls_debug_print_ecp()
/mbedtls-development/include/mbedtls/
A Decp.h172 typedef struct mbedtls_ecp_point struct
178 mbedtls_ecp_point; typedef
582 void mbedtls_ecp_point_init( mbedtls_ecp_point *pt );
607 void mbedtls_ecp_point_free( mbedtls_ecp_point *pt );
657 int mbedtls_ecp_copy( mbedtls_ecp_point *P, const mbedtls_ecp_point *Q );
682 int mbedtls_ecp_set_zero( mbedtls_ecp_point *pt );
693 int mbedtls_ecp_is_zero( mbedtls_ecp_point *pt );
707 int mbedtls_ecp_point_cmp( const mbedtls_ecp_point *P,
708 const mbedtls_ecp_point *Q );
800 mbedtls_ecp_point *pt,
[all …]
A Decdh.h104 mbedtls_ecp_point MBEDTLS_PRIVATE(Q); /*!< The public key. */
105 mbedtls_ecp_point MBEDTLS_PRIVATE(Qp); /*!< The value of the public key of the peer. */
125 mbedtls_ecp_point MBEDTLS_PRIVATE(Q); /*!< The public key. */
126 mbedtls_ecp_point MBEDTLS_PRIVATE(Qp); /*!< The value of the public key of the peer. */
129 mbedtls_ecp_point MBEDTLS_PRIVATE(Vi); /*!< The blinding value. */
130 mbedtls_ecp_point MBEDTLS_PRIVATE(Vf); /*!< The unblinding value. */
195 int mbedtls_ecdh_gen_public( mbedtls_ecp_group *grp, mbedtls_mpi *d, mbedtls_ecp_point *Q,
231 const mbedtls_ecp_point *Q, const mbedtls_mpi *d,
A Decjpake.h78 mbedtls_ecp_point MBEDTLS_PRIVATE(Xm1); /**< My public key 1 C: X1, S: X3 */
79 mbedtls_ecp_point MBEDTLS_PRIVATE(Xm2); /**< My public key 2 C: X2, S: X4 */
80 mbedtls_ecp_point MBEDTLS_PRIVATE(Xp1); /**< Peer public key 1 C: X3, S: X1 */
81 mbedtls_ecp_point MBEDTLS_PRIVATE(Xp2); /**< Peer public key 2 C: X4, S: X2 */
82 mbedtls_ecp_point MBEDTLS_PRIVATE(Xp); /**< Peer public key C: Xs, S: Xc */
A Decdsa.h255 const mbedtls_ecp_point *Q, const mbedtls_mpi *r,
A Ddebug.h253 const char *text, const mbedtls_ecp_point *X );
/mbedtls-development/tests/suites/
A Dtest_suite_ecp.function30 mbedtls_ecp_point P;
78 mbedtls_ecp_point P;
123 mbedtls_ecp_point R, P;
275 mbedtls_ecp_point R;
331 mbedtls_ecp_point R;
434 mbedtls_ecp_point Q;
540 mbedtls_ecp_point P;
573 mbedtls_ecp_point P;
616 mbedtls_ecp_point P;
650 mbedtls_ecp_point pt;
[all …]
A Dtest_suite_ecdsa.function14 mbedtls_ecp_point Q;
46 mbedtls_ecp_point Q;
84 mbedtls_ecp_point Q;
A Dtest_suite_ecdh.function66 mbedtls_ecp_point qA, qB;
107 mbedtls_ecp_point qA, qB;
/mbedtls-development/tests/include/alt-dummy/
A Decp_alt.h28 const mbedtls_ecp_point G;

Completed in 35 milliseconds