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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dec_mult.c610 if (!EC_POINT_dbl(group, tmp, val_sub[i][0], ctx)) goto err;
629 if (!EC_POINT_dbl(group, r, r, ctx)) goto err;
830 if (!EC_POINT_dbl(group, tmp_point, base, ctx))
854 if (!EC_POINT_dbl(group, base, tmp_point, ctx))
858 if (!EC_POINT_dbl(group,base,base,ctx))
H A Dec.h245 int EC_POINT_dbl(const EC_GROUP *, EC_POINT *r, const EC_POINT *a, BN_CTX *);
H A Decp_smpl.c1012 return EC_POINT_dbl(group, r, a, ctx);
1094 ret = EC_POINT_dbl(group, r, a, ctx);
H A Dectest.c653 if (!EC_POINT_dbl(group, P, P, ctx)) ABORT;
1128 if (!EC_POINT_dbl(group, P, P, ctx)) ABORT;
H A Dec_lib.c995 int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/ec/
H A Dec.h154 int EC_POINT_dbl(const EC_GROUP *, EC_POINT *r, const EC_POINT *a, BN_CTX *);
H A Dec_mult.c321 if (!EC_POINT_dbl(group, tmp, val_sub[i][0], ctx)) goto err;
345 if (!EC_POINT_dbl(group, r, r, ctx)) goto err;
H A Dec_lib.c542 int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx) function
H A Decp_smpl.c1002 return EC_POINT_dbl(group, r, a, ctx);
1084 ret = EC_POINT_dbl(group, r, a, ctx);
H A Dectest.c543 if (!EC_POINT_dbl(group, P, P, ctx)) ABORT;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dec.h154 int EC_POINT_dbl(const EC_GROUP *, EC_POINT *r, const EC_POINT *a, BN_CTX *);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dec.h245 int EC_POINT_dbl(const EC_GROUP *, EC_POINT *r, const EC_POINT *a, BN_CTX *);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dectest.c653 if (!EC_POINT_dbl(group, P, P, ctx)) ABORT;
1128 if (!EC_POINT_dbl(group, P, P, ctx)) ABORT;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Dectest.c543 if (!EC_POINT_dbl(group, P, P, ctx)) ABORT;

Completed in 121 milliseconds