| 138 | #endif |
| 139 | |
| 140 | void hDelete(scfmon ev, int ev_length) |
| 141 | { |
| 142 | int i; |
| 143 | |
| 144 | if (ev_length>0) |
| 145 | { |
| 146 | for (i=ev_length-1;i>=0;i--) |
| 147 | omFreeSize(hsecure[i],((currRing->N)+1)*sizeof(int)); |
| 148 | omFreeSize(hsecure, ev_length*sizeof(scmon)); |
| 149 | omFreeSize(ev, ev_length*sizeof(scmon)); |
| 150 | } |
| 151 | } |
| 152 | |
| 153 | |
| 154 | void hComp(scfmon exist, int Nexist, int ak, scfmon stc, int *Nstc) |
no outgoing calls
no test coverage detected