Searched refs:EC_POINT_invert (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dec_mult.c650 if (!EC_POINT_invert(group, r, ctx)) goto err;
678 if (!EC_POINT_invert(group, r, ctx)) goto err;
H A Dec.h246 int EC_POINT_invert(const EC_GROUP *, EC_POINT *, BN_CTX *);
H A Dectest.c350 if (!EC_POINT_invert(group, P, ctx)) ABORT;
655 if (!EC_POINT_invert(group, Q, ctx)) ABORT; /* P = -2Q */
960 if (!EC_POINT_invert(group, P, ctx)) ABORT;
1130 if (!EC_POINT_invert(group, Q, ctx)) ABORT; /* P = -2Q */
H A Dec_lib.c1011 int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Dec_mult.c659 if (!EC_POINT_invert(group, r, ctx))
686 if (!EC_POINT_invert(group, r, ctx))
H A Dectest.c520 if (!EC_POINT_invert(group, P, ctx))
869 if (!EC_POINT_invert(group, Q, ctx))
1252 if (!EC_POINT_invert(group, P, ctx))
1383 if (!EC_POINT_invert(group, Q, ctx))
H A Dec.h630 int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx);
H A Dec_lib.c946 int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Dec_mult.c659 if (!EC_POINT_invert(group, r, ctx))
686 if (!EC_POINT_invert(group, r, ctx))
H A Dectest.c520 if (!EC_POINT_invert(group, P, ctx))
869 if (!EC_POINT_invert(group, Q, ctx))
1252 if (!EC_POINT_invert(group, P, ctx))
1383 if (!EC_POINT_invert(group, Q, ctx))
H A Dec.h630 int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx);
H A Dec_lib.c946 int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dec.h246 int EC_POINT_invert(const EC_GROUP *, EC_POINT *, BN_CTX *);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dectest.c350 if (!EC_POINT_invert(group, P, ctx)) ABORT;
655 if (!EC_POINT_invert(group, Q, ctx)) ABORT; /* P = -2Q */
960 if (!EC_POINT_invert(group, P, ctx)) ABORT;
1130 if (!EC_POINT_invert(group, Q, ctx)) ABORT; /* P = -2Q */

Completed in 62 milliseconds