Home
last modified time | relevance | path

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

/dports/security/putty-nogtk/putty-0.76/
H A Decc.h58 WeierstrassPoint *ecc_weierstrass_point_new(
H A Dtestcrypt.h97 FUNC3(val_wpoint, ecc_weierstrass_point_new, val_wcurve, val_mpint, val_mpint)
H A Dsshecc.c64 curve->w.G = ecc_weierstrass_point_new(curve->w.wc, G_x, G_y); in initialise_wcurve()
463 P = ecc_weierstrass_point_new(curve->w.wc, x, y); in ecdsa_decode()
H A Decc.c98 WeierstrassPoint *ecc_weierstrass_point_new( in ecc_weierstrass_point_new() function
H A Dtestsc.c747 wp = ecc_weierstrass_point_new(wc, x, y); in wpoint()
/dports/security/putty/putty-0.76/
H A Decc.h58 WeierstrassPoint *ecc_weierstrass_point_new(
H A Dtestcrypt.h97 FUNC3(val_wpoint, ecc_weierstrass_point_new, val_wcurve, val_mpint, val_mpint)
H A Dsshecc.c64 curve->w.G = ecc_weierstrass_point_new(curve->w.wc, G_x, G_y); in initialise_wcurve()
463 P = ecc_weierstrass_point_new(curve->w.wc, x, y); in ecdsa_decode()
H A Decc.c98 WeierstrassPoint *ecc_weierstrass_point_new( in ecc_weierstrass_point_new() function
H A Dtestsc.c747 wp = ecc_weierstrass_point_new(wc, x, y); in wpoint()
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Decc.h58 WeierstrassPoint *ecc_weierstrass_point_new(
H A Dsshecc.c64 curve->w.G = ecc_weierstrass_point_new(curve->w.wc, G_x, G_y); in initialise_wcurve()
463 P = ecc_weierstrass_point_new(curve->w.wc, x, y); in ecdsa_decode()
H A Decc.c98 WeierstrassPoint *ecc_weierstrass_point_new( in ecc_weierstrass_point_new() function
/dports/security/putty-nogtk/putty-0.76/test/
H A Dcryptsuite.py738 wp = ecc_weierstrass_point_new(wc, x, y)
774 bogus = ecc_weierstrass_point_new(wc, int(rP.x), int(rP.y * 3))
884 wG = ecc_weierstrass_point_new(wc, int(p256.G.x), int(p256.G.y))
/dports/security/putty/putty-0.76/test/
H A Dcryptsuite.py738 wp = ecc_weierstrass_point_new(wc, x, y)
774 bogus = ecc_weierstrass_point_new(wc, int(rP.x), int(rP.y * 3))
884 wG = ecc_weierstrass_point_new(wc, int(p256.G.x), int(p256.G.y))