Lines Matching refs:BN_ULONG
231 BN_ULONG A = a->d[0];
651 tmp.d = (BN_ULONG *)(powerbuf + sizeof(m->d[0])*top*numPowers);
685 void bn_mul_mont_gather5(BN_ULONG *rp,const BN_ULONG *ap,
686 const void *table,const BN_ULONG *np,
687 const BN_ULONG *n0,int num,int power);
688 void bn_scatter5(const BN_ULONG *inp,size_t num,
690 void bn_gather5(BN_ULONG *out,size_t num,
693 BN_ULONG *np=mont->N.d, *n0=mont->n0;
832 int BN_mod_exp_mont_word(BIGNUM *rr, BN_ULONG a, const BIGNUM *p,
838 BN_ULONG w, next_w;