Searched refs:bn_div_fixed_top (Results 1 – 2 of 2) sorted by relevance
/openssl/crypto/bn/ |
H A D | bn_div.c | 229 ret = bn_div_fixed_top(dv, rm, num, divisor, ctx); in BN_div() 264 int bn_div_fixed_top(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, in bn_div_fixed_top() function
|
/openssl/include/crypto/ |
H A D | bn.h | 88 int bn_div_fixed_top(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m,
|
Completed in 6 milliseconds