Lines Matching refs:BN_ULONG
186 BN_ULONG *resp,*wnump;
187 BN_ULONG d0,d1;
317 BN_ULONG q,l0;
319 * snum and sdiv to calculate a BN_ULONG q such that
322 BN_ULONG bn_div_3_words(BN_ULONG*,BN_ULONG,BN_ULONG);
325 BN_ULONG n0,n1,rem=0;
337 q=(BN_ULONG)(((((BN_ULLONG)n0)<<BN_BITS2)|n1)/d0);
366 BN_ULONG t2l,t2h;
385 BN_ULONG ql, qh;
410 * BN_ULONG arrays with bn_sub_words */