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

/openwrt/package/network/services/ead/src/tinysrp/
H A Dt_conf.c878 if (!BN_mul(t2,t1,&mont->Ni,ctx)) goto err;
901 BN_init(&(ctx->Ni));
924 BN_free(&(mont->Ni));
960 BN_div(&Ri,NULL,&Ri,&tmod,ctx); /* Ni = (R*Ri-1)/N,
975 /* Ni = (R*Ri-1) / N */
976 BN_div(&(mont->Ni),NULL,&Ri,mod,ctx);
H A Dbn.h257 BIGNUM Ni; /* R*(1/R mod N) - N*Ni = 1 member in struct:bn_mont_ctx_st
258 * (Ni is only stored for bignum algorithm) */
259 BN_ULONG n0; /* least significant word of Ni */

Completed in 31 milliseconds