Searched refs:BN_div (Results 1 – 7 of 7) sorted by relevance
/openbsd/regress/lib/libcrypto/bn/ |
H A D | bn_test.c | 422 if (BN_div(d, c, a, b, ctx)) { in test_div() 438 CHECK_GOTO(BN_div(d, c, a, b, ctx)); in test_div() 675 CHECK_GOTO(BN_div(d, e, c, a, ctx)); in test_mul() 722 CHECK_GOTO(BN_div(d, e, c, a, ctx)); in test_sqr() 911 CHECK_GOTO(BN_div(d, e, a, b, ctx)); in test_mod() 994 CHECK_GOTO(BN_div(a, b, d, c, ctx)); in test_mod_mul() 1071 CHECK_GOTO(BN_div(a, b, e, c, ctx)); in test_mod_exp() 1100 CHECK_GOTO(BN_div(a, b, e, c, ctx)); in test_mod_exp() 1129 CHECK_GOTO(BN_div(a, b, e, c, ctx)); in test_mod_exp() 1203 CHECK_GOTO(BN_div(a, b, e, c, ctx)); in test_mod_exp_mont_consttime() [all …]
|
H A D | bn_mul_div.c | 49 if (!BN_div(r, q, a, b, bn_ctx)) in benchmark_bn_div_run_once()
|
/openbsd/lib/libcrypto/bn/ |
H A D | bn_div.c | 434 BN_div(BIGNUM *quotient, BIGNUM *remainder, const BIGNUM *numerator, in BN_div() function 444 LCRYPTO_ALIAS(BN_div);
|
H A D | bn.h | 353 int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d, 355 #define BN_mod(rem,m,d,ctx) BN_div(NULL,(rem),(m),(d),(ctx))
|
/openbsd/usr.bin/dc/ |
H A D | bcode.c | 380 bn_check(BN_div(n, NULL, n, a, bmachine.ctx)); in scale_number() 411 bn_check(BN_div(i, f, n->number, a, bmachine.ctx)); in split_number() 1078 bn_check(BN_div(r->number, NULL, b->number, a->number, bmachine.ctx)); in bdiv() 1146 bn_check(BN_div(rdiv->number, rmod->number, in bdivmod() 1243 bn_check(BN_div(r->number, NULL, one, in bexp() 1281 bn_check(BN_div(y, NULL, n->number, x, bmachine.ctx)); in bsqrt()
|
/openbsd/lib/libcrypto/hidden/openssl/ |
H A D | bn.h | 139 LCRYPTO_UNUSED(BN_div);
|
/openbsd/lib/libcrypto/ |
H A D | Symbols.list | 372 BN_div
|