Home
last modified time | relevance | path

Searched refs:bn_div_fixed_top (Results 1 – 2 of 2) sorted by relevance

/openssl/include/crypto/
H A Dbn.h88 int bn_div_fixed_top(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m,
/openssl/crypto/bn/
H A Dbn_div.c229 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

Completed in 8 milliseconds