Home
last modified time | relevance | path

Searched refs:BN_div (Results 1 – 7 of 7) sorted by relevance

/dragonfly/usr.bin/dc/
H A Dbcode.c376 bn_check(BN_div(n, NULL, n, a, ctx)); in scale_number()
410 bn_check(BN_div(i, f, n->number, a, ctx)); in split_number()
1075 bn_check(BN_div(r->number, NULL, b->number, a->number, ctx)); in bdiv()
1153 bn_check(BN_div(rdiv->number, rmod->number, in bdivmod()
1255 bn_check(BN_div(r->number, NULL, one, in bexp()
1315 bn_check(BN_div(x, NULL, n->number, x, ctx)); in bsqrt()
/dragonfly/usr.bin/newkey/
H A Dgeneric.c125 BN_div(tmp, sk, sk, modulus, ctx); in genkeys()
/dragonfly/games/factor/
H A Dfactor.c268 BN_div(num, NULL, val, x, ctx); in pollard_pminus1()
/dragonfly/lib/libtelnet/
H A Dpk.c226 BN_div(tmp, sk, sk, modulus, ctx); in genkeys()
/dragonfly/crypto/libressl/include/openssl/
H A Dbn.h397 int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
399 #define BN_mod(rem,m,d,ctx) BN_div(NULL,(rem),(m),(d),(ctx))
/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_div.c382 BN_div(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor, in BN_div() function
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dcrypto_openssl.c1444 res = BN_div((BIGNUM *) c, NULL, (const BIGNUM *) a, in crypto_bignum_div()