Searched refs:NISTP (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Dectest.c1676 EC_GROUP *NISTP; local
1691 NISTP = EC_GROUP_new(test->meth());
1692 if (!NISTP)
1702 if (!EC_GROUP_set_curve_GFp(NISTP, p, a, b, ctx))
1704 G = EC_POINT_new(NISTP);
1705 P = EC_POINT_new(NISTP);
1706 Q = EC_POINT_new(NISTP);
1707 Q_CHECK = EC_POINT_new(NISTP);
1712 if (!EC_POINT_set_affine_coordinates_GFp(NISTP, Q_CHECK, x, y, ctx))
1718 if (!EC_POINT_set_affine_coordinates_GFp(NISTP,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Dectest.c1676 EC_GROUP *NISTP; local
1691 NISTP = EC_GROUP_new(test->meth());
1692 if (!NISTP)
1702 if (!EC_GROUP_set_curve_GFp(NISTP, p, a, b, ctx))
1704 G = EC_POINT_new(NISTP);
1705 P = EC_POINT_new(NISTP);
1706 Q = EC_POINT_new(NISTP);
1707 Q_CHECK = EC_POINT_new(NISTP);
1712 if (!EC_POINT_set_affine_coordinates_GFp(NISTP, Q_CHECK, x, y, ctx))
1718 if (!EC_POINT_set_affine_coordinates_GFp(NISTP,
[all...]

Completed in 57 milliseconds