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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/ec/
H A Dec.h155 int EC_POINT_invert(const EC_GROUP *, EC_POINT *, BN_CTX *);
H A Dec_mult.c366 if (!EC_POINT_invert(group, r, ctx)) goto err;
394 if (!EC_POINT_invert(group, r, ctx)) goto err;
H A Dectest.c316 if (!EC_POINT_invert(group, P, ctx)) ABORT;
545 if (!EC_POINT_invert(group, Q, ctx)) ABORT; /* P = -2Q */
H A Dec_lib.c558 int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dec.h155 int EC_POINT_invert(const EC_GROUP *, EC_POINT *, BN_CTX *);
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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 */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Dectest.c316 if (!EC_POINT_invert(group, P, ctx)) ABORT;
545 if (!EC_POINT_invert(group, Q, ctx)) ABORT; /* P = -2Q */

Completed in 42 milliseconds