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

/openwrt/package/network/services/ead/src/tinysrp/
H A Dbn_exp.c119 int BN_mod_mul(BIGNUM *ret, BIGNUM *a, BIGNUM *b, const BIGNUM *m, BN_CTX *ctx) function
318 if (!BN_mod_mul(d,&(val[0]),&(val[0]),m,ctx))
324 if (!BN_mod_mul(&(val[i]),&(val[i-1]),d,m,ctx))
344 if (!BN_mod_mul(r,r,r,m,ctx))
374 if (!BN_mod_mul(r,r,r,m,ctx))
379 if (!BN_mod_mul(r,r,&(val[wvalue>>1]),m,ctx))
H A Dt_math.c145 BN_mod_mul(r, m1, m2, modulus, ctx);
H A Dbn.h356 int BN_mod_mul(BIGNUM *ret, BIGNUM *a, BIGNUM *b, const BIGNUM *m, BN_CTX *ctx);
H A Dt_conf.c491 if (!BN_mod_mul(w, w, w, a, ctx)) /* w := w^2 mod a */

Completed in 44 milliseconds