Searched refs:BN_mod_sub (Results 1 – 8 of 8) sorted by relevance
/openssl-master/doc/man3/ |
A D | BN_add.pod | 6 BN_mod_sub, BN_mod_mul, BN_mod_sqr, BN_exp, BN_mod_exp, BN_gcd - 31 int BN_mod_sub(BIGNUM *r, BIGNUM *a, BIGNUM *b, const BIGNUM *m, 77 BN_mod_sub() subtracts I<b> from I<a> modulo I<m> and places the
|
/openssl-master/crypto/bn/ |
A D | bn_x931p.c | 113 if (!BN_mod_sub(p, p, Xp, p1p2, ctx)) in BN_X931_derive_prime_ex()
|
A D | bn_rsa_fips186_4.c | 317 if (!BN_mod_sub(Y, R, X, r1r2x2, ctx) || !BN_add(Y, Y, X)) in ossl_bn_rsa_fips186_4_derive_prime()
|
A D | bn_mod.c | 110 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_sub() function
|
/openssl-master/crypto/srp/ |
A D | srp_lib.c | 238 if (!BN_mod_sub(tmp, B, tmp2, N, bn_ctx)) in SRP_Calc_client_key_ex()
|
/openssl-master/include/openssl/ |
A D | bn.h | 277 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m,
|
/openssl-master/util/ |
A D | libcrypto.num | 3104 BN_mod_sub 3171 3_0_0 EXIST::FUNCTION:
|
/openssl-master/ |
A D | CHANGES.md | 13550 BN_mod_sub
|
Completed in 35 milliseconds