Home | History | Annotate | Download | only in bn

Lines Matching refs:err

67 	int err = 0;
85 err = !BN_copy(A, a);
86 if (err) goto end;
87 err = !BN_copy(B, b);
88 if (err) goto end;
116 err = !BN_rshift(B, B, i);
117 if (err) goto end;
158 err = !BN_rshift(A, A, i);
159 if (err) goto end;
173 err = !BN_nnmod(B, B, A, ctx);
174 if (err) goto end;
180 if (err)