Searched refs:EC_POINT_get_affine_coordinates_GF2m (Results 1 - 25 of 32) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ecdh/
H A Dech_ossl.c162 if (!EC_POINT_get_affine_coordinates_GF2m(group, tmp, x, y, ctx))
H A Decdhtest.c163 if (!EC_POINT_get_affine_coordinates_GF2m(group,
188 if (!EC_POINT_get_affine_coordinates_GF2m(group,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dsymhacks.h224 #undef EC_POINT_get_affine_coordinates_GF2m macro
225 #define EC_POINT_get_affine_coordinates_GF2m EC_POINT_get_affine_coords_GF2m macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dsymhacks.h224 #undef EC_POINT_get_affine_coordinates_GF2m macro
225 #define EC_POINT_get_affine_coordinates_GF2m EC_POINT_get_affine_coords_GF2m macro
H A Dec.h224 int EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *, const EC_POINT *,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Dec2_smpl.c501 if (!EC_POINT_get_affine_coordinates_GF2m(group, a, x0, y0, ctx))
510 if (!EC_POINT_get_affine_coordinates_GF2m(group, b, x1, y1, ctx))
704 if (!EC_POINT_get_affine_coordinates_GF2m(group, a, aX, aY, ctx))
706 if (!EC_POINT_get_affine_coordinates_GF2m(group, b, bX, bY, ctx))
741 if (!EC_POINT_get_affine_coordinates_GF2m(group, point, x, y, ctx))
H A Dec2_oct.c229 if (!EC_POINT_get_affine_coordinates_GF2m(group, point, x, y, ctx))
H A Dec_key.c403 if (!EC_POINT_get_affine_coordinates_GF2m(key->group, point,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Dec2_smpl.c501 if (!EC_POINT_get_affine_coordinates_GF2m(group, a, x0, y0, ctx))
510 if (!EC_POINT_get_affine_coordinates_GF2m(group, b, x1, y1, ctx))
704 if (!EC_POINT_get_affine_coordinates_GF2m(group, a, aX, aY, ctx))
706 if (!EC_POINT_get_affine_coordinates_GF2m(group, b, bX, bY, ctx))
741 if (!EC_POINT_get_affine_coordinates_GF2m(group, point, x, y, ctx))
H A Dec2_oct.c229 if (!EC_POINT_get_affine_coordinates_GF2m(group, point, x, y, ctx))
H A Dec_key.c403 if (!EC_POINT_get_affine_coordinates_GF2m(key->group, point,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ecdh/
H A Dech_ossl.c170 if (!EC_POINT_get_affine_coordinates_GF2m(group, tmp, x, y, ctx)) {
H A Decdhtest.c168 if (!EC_POINT_get_affine_coordinates_GF2m(group,
198 if (!EC_POINT_get_affine_coordinates_GF2m(group,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ecdh/
H A Dech_ossl.c170 if (!EC_POINT_get_affine_coordinates_GF2m(group, tmp, x, y, ctx)) {
H A Decdhtest.c168 if (!EC_POINT_get_affine_coordinates_GF2m(group,
198 if (!EC_POINT_get_affine_coordinates_GF2m(group,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Decdhtest.c163 if (!EC_POINT_get_affine_coordinates_GF2m(group,
188 if (!EC_POINT_get_affine_coordinates_GF2m(group,
H A Dectest.c763 if (!EC_POINT_get_affine_coordinates_GF2m(group, P, x, y, ctx)) ABORT; \
894 if (!EC_POINT_get_affine_coordinates_GF2m(group, Q, x, y, ctx)) ABORT;
914 if (!EC_POINT_get_affine_coordinates_GF2m(group, P, x, y, ctx)) ABORT;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ecdsa/
H A Decs_ossl.c164 if (!EC_POINT_get_affine_coordinates_GF2m(group,
434 if (!EC_POINT_get_affine_coordinates_GF2m(group,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dec2_smpl.c488 if (!EC_POINT_get_affine_coordinates_GF2m(group, point, x, y, ctx)) goto err;
720 if (!EC_POINT_get_affine_coordinates_GF2m(group, a, x0, y0, ctx)) goto err;
729 if (!EC_POINT_get_affine_coordinates_GF2m(group, b, x1, y1, ctx)) goto err;
892 if (!EC_POINT_get_affine_coordinates_GF2m(group, a, aX, aY, ctx)) goto err;
893 if (!EC_POINT_get_affine_coordinates_GF2m(group, b, bX, bY, ctx)) goto err;
925 if (!EC_POINT_get_affine_coordinates_GF2m(group, point, x, y, ctx)) goto err;
H A Dec.h224 int EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *, const EC_POINT *,
H A Dectest.c763 if (!EC_POINT_get_affine_coordinates_GF2m(group, P, x, y, ctx)) ABORT; \
894 if (!EC_POINT_get_affine_coordinates_GF2m(group, Q, x, y, ctx)) ABORT;
914 if (!EC_POINT_get_affine_coordinates_GF2m(group, P, x, y, ctx)) ABORT;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dsymhacks.h308 # undef EC_POINT_get_affine_coordinates_GF2m macro
309 # define EC_POINT_get_affine_coordinates_GF2m EC_POINT_get_affine_coords_GF2m macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dsymhacks.h308 # undef EC_POINT_get_affine_coordinates_GF2m macro
309 # define EC_POINT_get_affine_coordinates_GF2m EC_POINT_get_affine_coords_GF2m macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ecdsa/
H A Decs_ossl.c166 if (!EC_POINT_get_affine_coordinates_GF2m(group,
446 if (!EC_POINT_get_affine_coordinates_GF2m(group, point, X, NULL, ctx)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ecdsa/
H A Decs_ossl.c166 if (!EC_POINT_get_affine_coordinates_GF2m(group,
446 if (!EC_POINT_get_affine_coordinates_GF2m(group, point, X, NULL, ctx)) {

Completed in 132 milliseconds

12