Searched defs:BN_div (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/bn/
H A Dbn_div.c67 int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
172 /* BN_div[_no_branch] computes dv := num / divisor, rounding towards
181 int BN_div(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor, function
423 /* BN_div_no_branch is a special version of BN_div. It does not contain
437 /* bn_check_top(num); */ /* 'num' has been checked in BN_div() */

Completed in 182 milliseconds