comparison ecdsa.c @ 1062:210982935887 coverity

merge
author Matt Johnston <matt@ucc.asn.au>
date Mon, 02 Mar 2015 21:17:41 +0800
parents 063c38ea622b
children c339657c9758
comparison
equal deleted inserted replaced
1052:e40d1b63b6a6 1062:210982935887
407 } 407 }
408 408
409 out: 409 out:
410 ltc_ecc_del_point(mG); 410 ltc_ecc_del_point(mG);
411 ltc_ecc_del_point(mQ); 411 ltc_ecc_del_point(mQ);
412 mp_clear_multi(r, s, v, w, u1, u2, p, e, m, NULL); 412 ltc_deinit_multi(r, s, v, w, u1, u2, p, e, m, NULL);
413 if (mp != NULL) { 413 if (mp != NULL) {
414 ltc_mp.montgomery_deinit(mp); 414 ltc_mp.montgomery_deinit(mp);
415 } 415 }
416 return ret; 416 return ret;
417 } 417 }