Home
last modified time | relevance | path

Searched refs:tmp_point (Results 1 – 2 of 2) sorted by relevance

/openssl/crypto/ec/
H A Decdsa_ossl.c141 EC_POINT *tmp_point = NULL; in ecdsa_sign_setup() local
175 if ((tmp_point = EC_POINT_new(group)) == NULL) { in ecdsa_sign_setup()
222 if (!EC_POINT_mul(group, tmp_point, k, NULL, NULL, ctx)) { in ecdsa_sign_setup()
227 if (!EC_POINT_get_affine_coordinates(group, tmp_point, X, NULL, ctx)) { in ecdsa_sign_setup()
258 EC_POINT_free(tmp_point); in ecdsa_sign_setup()
H A Dec_mult.c822 EC_POINT *tmp_point = NULL, *base = NULL, **var; in ossl_ec_wNAF_precompute_mult() local
897 if ((tmp_point = EC_POINT_new(group)) == NULL in ossl_ec_wNAF_precompute_mult()
910 if (!EC_POINT_dbl(group, tmp_point, base, ctx)) in ossl_ec_wNAF_precompute_mult()
920 if (!EC_POINT_add(group, *var, tmp_point, *(var - 1), ctx)) in ossl_ec_wNAF_precompute_mult()
935 if (!EC_POINT_dbl(group, base, tmp_point, ctx)) in ossl_ec_wNAF_precompute_mult()
973 EC_POINT_free(tmp_point); in ossl_ec_wNAF_precompute_mult()

Completed in 15 milliseconds