Searched refs:bn_div_fixed_top (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/crypto/openssl/include/crypto/ |
| D | bn.h | 87 int bn_div_fixed_top(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m,
|
| /freebsd-12-stable/crypto/openssl/crypto/bn/ |
| 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
|