Symbol: BN_sub
crypto/libressl/crypto/bn/bn_bpsw.c
333
if (!BN_sub(n_minus_one, n, BN_value_one()))
crypto/libressl/crypto/bn/bn_gcd.c
191
if (!BN_sub(a, a, b))
crypto/libressl/crypto/bn/bn_gcd.c
408
if (!BN_sub(M, A, B))
crypto/libressl/crypto/bn/bn_gcd.c
418
if (!BN_sub(M, A, B))
crypto/libressl/crypto/bn/bn_gcd.c
422
if (!BN_sub(M, A, T))
crypto/libressl/crypto/bn/bn_gcd.c
435
if (!BN_sub(M, M, B))
crypto/libressl/crypto/bn/bn_gcd.c
515
if (!BN_sub(Y, n, Y))
crypto/libressl/crypto/bn/bn_gcd.c
704
if (!BN_sub(Y, n, Y))
crypto/libressl/crypto/bn/bn_mod.c
130
return BN_sub(r, r, d);
crypto/libressl/crypto/bn/bn_mod.c
160
if (!BN_sub(r, a, b))
crypto/libressl/crypto/bn/bn_mod.c
170
if (!BN_sub(r, a, b))
crypto/libressl/crypto/bn/bn_mod.c
236
return BN_sub(r, r, m);
crypto/libressl/crypto/bn/bn_mod.c
301
if (!BN_sub(r, r, m))
crypto/libressl/crypto/bn/bn_prime.c
462
if (!BN_sub(rnd, rnd, t1))
crypto/libressl/crypto/bn/bn_prime.c
519
if (!BN_sub(q, q, t1))
crypto/libressl/crypto/bn/bn_rand.c
249
if (!BN_sub(r, r, range))
crypto/libressl/crypto/bn/bn_rand.c
252
if (!BN_sub(r, r, range))
crypto/libressl/crypto/bn/bn_rand.c
297
if (!BN_sub(len, upper_exc, lower_inc))
crypto/libressl/crypto/bn/bn_sqrt.c
239
if (!BN_sub(y, y, p))
crypto/libressl/crypto/dh/dh_check.c
272
if (!BN_sub(max_pub_key, dh->p, BN_value_one()))
crypto/libressl/crypto/dsa/dsa_ameth.c
529
if (BN_sub(p1, dsa->p, BN_value_one()) == 0)
crypto/libressl/crypto/dsa/dsa_gen.c
276
if (!BN_sub(r0, c, BN_value_one()))
crypto/libressl/crypto/dsa/dsa_gen.c
278
if (!BN_sub(p, X, r0))
crypto/libressl/crypto/dsa/dsa_gen.c
307
if (!BN_sub(test, p, BN_value_one()))
crypto/libressl/crypto/ecdsa/ecs_ossl.c
331
if (!BN_sub(range, order, BN_value_one())) {
crypto/libressl/crypto/gost/gostr341001.c
298
if (BN_sub(tmp, order, sig->r) == 0)
crypto/libressl/crypto/rsa/rsa_chk.c
125
r = BN_sub(i, key->p, BN_value_one());
crypto/libressl/crypto/rsa/rsa_chk.c
130
r = BN_sub(j, key->q, BN_value_one());
crypto/libressl/crypto/rsa/rsa_chk.c
166
r = BN_sub(i, key->p, BN_value_one());
crypto/libressl/crypto/rsa/rsa_chk.c
184
r = BN_sub(i, key->q, BN_value_one());
crypto/libressl/crypto/rsa/rsa_crpt.c
165
if (!BN_sub(r1, p, BN_value_one()))
crypto/libressl/crypto/rsa/rsa_crpt.c
167
if (!BN_sub(r2, q, BN_value_one()))
crypto/libressl/crypto/rsa/rsa_eay.c
450
if (!BN_sub(f, rsa->n, ret))
crypto/libressl/crypto/rsa/rsa_eay.c
667
if (!BN_sub(ret, rsa->n, ret))
crypto/libressl/crypto/rsa/rsa_eay.c
772
if (!BN_sub(r0, r0, m1))
crypto/libressl/crypto/rsa/rsa_eay.c
819
if (!BN_sub(vrfy, vrfy, I))
crypto/libressl/crypto/rsa/rsa_gen.c
140
if (!BN_sub(r2, rsa->p, BN_value_one()))
crypto/libressl/crypto/rsa/rsa_gen.c
169
if (!BN_sub(r2, rsa->q, BN_value_one()))
crypto/libressl/crypto/rsa/rsa_gen.c
191
if (!BN_sub(r1, rsa->p, BN_value_one())) /* p-1 */
crypto/libressl/crypto/rsa/rsa_gen.c
193
if (!BN_sub(r2, rsa->q, BN_value_one())) /* q-1 */
crypto/libressl/include/openssl/bn.h
382
int BN_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b);
crypto/openssh/dh.c
259
if (!BN_sub(tmp, dh_p, BN_value_one()) ||
crypto/openssh/ssh-rsa.c
365
if ((BN_sub(aux, rsa_q, BN_value_one()) == 0) ||
crypto/openssh/ssh-rsa.c
367
(BN_sub(aux, rsa_p, BN_value_one()) == 0) ||
crypto/openssh/sshkey.c
2647
if (!BN_sub(tmp, order, BN_value_one())) {
crypto/openssh/sshkey.c
2684
if (!BN_sub(tmp, order, BN_value_one())) {
usr.bin/dc/bcode.c
1276
bn_check(BN_sub(r, x, y));
usr.bin/dc/bcode.c
995
bn_check(BN_sub(r->number, b->number, a->number));
usr.bin/dc/inout.c
354
bn_check(BN_sub(fract_part->number, fract_part->number,