Searched refs:BN_div_recp (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bn/
H A Ddivtest.c36 if (BN_div_recp(c,d,a,recp,ctx) != 1)
37 bug("BN_div_recp failed",a,b);
H A Dbn_recp.c123 ret = BN_div_recp(NULL,r,ca,recp,ctx);
129 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, function
H A Dbn.h455 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m,
H A Dbntest.c196 message(out,"BN_div_recp");
429 BN_div_recp(&d,&c,&a,&recp,ctx);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Ddivtest.c36 if (BN_div_recp(c,d,a,recp,ctx) != 1)
37 bug("BN_div_recp failed",a,b);
H A Dbn_recp.c123 ret = BN_div_recp(NULL,r,ca,recp,ctx);
130 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, function
H A Dbn.h567 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m,
H A Dbntest.c230 message(out,"BN_div_recp");
575 BN_div_recp(&d,&c,&a,&recp,ctx);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dbn.h455 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/bcmcrypto/
H A Dbn.h479 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dbn.h567 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Dbntest.c196 message(out,"BN_div_recp");
429 BN_div_recp(&d,&c,&a,&recp,ctx);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dbntest.c230 message(out,"BN_div_recp");
575 BN_div_recp(&d,&c,&a,&recp,ctx);

Completed in 76 milliseconds