Home | History | Annotate | Download | only in bn

Lines Matching full:goto

148 		if ((ret->A  = BN_dup(A))  == NULL) goto err;
152 if ((ret->Ai = BN_dup(Ai)) == NULL) goto err;
156 if ((ret->mod = BN_dup(mod)) == NULL) goto err;
186 goto err;
194 goto err;
198 if (!BN_mod_mul(b->A,b->A,b->A,b->mod,ctx)) goto err;
199 if (!BN_mod_mul(b->Ai,b->Ai,b->Ai,b->mod,ctx)) goto err;
301 goto err;
304 goto err;
306 goto err;
315 goto err;
323 if (!BN_rand_range(ret->A, ret->mod)) goto err;
334 goto err;
339 goto err;
348 goto err;
353 goto err;