Searched refs:BN_mod_mul_reciprocal (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bn/
H A Dbn_exp.c274 if (!BN_mod_mul_reciprocal(aa,&(val[0]),&(val[0]),&recp,ctx))
280 if (!BN_mod_mul_reciprocal(&(val[i]),&(val[i-1]),aa,&recp,ctx))
300 if (!BN_mod_mul_reciprocal(r,r,r,&recp,ctx))
330 if (!BN_mod_mul_reciprocal(r,r,r,&recp,ctx))
335 if (!BN_mod_mul_reciprocal(r,r,&(val[wvalue>>1]),&recp,ctx))
H A Dbn_recp.c103 int BN_mod_mul_reciprocal(BIGNUM *r, const BIGNUM *x, const BIGNUM *y, function
H A Dbn.h451 int BN_mod_mul_reciprocal(BIGNUM *r, const BIGNUM *x, const BIGNUM *y,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_exp.c292 if (!BN_mod_mul_reciprocal(aa,val[0],val[0],&recp,ctx))
298 !BN_mod_mul_reciprocal(val[i],val[i-1],
318 if (!BN_mod_mul_reciprocal(r,r,r,&recp,ctx))
348 if (!BN_mod_mul_reciprocal(r,r,r,&recp,ctx))
353 if (!BN_mod_mul_reciprocal(r,r,val[wvalue>>1],&recp,ctx))
H A Dbn_recp.c103 int BN_mod_mul_reciprocal(BIGNUM *r, const BIGNUM *x, const BIGNUM *y, function
H A Dbn.h563 int BN_mod_mul_reciprocal(BIGNUM *r, const BIGNUM *x, const BIGNUM *y,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dbn.h451 int BN_mod_mul_reciprocal(BIGNUM *r, const BIGNUM *x, const BIGNUM *y,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/bcmcrypto/
H A Dbn.h475 int BN_mod_mul_reciprocal(BIGNUM *r, const BIGNUM *x, const BIGNUM *y,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dbn.h563 int BN_mod_mul_reciprocal(BIGNUM *r, const BIGNUM *x, const BIGNUM *y,

Completed in 69 milliseconds