Home
last modified time | relevance | path

Searched refs:ecc_montgomery_point_new (Results 1 – 15 of 15) sorted by relevance

/dports/security/putty-nogtk/putty-0.76/
H A Decc.h147 MontgomeryPoint *ecc_montgomery_point_new(MontgomeryCurve *mc, mp_int *x);
H A Dtestcrypt.h109 FUNC2(val_mpoint, ecc_montgomery_point_new, val_mcurve, val_mpint)
H A Dsshecc.c77 curve->m.G = ecc_montgomery_point_new(curve->m.mc, G_x); in initialise_mcurve()
1502 MontgomeryPoint *remote_p = ecc_montgomery_point_new( in ssh_ecdhkex_m_getkey()
H A Decc.c613 MontgomeryPoint *ecc_montgomery_point_new(MontgomeryCurve *mc, mp_int *x) in ecc_montgomery_point_new() function
H A Dtestsc.c962 mp = ecc_montgomery_point_new(wc, x); in mpoint()
/dports/security/putty/putty-0.76/
H A Decc.h147 MontgomeryPoint *ecc_montgomery_point_new(MontgomeryCurve *mc, mp_int *x);
H A Dtestcrypt.h109 FUNC2(val_mpoint, ecc_montgomery_point_new, val_mcurve, val_mpint)
H A Dsshecc.c77 curve->m.G = ecc_montgomery_point_new(curve->m.mc, G_x); in initialise_mcurve()
1502 MontgomeryPoint *remote_p = ecc_montgomery_point_new( in ssh_ecdhkex_m_getkey()
H A Decc.c613 MontgomeryPoint *ecc_montgomery_point_new(MontgomeryCurve *mc, mp_int *x) in ecc_montgomery_point_new() function
H A Dtestsc.c962 mp = ecc_montgomery_point_new(wc, x); in mpoint()
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Decc.h147 MontgomeryPoint *ecc_montgomery_point_new(MontgomeryCurve *mc, mp_int *x);
H A Dsshecc.c77 curve->m.G = ecc_montgomery_point_new(curve->m.mc, G_x); in initialise_mcurve()
1502 MontgomeryPoint *remote_p = ecc_montgomery_point_new( in ssh_ecdhkex_m_getkey()
H A Decc.c613 MontgomeryPoint *ecc_montgomery_point_new(MontgomeryCurve *mc, mp_int *x) in ecc_montgomery_point_new() function
/dports/security/putty-nogtk/putty-0.76/test/
H A Dcryptsuite.py800 return ecc_montgomery_point_new(mc, int(rp.x))
818 zero = ecc_montgomery_point_new(mc, 0)
899 mG = ecc_montgomery_point_new(mc, int(curve25519.G.x))
/dports/security/putty/putty-0.76/test/
H A Dcryptsuite.py800 return ecc_montgomery_point_new(mc, int(rp.x))
818 zero = ecc_montgomery_point_new(mc, 0)
899 mG = ecc_montgomery_point_new(mc, int(curve25519.G.x))