Searched refs:Ni (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Darmv4-mont.pl254 my ($Bi,$Ni,$M0)=map("d$_",(28..31));
293 vmul.u32 $Ni,$temp,$M0
299 vzip.16 $Ni,$zero
306 vmlal.u32 $A0xB,$Ni,${N0}[0]
308 vmlal.u32 $A1xB,$Ni,${N0}[1]
309 vmlal.u32 $A2xB,$Ni,${N1}[0]
310 vmlal.u32 $A3xB,$Ni,${N1}[1]
312 vmlal.u32 $A4xB,$Ni,${N2}[0]
314 vmlal.u32 $A5xB,$Ni,${N2}[1]
316 vmlal.u32 $A6xB,$Ni,
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_mont.c299 if (!BN_mul(t2, t1, &mont->Ni, ctx))
345 BN_init(&(ctx->Ni));
357 BN_clear_free(&(mont->Ni));
433 * Ni = (R*Ri-1)/N, keep only couple of least significant words:
461 * Ni = (R*Ri-1)/N, keep only least significant word:
481 * Ni = (R*Ri-1) / N
483 if (!BN_div(&(mont->Ni), NULL, Ri, &mont->N, ctx))
515 if (!BN_copy(&(to->Ni), &(from->Ni)))
H A Dbn.h328 BIGNUM Ni; /* R*(1/R mod N) - N*Ni = 1 (Ni is only member in struct:bn_mont_ctx_st
330 BN_ULONG n0[2]; /* least significant word(s) of Ni; (type
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1108 auto Ni = Vs.traverse(Index, Vs.subExprCtx(Ctx)); local
1109 return Vs.reduceArrayIndex(*this, Na, Ni);
1145 auto Ni = Vs.traverse(Index, Vs.subExprCtx(Ctx)); local
1146 return Vs.reduceArrayAdd(*this, Na, Ni);

Completed in 77 milliseconds