| /src/crypto/external/apache2/openssl/dist/crypto/ec/ |
| ecdsa_ossl.c | 141 EC_POINT *tmp_point = NULL; local 175 if ((tmp_point = EC_POINT_new(group)) == NULL) { 222 if (!EC_POINT_mul(group, tmp_point, k, NULL, NULL, ctx)) { 227 if (!EC_POINT_get_affine_coordinates(group, tmp_point, X, NULL, ctx)) { 258 EC_POINT_free(tmp_point);
|
| ec_mult.c | 817 EC_POINT *tmp_point = NULL, *base = NULL, **var; local 892 if ((tmp_point = EC_POINT_new(group)) == NULL 905 if (!EC_POINT_dbl(group, tmp_point, base, ctx)) 915 if (!EC_POINT_add(group, *var, tmp_point, *(var - 1), ctx)) 930 if (!EC_POINT_dbl(group, base, tmp_point, ctx)) 968 EC_POINT_free(tmp_point);
|
| /src/crypto/external/bsd/openssl/dist/crypto/ec/ |
| ecdsa_ossl.c | 95 EC_POINT *tmp_point = NULL; local 129 if ((tmp_point = EC_POINT_new(group)) == NULL) { 166 if (!EC_POINT_mul(group, tmp_point, k, NULL, NULL, ctx)) { 171 if (!EC_POINT_get_affine_coordinates(group, tmp_point, X, NULL, ctx)) { 202 EC_POINT_free(tmp_point);
|
| ec_mult.c | 833 EC_POINT *tmp_point = NULL, *base = NULL, **var; local 910 if ((tmp_point = EC_POINT_new(group)) == NULL 923 if (!EC_POINT_dbl(group, tmp_point, base, ctx)) 933 if (!EC_POINT_add(group, *var, tmp_point, *(var - 1), ctx)) 948 if (!EC_POINT_dbl(group, base, tmp_point, ctx)) 986 EC_POINT_free(tmp_point);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ec/ |
| ecdsa_ossl.c | 40 EC_POINT *tmp_point = NULL; local 74 if ((tmp_point = EC_POINT_new(group)) == NULL) { 107 if (!EC_POINT_mul(group, tmp_point, k, NULL, NULL, ctx)) { 112 if (!EC_POINT_get_affine_coordinates(group, tmp_point, X, NULL, ctx)) { 143 EC_POINT_free(tmp_point);
|
| ec_mult.c | 824 EC_POINT *tmp_point = NULL, *base = NULL, **var; local 896 if ((tmp_point = EC_POINT_new(group)) == NULL 909 if (!EC_POINT_dbl(group, tmp_point, base, ctx)) 919 if (!EC_POINT_add(group, *var, tmp_point, *(var - 1), ctx)) 934 if (!EC_POINT_dbl(group, base, tmp_point, ctx)) 968 EC_POINT_free(tmp_point);
|