Searched refs:tmp_point (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecdsa_ossl.c | 90 EC_POINT *tmp_point = NULL; in ecdsa_sign_setup() local 124 if ((tmp_point = EC_POINT_new(group)) == NULL) { in ecdsa_sign_setup() 157 if (!EC_POINT_mul(group, tmp_point, k, NULL, NULL, ctx)) { in ecdsa_sign_setup() 162 if (!EC_POINT_get_affine_coordinates(group, tmp_point, X, NULL, ctx)) { in ecdsa_sign_setup() 193 EC_POINT_free(tmp_point); in ecdsa_sign_setup()
|
H A D | ec_mult.c | 833 EC_POINT *tmp_point = NULL, *base = NULL, **var; in ossl_ec_wNAF_precompute_mult() local 910 if ((tmp_point = EC_POINT_new(group)) == NULL in ossl_ec_wNAF_precompute_mult() 923 if (!EC_POINT_dbl(group, tmp_point, base, ctx)) in ossl_ec_wNAF_precompute_mult() 933 if (!EC_POINT_add(group, *var, tmp_point, *(var - 1), ctx)) in ossl_ec_wNAF_precompute_mult() 948 if (!EC_POINT_dbl(group, base, tmp_point, ctx)) in ossl_ec_wNAF_precompute_mult() 986 EC_POINT_free(tmp_point); in ossl_ec_wNAF_precompute_mult()
|
/third_party/openssl/crypto/ec/ |
H A D | ecdsa_ossl.c | 95 EC_POINT *tmp_point = NULL; in ecdsa_sign_setup() local 129 if ((tmp_point = EC_POINT_new(group)) == NULL) { in ecdsa_sign_setup() 162 if (!EC_POINT_mul(group, tmp_point, k, NULL, NULL, ctx)) { in ecdsa_sign_setup() 167 if (!EC_POINT_get_affine_coordinates(group, tmp_point, X, NULL, ctx)) { in ecdsa_sign_setup() 198 EC_POINT_free(tmp_point); in ecdsa_sign_setup()
|
H A D | ec_mult.c | 833 EC_POINT *tmp_point = NULL, *base = NULL, **var; in ossl_ec_wNAF_precompute_mult() local 910 if ((tmp_point = EC_POINT_new(group)) == NULL in ossl_ec_wNAF_precompute_mult() 923 if (!EC_POINT_dbl(group, tmp_point, base, ctx)) in ossl_ec_wNAF_precompute_mult() 933 if (!EC_POINT_add(group, *var, tmp_point, *(var - 1), ctx)) in ossl_ec_wNAF_precompute_mult() 948 if (!EC_POINT_dbl(group, base, tmp_point, ctx)) in ossl_ec_wNAF_precompute_mult() 986 EC_POINT_free(tmp_point); in ossl_ec_wNAF_precompute_mult()
|
Completed in 5 milliseconds